Download source behind firewall

2004-12-01 Thread Sundaranathan
Hi All, Can anyone let me know how do i download the source of geronimo. I tried using svn checkout https://svn.apache.org/repos/asf/geronimo/trunk geronimo, but i am not able to do it. It gives the following error svn: Unrecognized URL scheme

Re: Download source behind firewall

2004-12-01 Thread Bruce Snyder
Sundaranathan wrote: Can anyone let me know how do i download the source of geronimo. I tried using svn checkout https://svn.apache.org/repos/asf/geronimo/trunk geronimo, but i am not able to do it. It gives the following error svn: Unrecognized URL scheme

Re: Download source behind firewall

2004-12-01 Thread Sundaranathan
Hi Bruce, Thanks. I tried that, now i am getting the following error svn: PROPFIND request failed on '/repos/asf/geronimo/trunk' svn: PROPFIND of '/repos/asf/geronimo/trunk': 500 Server Error (http://svn.apache.org). Please let me know what could be the reason

Re: Download source behind firewall

2004-12-01 Thread Dain Sundstrom
I just double checked on a clean machine and https works without an Apache login. I believe the problem is you did not install svn+ssl. If you don't have permission to upgrade the svn client on your computer, you can try http://tmate.org/svn/ which is a pure java subversion client that

Re: Download source behind firewall

2004-12-01 Thread Sundaranathan
Hi Dain, Thanks. But i download the latest subversion. Does that not contain the ssl. The version of the subversion that i installed is subversion-1.1.1. Should i configure something to get the ssl. Please let me know what is that i should do. I hope the subversion that i downloaded and

Re: Download source behind firewall

2004-12-01 Thread Dain Sundstrom
When I installed it on my mac, I had to grab the version that specifically included ssl. FWIU, subversion does *not* ship with ssl support by default. -dain -- Dain Sundstrom Chief Architect Gluecode Software 310.536.8355, ext. 26 On Nov 30, 2004, at 9:36 PM, Sundaranathan wrote: Hi Dain,

Re: Download source behind firewall

2004-12-01 Thread Sundaranathan
Hi Dain, Thanks. I will try that. thanks, -Sundar. Dain Sundstrom wrote: When I installed it on my mac, I had to grab the version that specifically included ssl. FWIU, subversion does *not* ship with ssl support by default. -dain -- Dain Sundstrom Chief Architect Gluecode Software 310.536.8355,

Re: Download source behind firewall

2004-12-01 Thread Sundaranathan
Thanks Dain, finally i am able to checkout. -Sundar. Sundaranathan wrote: Hi Dain, Thanks. I will try that. thanks, -Sundar. Dain Sundstrom wrote: When I installed it on my mac, I had to grab the version that specifically included ssl. FWIU, subversion does *not* ship with ssl support by

Re: BLOB manipulation - question

2004-12-01 Thread Gianny Damour
Dain, Jeremy, thanks for your replies. Here is a short description of what I have so far understood about LOB manipulations: setBinaryStream setBinaryStream does work with Derby, MySQL and Oracle (except where the content is bigger than 4k). The JDBC specifications 3.0 mandate that the method

Re: BLOB manipulation - question

2004-12-01 Thread Dain Sundstrom
Looks like it it time to implement some dialect specific back ends for TranQL. The original plan was to have an oracle specific sql generator to get around problems like blob insertion, blob updating, and differences in temporal types. -dain -- Dain Sundstrom Chief Architect Gluecode Software

Re: Changes to GBeanInfo classes

2004-12-01 Thread Dain Sundstrom
Done -dain On Nov 29, 2004, at 5:43 PM, Dain Sundstrom wrote: Summary: I think we need to change the GBeanInfo classes so the constructors require all data be specified. This means that the GBeanInstance (the implementation class) will not try to figure things out such as accessor names. This