Re: [httpclient] about bad_record_mac; Solved

2005-03-25 Thread A Leg
. Have nice time. Andre A Leg wrote: Hi I post a few weeks ago a bad_record_mac error. With Steve, Brad and Oleg help I solved it. My appli was working good until now. I have added ((SSLSocket)socket).setEnabledProtocols(new String[] {SSLv3}); ((SSLSocket)socket).setUseClientMode(true

Re: [httpclient] about bad_record_mac; Solved

2005-03-25 Thread A Leg
Hi Brad Brad Wetmore wrote: On the production machine it was a common-httpclient.jar in the J2RE_LIBRARY/ext I assuming this points to java-home/lib/ext, and that we're talking about standard extensions. And the classLoader was not loading the SecureProtocolSocketFactory from my jar but from

[httpclient] about bad_record_mac

2005-03-24 Thread A Leg
Hi I post a few weeks ago a bad_record_mac error. With Steve, Brad and Oleg help I solved it. My appli was working good until now. I have added ((SSLSocket)socket).setEnabledProtocols(new String[] {SSLv3}); ((SSLSocket)socket).setUseClientMode(true); In my custom

[jelly] demo goals

2005-03-23 Thread A Leg
Hi In Jelly tutorial documents, it is first proposed to run demos. For this it is asked to runmaven -g to discover demos list from the project goals. But when I run maven -g I get no demo goal. Is it possible to get the demo list and where they are located. It seams to me also a good idea to add

[Jelly] broken link in tutorial

2005-03-23 Thread A Leg
Hi When reading the tutorial page : tutorial.html#jellyswing When you click on link to get the jelley-swing code demo http://cvs.apache.org/viewcvs.cgi/jakarta-commons/jelly/src/test/org/apache/commons/jelly/tags/swing/example.jelly?rev=HEADcontent-type=text/vnd.viewcvs-markup you get : An

[jelly] compile problem checkOverride() synthetic

2005-03-23 Thread A Leg
Hi First excuse me to send so much requests. My problem is I just want to upgrade from commons-jelly-1.0-beta-4.jar to commons-jelly-1.0-RC2-SNAPSHOT.jar and I get teh message bellow. I can use commons-jelly-1.0-RC2-SNAPSHOT.jar in other application without problem and I can compile and run our

Re: [jelly] compile problem checkOverride() synthetic

2005-03-23 Thread A Leg
Hi Just to add that I test compile of my project with commons-jelly-1.0-RC1.jar downloaded from jelly site and I get the same error. Any idea welcome. Andre Legendre A Leg wrote: Hi First excuse me to send so much requests. My problem is I just want to upgrade from commons-jelly-1.0-beta-4.jar

Re: [Jelly] broken link in tutorial

2005-03-23 Thread A Leg
Hi Paul It can sound stupid but I don't know how to submit an issue. Can you guide me or point to a guide? Andre Paul Libbrecht wrote: Dear Andre, can you submit an issue for this and the other doc break you are experiencing ? thank you paul Le 23 mars 05, à 08:01, A Leg a écrit : Hi When

Re: [jelly] compile problem checkOverride() synthetic

2005-03-23 Thread A Leg
. paul Le 23 mars 05, à 16:34, A Leg a écrit : Hi Just to add that I test compile of my project with commons-jelly-1.0-RC1.jar downloaded from jelly site and I get the same error. Any idea welcome. Andre Legendre A Leg wrote: Hi First excuse me to send so much requests. My problem is I just want

[logging] pb using eclipse

2005-03-09 Thread A Leg
Hi I just installed some commons projects and from now when I want to have help in eclipse I get error about common logging. Any idea welcome. Andre Legendre !SUBENTRY 1 org.eclipse.tomcat 4 0 Mar 09, 2005 10:28:52.406 !MESSAGE Exception occurred starting application server. !STACK 0

Re: [logging] pb using eclipse

2005-03-09 Thread A Leg
have no more access to help in eclipse, with this error message about common-logging. Worse I have 2 devt machines and it is the same on both... I don't arrive to locate which change create this. I will follow the classpath as you propose. Any idea welcome. Andre Jörg Schaible wrote: A Leg wrote

Re: [logging] pb using eclipse

2005-03-09 Thread A Leg
Hi Jorg Thank's, with your help I finally find out what was going on. I had added commons-logging.jar in J2RE/lib/ext. As soon as I take it off the problem desappear. I don't really understand why but.. Any ideas welcome Have a nice time. Andre Jörg Schaible wrote: A Leg wrote on Wednesday, March

Re: [logging] pb using eclipse

2005-03-09 Thread A Leg
(EasySSLProtocolSocketFactory.java:97) at Test.main(Test.java:44) Jörg Schaible wrote: A Leg wrote on Wednesday, March 09, 2005 11:24 AM: Hi Jorg Thank's for your help. I have no more access to help, so no way to read head about conf. ??? Help/About/Configuration does not call anything

Re: [logging] pb using eclipse

2005-03-09 Thread A Leg
/jsse.jar:$J2RE_LIBRARY/jce.jar -jar Test.jar Exception in thread main java.lang.NoClassDefFoundError: org/apache/commons/httpclient/protocol/SecureProtocolSocketFactory Jörg Schaible wrote: A Leg wrote on Wednesday, March 09, 2005 12:58 PM: Hi Jorg My problem is when I take common-logging

Re: [logging][httpclient] pb using eclipse

2005-03-09 Thread A Leg
Hi Jorg Thank's for your help. I will try to find a solution following your advices. Cheers Andre Jörg Schaible wrote: Hi Andre, A Leg wrote on Wednesday, March 09, 2005 3:32 PM: Hi Jorg I try httpclient in another place and I get a problem too. I don't understand and worse I don't find any

Re: About MavenTagLibrary

2004-10-22 Thread A Leg
Hi Brett Thank's I got it. I better understand now. What are all the repository from the maven project. I use maven, maven-plugins and maven-jelly-tags. Is it some more ? Andre Brett Porter wrote: It's in the maven-jelly-tags cvs repository, part of the Maven project. A Leg wrote: Hi Paul Yes

About MavenTagLibrary

2004-10-21 Thread A Leg
Hi I don't succeed to find in CVS MavenTagLibrary.java corresponding to org.apache.maven.jelly.tags.maven.MavenTagLibrary What's happen to this class ? Andre - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands,

Re: About MavenTagLibrary

2004-10-21 Thread A Leg
in the maven source-tree. For example, what about the following: http://maven.apache.org/xref/org/apache/maven/jelly/tags/jeez/ MavenJeezTagLibrary.html Jeez has not much tags of its own, I think... it's combining Werkz (also outside) and ant taglibs. paul Le 21 oct. 04, à 14:04, A Leg a écrit : I

[Validator] tests after compiling validator fail

2004-10-20 Thread A Leg
Hi If I compile validator from the last CVS I get : test:test: [junit] Running org.apache.commons.validator.ValidatorTestSuite ValidatorTest.formatDate() - Unparseable date: 2/30/1999 Unhandled exception thrown during validation: RUNTIME-EXCEPTION java.lang.RuntimeException: RUNTIME-EXCEPTION

[jelly] Problem with project.xml

2004-10-20 Thread A Leg
Hi If I try to compile jelly from CVS I get : {orion:rcs} maven __ __ | \/ |__ _Apache__ ___ | |\/| / _` \ V / -_) ' \ ~ intelligent projects ~ |_| |_\__,_|\_/\___|_||_| v. 1.1-SNAPSHOT org.apache.maven.MavenException: Unknown error reading project at

Re: [collection] problem with iterator

2004-10-20 Thread A Leg
, and it all builds just fine. I haven't seen any commits to CVS since your original message, so I'm not entirely sure what's going wrong here, but hopefully this will help you to pin down the problem. Chris A Leg wrote: Hi If I try to compile collection from last CVS I get : test:compile: [javac

Problem compiling

2004-10-19 Thread A Leg
Hi I update jakarta-commons this morning I have problem to compile because some library paths are hard coded : !-- jar files for using Anakia to build the documentation -- property name=velocity.jar value=../jakarta-velocity/bin/velocity-1.5-dev.jar/ property name=commons-collections.jar

About Jira

2004-10-17 Thread A Leg
Hi I want submit a jelly bug in JIRA. But I don't find where I have to submit it. Thank's Andre - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: About Jira

2004-10-17 Thread A Leg
Hi Thank's a lot Andre Hans Gilde wrote: http://nagoya.apache.org/jira/secure/BrowseProject.jspa?id=10012 Click Create new issue in project jelly -Original Message- From: A Leg [mailto:[EMAIL PROTECTED] Sent: Sunday, October 17, 2004 4:34 PM To: [EMAIL PROTECTED] Subject: About Jira Hi I