Hi, Above error is due to missing two methods in user-core/Tenant.java. Going through commit logs; I have committed those two methods to Tenant.java class in revision: 82833. Those methods were used to get the full name of tenant admin at the time of tenant partition is created, in order to set the "cn" and "sn" LDAP attributes in the tenant admin entry. Those methods have been removed in the revision 84669 that you have made, which has caused the above compilation error as I think.
May I know whether those methods are not supposed to be included in the Tenant.java class (as for now, in user-api/Tenant.java) for some reason? If so, I will look for a work around for setting above mentioned attributes at the time that the tenant partition is created. Thanks, Hasini. On Fri, Dec 31, 2010 at 2:31 AM, Afkham Azeez <[email protected]> wrote: > [INFO] > ------------------------------------------------------------------------ > [ERROR] BUILD FAILURE > [INFO] > ------------------------------------------------------------------------ > [INFO] Compilation failure > > /home/azeez/projects/wso2/ > svn.wso2.org/trunk/carbon/components/apacheds-server/src/main/java/org/wso2/carbon/directory/tenant/LDAPTenantManagerService.java:[128,20]<http://svn.wso2.org/trunk/carbon/components/apacheds-server/src/main/java/org/wso2/carbon/directory/tenant/LDAPTenantManagerService.java:%5B128,20%5D>cannot > find symbol > symbol : method getAdminFullName() > location: class org.wso2.carbon.user.core.tenant.Tenant > > /home/azeez/projects/wso2/ > svn.wso2.org/trunk/carbon/components/apacheds-server/src/main/java/org/wso2/carbon/directory/tenant/LDAPTenantManagerService.java:[129,55]<http://svn.wso2.org/trunk/carbon/components/apacheds-server/src/main/java/org/wso2/carbon/directory/tenant/LDAPTenantManagerService.java:%5B129,55%5D>cannot > find symbol > symbol : method getAdminFullName() > location: class org.wso2.carbon.user.core.tenant.Tenant > > > -- > *Afkham Azeez* > Senior Software Architect & Senior Manager; WSO2, Inc.; http://wso2.com, > * > * > *Member; Apache Software Foundation; > **http://www.apache.org/*<http://www.apache.org/> > * > email: **[email protected]* <[email protected]>* cell: +94 77 3320919 > blog: **http://blog.afkham.org* <http://blog.afkham.org>* > twitter: **http://twitter.com/afkham_azeez*<http://twitter.com/afkham_azeez> > * > linked-in: **http://lk.linkedin.com/in/afkhamazeez* > * > * > *Lean . Enterprise . Middleware* > > > _______________________________________________ > Carbon-dev mailing list > [email protected] > https://wso2.org/cgi-bin/mailman/listinfo/carbon-dev > >
_______________________________________________ Carbon-dev mailing list [email protected] https://wso2.org/cgi-bin/mailman/listinfo/carbon-dev
