Re: [Carbon-dev] LDAP configuration with different attribute names from Admin and Standard Users

2010-07-15 Thread Víctor Álvarez
"This might be the reason for null result. Instead of the admin in your ConnectionName you need to have the user defined in user-mgt.xml in your LDAP UserSearchBase with appropriate UserNameFilter." The user defined in user-mgt.xml have to be a user on the user's tree? and this user have to be a i

Re: [Carbon-dev] cApp problem in MT environment

2010-07-15 Thread Srinath Perera
May be we can give a one place to upload the CApp to Stratos, which look at my servers and figure out which part of CApp goes where. But That is a thing for the future. --Srinath On Fri, Jul 16, 2010 at 9:25 AM, Isuru Suriarachchi wrote: > > > On Fri, Jul 16, 2010 at 1:57 AM, Srinath Perera wrot

Re: [Carbon-dev] LDAP configuration with different attribute names from Admin and Standard Users

2010-07-15 Thread Lahiru Gunathilake
Hi Victor, You configuration is having typo. class="org.wso2.carbon.user.core.ldap.LDAPUserStoreManager"> > x > cn=admin,dc=domain,dc=cat > yy > dc=fje,dc=cat > (objectClass=inetOrgPerson) > mail > false > dc=domain,dc=cat > (objectClass=groupOfNames) > ou > member > > > This might

Re: [Carbon-dev] cApp problem in MT environment

2010-07-15 Thread Isuru Suriarachchi
On Fri, Jul 16, 2010 at 1:57 AM, Srinath Perera wrote: > Hi Isuru, > > Does that mean Server role is fixed and does not change with CApp > deployments? Yes. In the MT environment we have to fix the server role. Server role supports regular expressions and may be we'll have to set it to ".*" as

Re: [Carbon-dev] Programmatically changing UI component permissions

2010-07-15 Thread Sumedha Rubasinghe
AFAIR this is not supported by default as there weren't any such requirement b4. You might have to write an OSGi service to expose & modify permission on the runtime. Just out of curiosity, why would Service-Mgt UI would need a different permission when deployed on Stratos? /sumedha On Thu, Jul

Re: [Carbon-dev] cApp problem in MT environment

2010-07-15 Thread Srinath Perera
Hi Isuru, Does that mean Server role is fixed and does not change with CApp deployments? which IMO is ok, because making server automatically adjust to apps is a separate problem, and we do not necessary have to solve it with CApp. Also when we have the topology editor, we should give a error/warn

Re: [Carbon-dev] LDAP configuration with different attribute names from Admin and Standard Users

2010-07-15 Thread Ruwan Linton
I guess you have followed the guide here [1]; Have you changed the AdminUser in the user-mgt.xml configuration on the top, it has to be an existing user in the LDAP user store. Thanks, Ruwan [1] - http://wso2.org/project/solutions/identity/3.0.0/docs/user-core/admin_guide.html#LDAP Víctor Álv

[Carbon-dev] Programmatically changing UI component permissions

2010-07-15 Thread Afkham Azeez
Folks, Can somebody with expertise with the Carbon UI framework let me know how to do $subject? I need to do this for the service-mgt UI component when it is deployed on Stratos. -- Afkham Azeez Senior Software Architect & Senior Manager; WSO2, Inc.; http://wso2.com, Lean . Enterprise . Middlewar

[Carbon-dev] LDAP configuration with different attribute names from Admin and Standard Users

2010-07-15 Thread Víctor Álvarez
Hello, I've got this running config : x cn=admin,dc=domain,dc=cat yy dc=fje,dc=cat (objectClass=inetOrgPerson) cn false dc=domain,dc=cat (objectClass=groupOfNames) ou member the user admin is a securityObject on LDAP while standar users are inerOrgPerson i would like to identify

Re: [Carbon-dev] System converts the ip to internal ip automatically

2010-07-15 Thread Ruwan Linton
Víctor Álvarez wrote: > on the admin login it doesn't pick the Hostname seems. Will try to get that fixed. > > anyway thanks for all your help! welcome :-) Ruwan > > On Thu, Jul 15, 2010 at 4:40 PM, Ruwan Linton > wrote: > > IIRC it should pick the value specified in th

Re: [Carbon-dev] System converts the ip to internal ip automatically

2010-07-15 Thread Víctor Álvarez
on the admin login it doesn't pick the Hostname seems. anyway thanks for all your help! On Thu, Jul 15, 2010 at 4:40 PM, Ruwan Linton wrote: > IIRC it should pick the value specified in the HostName, but you could > of course change that as well > > Thanks, > Ruwan > > Víctor Álvarez wrote: > >

