On Tue, Aug 26, 2008 at 9:41 AM, Anil K. Kotha <[EMAIL PROTECTED]> wrote: > 1) We are using jackrabbit to save pdf files, and the version format > we use is 1.1,1.2,1.3... > > But in some rare cases I getting the version as 1.2.0,1.2.1,... like > this..
AFAIK this happens when you restore the 1.2 version and add new versions after it. > 2) What could be the reason for this and how can I restrict it? You cannot "rely" on the version number scheme (or configure it) - it is implementation-specific and not standardized. If you want your own versions (eg. to display in the UI), you can use version labels. Regards, Alex -- Alexander Klimetschek [EMAIL PROTECTED]
