Re: GBean for auto generation of primary key

2006-01-04 Thread Jacek Laskowski
2005/12/16, Ranjan, Rakesh (Cognizant) [EMAIL PROTECTED]: So, I hope adventure builder deployment issue will be resolved very soon. Hi, I must've missed it, but what issue are you talking about? Rakesh Ranjan Jacek

Re: GBean for auto generation of primary key

2006-01-04 Thread Ranjan, Rakesh \(Cognizant\)
primary-key-classjava.lang.String/primary-key-class /custom-generator /key-generator So, I hope adventure builder deployment issue will be resolved very soon Re: GBean for auto generation of primary key Reply

Re: GBean for auto generation of primary key

2006-01-03 Thread Gianny Damour
Hello Rakesh, It is definitively useful. Dain has already created a JIRA for this issue: http://issues.apache.org/jira/browse/GERONIMO-1133. To contribute your custom PrimaryKeyGenerator, you need to attach to this JIRA your implementation and select the Grant license to ASF... radio button.

Re: GBean for auto generation of primary key

2006-01-03 Thread Rakesh Ranjan
Hi Dims, I didn’t got your reply in my mailbox. Today I checked this thread.Then i come to know that u want me to upload the contribution files.But I don’t know how to upload and what should be the format. Can you please help me? Regards Rakesh Ranjan

GBean for auto generation of primary key

2005-12-15 Thread Ranjan, Rakesh \(Cognizant\)
Hi all, I have a written a custom-generator GBean which implements org.tranql.pkgenerator.PrimaryKeyGenerator. This GBean is able to create automatically generated UUID primary key for unknown primary keys. It uses. the org.apache.axis components.uuid.FastUUIDGen class for generating

RE: GBean for auto generation of primary key

2005-12-15 Thread Panda, Akshaya Kumar \(Cognizant\)
---BeginMessage--- i think this can be refered to jira GERONUMO-1133 akshay From: Ranjan, Rakesh (Cognizant) [mailto:[EMAIL PROTECTED] Sent: Fri 12/16/2005 10:07 AM To: dev@geronimo.apache.org Subject: GBean for auto generation of primary key Hi all, I