Re: [Carbon-dev] System converts the ip to internal ip automatically

2010-07-15 Thread Ruwan Linton
IIRC it should pick the value specified in the HostName, but you could of course change that as well Thanks, Ruwan Víctor Álvarez wrote: > Hi, thx > > and what about the /services URL > > https://${carbon.local.ip}:${carbon.management.port}${carbon.context}/services/ > > Theres any way that it

Re: [Carbon-dev] System converts the ip to internal ip automatically

2010-07-15 Thread Víctor Álvarez
Hi, thx and what about the /services URL https:// ${carbon.local.ip}:${carbon.management.port}${carbon.context}/services/ Theres any way that it doesn't use the internal IP ? On Thu, Jul 15, 2010 at 3:58 PM, Ruwan Linton wrote: > Hi Víctor, > > You will be able to find the following entry

Re: [Carbon-dev] System converts the ip to internal ip automatically

2010-07-15 Thread Ruwan Linton
Hi Víctor, You will be able to find the following entry in the carbon.xml configuration file; (resides in the repository/conf/carbon.xml - depending the version that you are using the file location could be different) uncomment the tag and provide the public IP or the host name in th

[Carbon-dev] System converts the ip to internal ip automatically

2010-07-15 Thread Víctor Álvarez
Hello, we've noticed that the system (on GS and Identity Server) is changing the ip autmatically to internal ip... you can see it on the admin-login page for example... https://localhost:8443/carbon/admin/login.jsp --> http://10.101.0.149:8443. .. I thinks it affects specially to the JSP's. it i

Re: [Carbon-dev] BAM 1.1.0 Final RC

2010-07-15 Thread Lahiru Gunathilake
Please find the source pack of bam-1.1.0 in the same location. Lahiru On Thu, Jul 15, 2010 at 4:51 PM, Lahiru Gunathilake wrote: > Ack > > Lahiru > > On Thu, Jul 15, 2010 at 4:45 PM, Samisa Abeysinghe wrote: > >> Lahiru, >>Please help create the source packs and put them in the same locati

[Carbon-dev] Exception when running file sample util in Governance Registry 3.5.0

2010-07-15 Thread Tharindu Mathew
Hi everyone, I tried running the file sample utils sample on the G-Reg distribution. Unless I add a jar containing com.bea.xml.stream.XMLOutputFactoryBase, I get the following exception [2]. I have added all jars mentioned in the readme [1]. Should a jar containing this class ( http://www.findjar

Re: [Carbon-dev] BAM 1.1.0 Final RC

2010-07-15 Thread Lahiru Gunathilake
Ack Lahiru On Thu, Jul 15, 2010 at 4:45 PM, Samisa Abeysinghe wrote: > Lahiru, >Please help create the source packs and put them in the same location > >See > http://builder.wso2.org/~carbon/releases/carbon/3.0.0/5RC30/svn.info for > svn info > Samisa... > > On Thu, Jul 15, 2010 at 4:44

Re: [Carbon-dev] BAM 1.1.0 Final RC

2010-07-15 Thread Samisa Abeysinghe
Lahiru, Please help create the source packs and put them in the same location See http://builder.wso2.org/~carbon/releases/carbon/3.0.0/5RC30/svn.info for svn info Samisa... On Thu, Jul 15, 2010 at 4:44 PM, Samisa Abeysinghe wrote: > http://builder.wso2.org/~carbon/releases/carbon/3.0.0/5

[Carbon-dev] BAM 1.1.0 Final RC

2010-07-15 Thread Samisa Abeysinghe
http://builder.wso2.org/~carbon/releases/carbon/3.0.0/5RC30/ Thanks, Samisa... Samisa Abeysinghe VP Engineering WSO2 Inc. http://wso2.com http://wso2.org ___ Carbon-dev mailing list Carbon-dev@wso2.org https://mail.wso2.org/cgi-bin/mailman/listinfo/carb

Re: [Carbon-dev] BAM related components in trunk

2010-07-15 Thread Samisa Abeysinghe
I fixed multiple bugs in the past couple of days in summary analytics. Hope it will be easy to merge those. I will give it a try as soon as final packs are done. Samisa... On Thu, Jul 15, 2010 at 1:21 PM, ratha wrote: > Hi all, > We finished the merging process . > Please commit the changes y

Re: [Carbon-dev] BAM related components in trunk

2010-07-15 Thread ratha
Hi all, We finished the merging process . Please commit the changes you have done in branch after 1/7/2010. I see several bug fixes and styling stuff also have been done in branch. Thanks. -Ratha. Ruwan Janapriya wrote: > BAM Folks, > > Please do not commit to following components in the trunk. I a