>From: "Ryan Wynn" <[EMAIL PROTECTED]> > > I am seeing the following client id being generated > > clayView:_idsc0:_idsc10:_idsc36:_idsc833:_idsc838_2:idsc859 > > I understand how that is being generated by the SequenceGenerator > class, but I can't explain the _idsc838_2 ? >
This class has been removed from the latest build. > Anybody have any idea where the _2 would be coming from? > I'm not sure but it might be the SequenceGenerator is not synchronized. This guy had an internal StringBuffer that was truncating the suffix and appending the incremented number. BTW, In the 1.1.0-SNAPSHOT you will not see all of the namespaces in the client id's since Clay is no longer a naming container. > I am using clay 1.0.3 > > Thanks, > Ryan Gary