Yes, I fixed it on bigbang. And I saw that you appied it to trunk. Thanks for that.
Regards, Stefan Pierre-Arnaud Marcelot schrieb: > Stefan, > > Is this issue fixed ? > > Thanks > Pierre-Arnaud > > On Feb 4, 2008 9:26 AM, Pierre-Arnaud Marcelot <[EMAIL PROTECTED] > <mailto:[EMAIL PROTECTED]>> wrote: > > Thanks Stefan for verifying this. :) > > Regards, > Pierre-Arnaud > > > On Feb 3, 2008 10:05 PM, Alex Karasulu <[EMAIL PROTECTED] > <mailto:[EMAIL PROTECTED]>> wrote: > > Go right ahead Stefan. You don't need to ask for these things > unless you're unsure. > > Thanks, > Alex > > > On Feb 3, 2008 12:20 PM, Stefan Seelmann <[EMAIL PROTECTED] > <mailto:[EMAIL PROTECTED]>> wrote: > > Hi, > > In Studio we use the ACI parser and items in the ACI item > editor. We use > it the following way: > > - When reading e.g. the prescriptiveACI attribute from the > server we use > the ACIItemParser.parse(String) method > - Depending on the object tree we show the items in the > visual editor > - We use the ACIItem.toString() method to show the string > representation > of the ACI in the source editor > - We use the ACIItem.toString() method to get the string > representation > of the ACI to save it back to the server > > Now, from the shared-ldap version used in Studio 1.0.1 > (0.9.7-SNAPSHOT) > to the current trunk/bigbang version the toString() method > was changed. > For example the toString() method of the UserClass.Name > class creates > --> name: [cn=abc] > but it should be > --> name { "cn=abc" } > > I valunteer for fixing this, because we need a working > version for the > upcoming shared-ldap release that is used in Studio 1.1. > > Regards, > Stefan > > > >
