Re: jetty transport-guarantee behavior?

2006-01-31 Thread toby cabot
Hi David, On Mon, Jan 30, 2006 at 03:35:52PM -0800, David Jencks wrote: On the other hand I couldn't convince myself that the spec required a redirect. I agree - sending a 403 appears to be spec-compliant. Sending a redirect also appears to meet the spec and is way more user- and

Re: AW: AW: Geronimo CMP update statements

2006-01-31 Thread Gianny Damour
Dan, Michael, Thanks for having reported this problem. This issue has just been fixed and should be shipped as part of 1.0.1. In a few words, by default an UPDATE statement is dynamically generated each time that a CMP needs to be persisted. This statement only updates the modified fields.

Re: Geronimo Eclipse Plugin doesn't start web app

2006-01-31 Thread Sachin Patel
Thanks for the video, thats a first! :)  I haven't tried to reproduce yet, but the first thing I noticed is your target runtime is set for Tomcat, not geronimo. WTP may be preventing the client from launching because of this.  Try switching your target runtime from Tomcat to Geronimo.  (Also your

Re: Geronimo Eclipse Plugin doesn't start web app

2006-01-31 Thread Sachin Patel
I take my answer back.  It works.  But I am running against developer daily builds.  Are you on WTP 1.0 or 1.0.1 drivers? - sachin On Jan 31, 2006, at 9:18 AM, Sachin Patel wrote:Thanks for the video, thats a first! :)  I haven't tried to reproduce yet, but the first thing I noticed is your target

Re: How to connect to LDAP server on Geronimo from an LDAP client?

2006-01-31 Thread Hernan Cunico
Hi Phani, opening a JIRA will provide a way to keep track on this issue. You will have to register to *CREATE A NEW ISSUE*. Pls explain in detail the environment and problem and how to implement your workaround. Here is the link for the JIRAs http://issues.apache.org/jira/browse/GERONIMO

RE: Geronimo Eclipse Plugin doesn't start web app

2006-01-31 Thread Edson Carlos Ericksson Richter
I'm using latest WTP M200601251151 and geronimo/eclipse/unstable/20060127-1410 I think this is WTP 1.0.1, but I don't know (web site doesn't tell much more! This release isn't even annouced as oficial). Ok, I changed runtime and now I get following problems: Required library cannot denote

Re: Geronimo Eclipse Plugin doesn't start web app

2006-01-31 Thread Sachin Patel
I think that M build has a defect regarding applying the Geronimo runtime, that has been recently fixed.  I'll keep my eye out for the problem.  In the meantime once a new 1.0.1 M driver is released (but I think 1.0.1 will be due out in about a week), try again. - sachin On Jan 31, 2006, at 11:25

MAIL LIST PROBLEMS

2006-01-31 Thread Edson Carlos Ericksson Richter
Is only me, or nobody else is receiving messages from the list? Richter

Re: Geronimo, first experiences, compile, install, run

2006-01-31 Thread Kevan Miller
Steve, Thanks for the feedback! Could you raise Jira's for your two suggestions? They'll be less likely to be forgotten... --kevan On Jan 31, 2006, at 12:29 PM, Steve Whitlatch wrote: My thanks to Erik Daughtrey and Christopher Chan for the responses. I got a succefful compile using jdk

Re: deploying EJB with CMR

2006-01-31 Thread Milan Unger
Hallo, I localized that the error is caused by call PortableRemoteObject.narrow(aReference, UnitLocalHome.class); Anyway, UnitLocalHome.class executes without exception so it is somewhere in PortableRemoteObject.narrow. I got different exception on my page when accessed first time fter

Re: Need help with db2jcc_license_cu jar file deployment

2006-01-31 Thread Hernan Cunico
Hi Prakash, I'm working on a document for configuring DB2 in Geronimo. I'll post the link here in the dev list once I have it finished (probably by tomorrow) Cheers! Hernan [EMAIL PROTECTED] wrote: Hello, I am very new to Geronimo, have installed Geronimo-Tomcat-J2EE-1.0 just last week on

Re: MAIL LIST PROBLEMS

2006-01-31 Thread Prasad Kashyap
I got both your msgs. See if your mail server is treating the msgs from the list as spam and dumping them in a Spam or Bulk folder. Cheers Prasad On 1/31/06, Edson Carlos Ericksson Richter [EMAIL PROTECTED] wrote: Is only me, or nobody else is receiving messages from the list? Richter

Re: Need help with db2jcc_license_cu jar file deployment

2006-01-31 Thread Matt Hogstrom
Prakash, Here is the setup I am currently using. I added the DB2 jars to my repository as follows: [EMAIL PROTECTED]:~/geronimo-1.0/repository/com.ibm.db2/jars ls -al total 1233 drwxr-xr-x 3 hogstrom users 200 2006-01-31 14:02 . drwxr-xr-x 3 hogstrom users 72 2006-01-11 09:15 ..

Documentation update - was [ Need help with db2jcc_license_cu jar file deployment]

2006-01-31 Thread Hernan Cunico
Hi All, here is an article on how to configure DB2 (or any other DB needing more than one jar file) http://opensource2.atlassian.com/confluence/oss/display/GERONIMO/Configuring+DB2+Datasource Cheers! Hernan [EMAIL PROTECTED] wrote: Hello, I am very new to Geronimo, have installed