Re: [Dev] WSO2 Committers += Sohani Weerasinghe

2014-05-30 Thread Ishara Karunarathna
Congratz . . .


On Fri, May 30, 2014 at 4:59 PM, Lali Devamanthri l...@wso2.com wrote:

 Congratulations 


 On Fri, May 30, 2014 at 11:06 AM, Jasintha Dasanayake jasin...@wso2.com
 wrote:

 Hi All,

 It's my distinct pleasure to welcome Sohani as a WSO2 Committer.

 Sohani has  been a valuable contributor for WSO2 Developer Studio since
 she joined WSO2. In recognition of her contributions to WSO2, she has been
 voted as a WSO2 Committer.

 Sohani, Congratulations and Keep up the good work!

 Thanks and Regards,
 /Jasintha


 --

 *Jasintha Dasanayake *

 *Senior Software EngineerWSO2 Inc. | http://wso2.com http://wso2.com/
 lean . enterprise . middleware*


 *mobile :- 0711368118*

 ___
 Dev mailing list
 Dev@wso2.org
 http://wso2.org/cgi-bin/mailman/listinfo/dev




 --
 *Lali Sudaththa Devamanthri*
 Software Engineer
 WSO2 Inc.; http://wso2.com
 lean.enterprise.middleware

 mobile: +94 71 895 4922
  http://www.wso2.com

 ___
 Dev mailing list
 Dev@wso2.org
 http://wso2.org/cgi-bin/mailman/listinfo/dev




-- 
Ishara Karunarathna
Senior Software Engineer
WSO2 Inc. - lean . enterprise . middleware |  wso2.com

email: isha...@wso2.com,   blog: isharaaruna.blogspot.com,   mobile: +94
718211678
___
Dev mailing list
Dev@wso2.org
http://wso2.org/cgi-bin/mailman/listinfo/dev


[Dev] Adding a new system property

2014-04-21 Thread Ishara Karunarathna
Hi all,

We need to add a system property
net.sf.ehcache.pool.sizeof.AgentSizeOf.bypass=true

To remove the thread dump getting on the console as we are using shindig
libraries for
IS-Dashboard.
Is it ok to add this property to startup script ?
Please advise.

Thanks,
Ishara

-- 
Ishara Karunarathna
Software Engineer
WSO2 Inc. - lean . enterprise . middleware |  wso2.com

email: isha...@wso2.com,   blog: isharaaruna.blogspot.com,   mobile: +94
718211678
___
Dev mailing list
Dev@wso2.org
http://wso2.org/cgi-bin/mailman/listinfo/dev


Re: [Dev] API MANAGER - Clarification on behavior of EnableOAuthCache (identity.xml)

2014-03-05 Thread Ishara Karunarathna
Hi Nirodha,

if you have set
UserAccessTokenDefaultValidityPeriod60/UserAccessTokenDefaultValidityPeriod
Access token should be expired after configured time period.

But using
EnableOAuthCachetrue/EnableOAuthCache
we check the cache for the token unless we have to check the database.

Thanks,
Ishara



On Thu, Mar 6, 2014 at 12:33 PM, Nuwan Dias nuw...@wso2.com wrote:

 Hi,

 AFAIK the token object which is in the cache is aware of its creation
 time, lifetime, etc. So when you make a request with a particular token,
 the token validator will first check whether there is a cache entry for
 that token. If there is, it will pick it up from the cache and check its
 validity (by comparing system time to token creation time) and decide
 whether the token is expired or not.

 Thanks,
 NuwanD.


 On Thu, Mar 6, 2014 at 12:20 PM, Nirodha Pramod niro...@wso2.com wrote:

 Hi Johann,

 But since EnableOAuthCachetrue/EnableOAuthCache is set to true,
 doesn't it cache the token (for 15mins? AFAIK) ? If I am wrong how does the
 OAuth Cache behave in this case?

 regards,
 Nirodha


  On Thu, Mar 6, 2014 at 11:31 AM, Johann Nallathamby joh...@wso2.comwrote:

  This behavior is correct since you have set the token validity as 60s.
 After one minute the token is invalid.


 On Thu, Mar 6, 2014 at 11:03 AM, Asanthi Kulasinghe asan...@wso2.comwrote:


 Hi,

 Can someone explain the behaviour of
 EnableOAuthCachetrue/EnableOAuthCache , in identity.xml of API-Manager.

 Does it have an impact on the token expiration time?

 With the following configurations, my token expires exactly after 60
 seconds, even if the API has been invoked before the expiration.

 identity.xml :

 UserAccessTokenDefaultValidityPeriod60/UserAccessTokenDefaultValidityPeriod
   TimestampSkew0/TimestampSkew
   EnableOAuthCachetrue/EnableOAuthCache

 api-manager.xml :

 EnableKeyMgtValidationInfoCachefalse/EnableKeyMgtValidationInfoCache

 EnableKeyMgtValidationInfoCachefalse/EnableKeyMgtValidationInfoCache

 Is this correct or should the token be cached for the default duration
 of 15 mins since EnableOAuthCache is set to true?

 Regards

 *Asanthi Kulasinghe*
 Software Engineer - QA
 WSO2 Inc; http://www.wso2.com/.
 Mobile: +94777355522





 --
 Thanks  Regards,

 *Johann Dilantha Nallathamby*
 Senior Software Engineer
 Integration Technologies Team
  WSO2, Inc.
 lean.enterprise.middleware

 Mobile - *+9476950*
 Blog - *http://nallaa.wordpress.com http://nallaa.wordpress.com*

 ___
 Dev mailing list
 Dev@wso2.org
 http://wso2.org/cgi-bin/mailman/listinfo/dev




 --

 *Nirodha Gallage*
 Senior Software Engineer, QA.
 WSO2 Inc.: http://wso2.com/
 Mobile: +94716429078

 ___
 Dev mailing list
 Dev@wso2.org
 http://wso2.org/cgi-bin/mailman/listinfo/dev




 --
 Nuwan Dias

 Senior Software Engineer - WSO2, Inc. http://wso2.com
 email : nuw...@wso2.com
 Phone : +94 777 775 729

 ___
 Dev mailing list
 Dev@wso2.org
 http://wso2.org/cgi-bin/mailman/listinfo/dev




-- 
Ishara Karunarathna
Software Engineer
WSO2 Inc. - lean . enterprise . middleware |  wso2.com

email: isha...@wso2.com,   blog: isharaaruna.blogspot.com,   mobile: +94
718211678
___
Dev mailing list
Dev@wso2.org
http://wso2.org/cgi-bin/mailman/listinfo/dev


Re: [Dev] Missing functionality in config file: sso-idp-config.xml

2014-01-14 Thread Ishara Karunarathna
Hi Pradeep,




On Fri, Jan 10, 2014 at 5:15 PM, Pradeep Fernando prad...@wso2.com wrote:

 Hi,

 we can register SP s via sso-idp-config.xml. However we cant configure
 things such audience restrictions/etc.

I have created
org.wso2.stratos.identity.saml2.sso.mgt. 2.2.1
org.wso2.stratos.identity.saml2.sso.mgt.ui 2.2.1
components with adding the missing configurations.


 We are in need of the functionality for stratos upcoming release. Is it
 possible to sync up the config file capabilities with that of UI. IMHO, we
 should move the functionality to identity component.

Yes we will check possibility of adding these components under identity
components with next IS release


 thanks,
 --Pradeep



Thanks,
Ishara
-- 
Ishara Karunarathna
Software Engineer
WSO2 Inc. - lean . enterprise . middleware |  wso2.com

email: isha...@wso2.com,   blog: isharaaruna.blogspot.com,   mobile: +94
718211678
___
Dev mailing list
Dev@wso2.org
http://wso2.org/cgi-bin/mailman/listinfo/dev


[Dev] WSO2 Identity Server - 4.6.0 RC3 Released

2013-12-19 Thread Ishara Karunarathna
Hi All,

Please find the WSO2 Identity Server - 4.6.0 RC2 pack at [1].
The new feature in this release can be found at [2].
Find the JIRAs fixed for this release at [3].
Find Known issue at [4].

[1]
http://ec2-107-22-190-5.compute-1.amazonaws.com/chunk-06/RC/wso2is-4.6.0.zip
[2] https://wso2.org/jira/browse/IDENTITY-1986
[3] https://wso2.org/jira/issues/?filter=11695
[4] https://wso2.org/jira/issues/?filter=11694

Thanks,
-- 
Ishara Karunarathna
Software Engineer
WSO2 Inc. - lean . enterprise . middleware |  wso2.com

email: isha...@wso2.com,   blog: isharaaruna.blogspot.com,   mobile: +94
718211678
___
Dev mailing list
Dev@wso2.org
http://wso2.org/cgi-bin/mailman/listinfo/dev


Re: [Dev] IS 4.6.0 RC2 Testing

2013-12-19 Thread Ishara Karunarathna
Hi Shavantha.


On Fri, Dec 20, 2013 at 9:43 AM, Shavantha Weerasinghe
shavan...@wso2.comwrote:

 Hi Johann

 The following scenario needs to be looked at for OAuth

 If the tenant or a tenant user passes the super tenants client id,
 client secret and his own client name as
 tenantu...@tenant1.com/welcome and moves on the resource owner floor I
 was able to go through the entire floor up untill the resource emails
 were shown.


This is how it is implemented at the moment.
As User authenticated to the Identitiy server before get the Access token
It wont make Security
Issue yet. But in future we can add a configuration if needed to restrict
users to get
Access token only form the apps registered in users domain.


 regards,
 Shavantha Weerasinghe
 Senior Software Engineer QA
 WSO2, Inc.
 lean.enterprise.middleware.
 http://wso2.com
 http://wso2.org
 Tel : 94 11 214 5345
 Fax :94 11 2145300
 ___
 Dev mailing list
 Dev@wso2.org
 http://wso2.org/cgi-bin/mailman/listinfo/dev


Thanks,
-- 
Ishara Karunarathna
Software Engineer
WSO2 Inc. - lean . enterprise . middleware |  wso2.com

email: isha...@wso2.com,   blog: isharaaruna.blogspot.com,   mobile: +94
718211678
___
Dev mailing list
Dev@wso2.org
http://wso2.org/cgi-bin/mailman/listinfo/dev


Re: [Dev] IS 4.6.0 RC2 Testing

2013-12-19 Thread Ishara Karunarathna
Hi Shavantha ,

I was unable to reproduce the both of the issues.
[1] we got only in debug mode and we fixed it.

So please try with fresh configurations.
[1] https://wso2.org/jira/browse/IDENTITY-1989

Thanks.


On Fri, Dec 20, 2013 at 11:22 AM, Shavantha Weerasinghe
shavan...@wso2.comwrote:

 Hi All

 On some occations an exception  Using sql : null
 [2013-12-20 11:00:24,125] ERROR
 {org.wso2.carbon.user.core.common.AbstractUserStoreManager} -
 org.wso2.carbon.user.core.UserStoreException: Login failed for user
 'shavantha'.  is thrown for Outh flow


 https://wso2.org/jira/browse/IDENTITY-1992

 Regards,
 Shavantha Weerasinghe
 Senior Software Engineer QA
 WSO2, Inc.
 lean.enterprise.middleware.
 http://wso2.com
 http://wso2.org
 Tel : 94 11 214 5345
 Fax :94 11 2145300



 On Fri, Dec 20, 2013 at 11:20 AM, Shavantha Weerasinghe
 shavan...@wso2.com wrote:
  Hi Johann
 
  Still the issue https://wso2.org/jira/browse/IDENTITY-1989 comes with
  the 20th Decem ber pack.
 
  regards,
  Shavantha Weerasinghe
  Senior Software Engineer QA
  WSO2, Inc.
  lean.enterprise.middleware.
  http://wso2.com
  http://wso2.org
  Tel : 94 11 214 5345
  Fax :94 11 2145300
 
 
 
  On Fri, Dec 20, 2013 at 9:43 AM, Shavantha Weerasinghe
  shavan...@wso2.com wrote:
  Hi Johann
 
  The following scenario needs to be looked at for OAuth
 
  If the tenant or a tenant user passes the super tenants client id,
  client secret and his own client name as
  tenantu...@tenant1.com/welcome and moves on the resource owner floor I
  was able to go through the entire floor up untill the resource emails
  were shown.
 
  regards,
  Shavantha Weerasinghe
  Senior Software Engineer QA
  WSO2, Inc.
  lean.enterprise.middleware.
  http://wso2.com
  http://wso2.org
  Tel : 94 11 214 5345
  Fax :94 11 2145300
 ___
 Dev mailing list
 Dev@wso2.org
 http://wso2.org/cgi-bin/mailman/listinfo/dev




-- 
Ishara Karunarathna
Software Engineer
WSO2 Inc. - lean . enterprise . middleware |  wso2.com

email: isha...@wso2.com,   blog: isharaaruna.blogspot.com,   mobile: +94
718211678
___
Dev mailing list
Dev@wso2.org
http://wso2.org/cgi-bin/mailman/listinfo/dev


[Dev] IS 4.6.0 RC1 pack for testing

2013-12-17 Thread Ishara Karunarathna
Hi All,

Please find the IS 4.6.0 RC1 pack for QA testing at [1].

Thanks,
Ishara.

[1]
https://svn.wso2.org/repos/wso2/people/ishara/pack/rc1/wso2is-4.6.0-RC1.zip

-- 
Ishara Karunarathna
Software Engineer
WSO2 Inc. - lean . enterprise . middleware |  wso2.com

email: isha...@wso2.com,   blog: isharaaruna.blogspot.com,   mobile: +94
718211678
___
Dev mailing list
Dev@wso2.org
http://wso2.org/cgi-bin/mailman/listinfo/dev


Re: [Dev] [API-M] Error when running a load test against /token API

2013-12-17 Thread Ishara Karunarathna
Hi Nirodha,

I ran this test directly pointing Key managers and gateways. Run without
any issues.
It only comes only when pointing to ELB.
Then it can be a issue in ELB configurations.

Please check it.
Thanks,
Ishara


On Tue, Dec 17, 2013 at 6:44 PM, Nirodha Pramod niro...@wso2.com wrote:

 This issue occurs when trying to insert this invalid value
 PRODUCTIONGRANT_TYPE=PASSWORD in to TOKEN_SCOPE column in the
 IDN_OAUTH2_ACCESS_TOKEN table.


 On Tue, Dec 17, 2013 at 5:55 PM, Nirodha Pramod niro...@wso2.com wrote:

 Hi,

 Get the below exception in KM nodes frequently while running a load test
 with about 50 threads against the token API, and the request fails. Please
 have a look.

 [1] https://wso2.org/jira/browse/APIMANAGER-1927

 regards,
 Nirodha

 --

 *Nirodha Gallage*
 Senior Software Engineer, QA.
 WSO2 Inc.: http://wso2.com/
 Mobile: +94716429078




 --

 *Nirodha Gallage*
 Senior Software Engineer, QA.
 WSO2 Inc.: http://wso2.com/
 Mobile: +94716429078




-- 
Ishara Karunarathna
Software Engineer
WSO2 Inc. - lean . enterprise . middleware |  wso2.com

email: isha...@wso2.com,   blog: isharaaruna.blogspot.com,   mobile: +94
718211678
___
Dev mailing list
Dev@wso2.org
http://wso2.org/cgi-bin/mailman/listinfo/dev


Re: [Dev] [API-M] Error when running a load test against /token API

2013-12-17 Thread Ishara Karunarathna
Hi,

Noticed some messages are get corrupted with the high concurrency after
fronting ELB.
At that time there were no corrupted entries in Database also.
So Can be a issue with that. But has to tested it and get conformed

Thanks


On Wed, Dec 18, 2013 at 11:10 AM, Nirodha Pramod niro...@wso2.com wrote:

 Hi,

 If it is a configuration issue then it should occur for a single request
 as well. But this happens only for a moderate load test. Can be an issue
 when fronted with ELB.

 /Nirodha




 On Wed, Dec 18, 2013 at 1:19 AM, Ishara Karunarathna isha...@wso2.comwrote:

 Hi Nirodha,

 I ran this test directly pointing Key managers and gateways. Run without
 any issues.
 It only comes only when pointing to ELB.
 Then it can be a issue in ELB configurations.

 Please check it.
 Thanks,
 Ishara


 On Tue, Dec 17, 2013 at 6:44 PM, Nirodha Pramod niro...@wso2.com wrote:

 This issue occurs when trying to insert this invalid value
 PRODUCTIONGRANT_TYPE=PASSWORD in to TOKEN_SCOPE column in the
 IDN_OAUTH2_ACCESS_TOKEN table.


 On Tue, Dec 17, 2013 at 5:55 PM, Nirodha Pramod niro...@wso2.comwrote:

 Hi,

 Get the below exception in KM nodes frequently while running a load
 test with about 50 threads against the token API, and the request fails.
 Please have a look.

 [1] https://wso2.org/jira/browse/APIMANAGER-1927

 regards,
 Nirodha

 --

 *Nirodha Gallage*
 Senior Software Engineer, QA.
 WSO2 Inc.: http://wso2.com/
 Mobile: +94716429078




 --

 *Nirodha Gallage*
 Senior Software Engineer, QA.
 WSO2 Inc.: http://wso2.com/
 Mobile: +94716429078




 --
 Ishara Karunarathna
 Software Engineer
 WSO2 Inc. - lean . enterprise . middleware |  wso2.com

 email: isha...@wso2.com,   blog: isharaaruna.blogspot.com,   mobile: +94
 718211678




 --

 *Nirodha Gallage*
 Senior Software Engineer, QA.
 WSO2 Inc.: http://wso2.com/
 Mobile: +94716429078




-- 
Ishara Karunarathna
Software Engineer
WSO2 Inc. - lean . enterprise . middleware |  wso2.com

email: isha...@wso2.com,   blog: isharaaruna.blogspot.com,   mobile: +94
718211678
___
Dev mailing list
Dev@wso2.org
http://wso2.org/cgi-bin/mailman/listinfo/dev


Re: [Dev] WSO2 Committers += Shani

2013-12-16 Thread Ishara Karunarathna
*

 *Phone: +94715478185 %2B94715478185*
 *LinkedIn: http://www.linkedin.com/in/bhathiyaj
 http://www.linkedin.com/in/bhathiyaj*
 *Twitter: https://twitter.com/bhathiyax
 https://twitter.com/bhathiyax*

 ___
 Dev mailing list
 Dev@wso2.org
 http://wso2.org/cgi-bin/mailman/listinfo/dev




 --
 Regards,
 Thayalan Sivapaleswararajah
 Associate Technical Lead - QA
 Mob: +94(0)777872485
 Tel : +94(0)(11)2145345
 Fax : +94(0)(11)2145300
 Email: thaya...@wso2.com

 *Disclaimer*: *This communication may contain privileged or
 other confidential information and is intended exclusively for 
 the
 addressee/s. If you are not the intended recipient/s, or believe 
 that you
 may have received this communication in error, please reply to 
 the sender
 indicating that fact and delete the copy you received and in 
 addition, you
 should not print, copy, retransmit, disseminate, or otherwise 
 use the
 information contained in this communication. Internet 
 communications cannot
 be guaranteed to be timely, secure, error or virus-free. The 
 sender does
 not accept liability for any errors or omissions.*


 ___
 Dev mailing list
 Dev@wso2.org
 http://wso2.org/cgi-bin/mailman/listinfo/dev




 --
 Thanks
 *, Sajith Ravindra*

 Senior Software Engineer
 WSO2 Inc.; http://wso2.com
 lean.enterprise.middleware

 mobile: +94 77 2273550
  http://lk.linkedin.com/pub/shani-ranasinghe/34/111/ab

 ___
 Dev mailing list
 Dev@wso2.org
 http://wso2.org/cgi-bin/mailman/listinfo/dev




 --
 Best Regards..

 Chanika Geeganage
 Software Engineer
 WSO2, Inc.; http://wso2.com


 ___
 Dev mailing list
 Dev@wso2.org
 http://wso2.org/cgi-bin/mailman/listinfo/dev




 --
 Ishara Premasada
 Software Engineer,
 WSO2 Inc. http://wso2.com/


 *Blog   :  http://isharapremadasa.blogspot.com/
 http://isharapremadasa.blogspot.com/Twitter   :
 https://twitter.com/ishadil https://twitter.com/ishadil Mobile
:
 +94 714445832 %2B94%20714445832*



 ___
 Dev mailing list
 Dev@wso2.org
 http://wso2.org/cgi-bin/mailman/listinfo/dev




 --
 Regards,

 Dunith Dhanushka,
 Senior Software Engineer - BAM,
 WSO2 Inc,

 Mobile - +94 71 8615744
 Blog - dunithd.wordpress.com http://blog.dunith.com
 Twitter - @dunithd http://twitter.com/dunithd

 ___
 Dev mailing list
 Dev@wso2.org
 http://wso2.org/cgi-bin/mailman/listinfo/dev




 --
 Thanks and Regards,

 Punnadi Gunarathna
 Senior Software Engineer,
 WSO2, Inc.; http://wso2.com http://wso2
 Blog: http://hi-my-world.blogspot.com/
 Tel : 94 11 214 5345
 Fax :94 11 2145300



  http://lalajisureshika.blogspot.com/

 ___
 Dev mailing list
 Dev@wso2.org
 http://wso2.org/cgi-bin/mailman/listinfo/dev




 --
 *Software Engineer - WSO2 Inc.*
 *email: shameera AT wso2.com shame...@wso2.com , shameera AT
 apache.org shame...@apache.org*
 *phone:  +9471 922 1454 %2B9471%20922%201454*

 *Linked in : *
 http://lk.linkedin.com/pub/shameera-rathnayaka/1a/661/561
 *Twitter : *https://twitter.com/Shameera_R

 ___
 Dev mailing list
 Dev@wso2.org
 http://wso2.org/cgi-bin/mailman/listinfo/dev




 --
 *Hasitha Abeykoon*

 Software Engineer; WSO2, Inc.; http://wso2.com
 *cell:* *+94 719363063*
  *blog: **abeykoon.blogspot.com* http://abeykoon.blogspot.com


 ___
 Dev mailing list
 Dev@wso2.org
 http://wso2.org/cgi-bin/mailman/listinfo/dev



 ___
 Dev mailing list
 Dev@wso2.org
 http://wso2.org/cgi-bin/mailman/listinfo/dev



 ___
 Dev mailing list
 Dev@wso2.org
 http://wso2.org/cgi-bin/mailman/listinfo/dev



 ___
 Dev mailing list
 Dev@wso2.org
 http://wso2.org/cgi-bin/mailman/listinfo/dev




 --
 Dimuthu De Lanerolle
 Software Engineer
  WSO2 Inc.
 lean . enterprise . middlewear.
 http://wso2.com/
 Tel. : +94 11 2145345  Fax : +94 11 2145300  email : dimut...@wso2.com


 ___
 Dev mailing list
 Dev@wso2.org
 http://wso2.org/cgi-bin/mailman/listinfo/dev




 --
 *Ushani Balasooriya*
 Software Engineer - QA;
 WSO2 Inc; http://www.wso2.com/.
 Mobile; +94772636796


 ___
 Dev mailing list
 Dev@wso2.org
 http://wso2.org/cgi-bin/mailman/listinfo/dev




 --
 Asanka Vithanage
 Senior Software Engineer -QA
 Mobile: +94 0716286708
 Email: asan...@wso2.com
 WSO2 Inc. www.wso2.com


 ___
 Dev mailing list
 Dev@wso2.org
 http://wso2.org/cgi-bin/mailman/listinfo/dev




-- 
Ishara Karunarathna
Software Engineer
WSO2 Inc. - lean . enterprise . middleware |  wso2.com

email: isha

Re: [Dev] Identity Server 4.6.0 release

2013-12-10 Thread Ishara Karunarathna
Hi Shavantha,

Now we are fixing some issues in the pack and will try to give you
a new pack tomorrow.
Until please test with the given pack.

Thanks,


On Tue, Dec 10, 2013 at 6:29 PM, Shavantha Weerasinghe
shavan...@wso2.comwrote:

 Hi ishara

 Hope we can get a new pack tomorrow
 Regards,shavantha
 On 10 Dec 2013 10:23, Ishara Karunarathna isha...@wso2.com wrote:

 [Moving to dev list]


 On Tue, Dec 10, 2013 at 10:18 AM, Suneth Ranasinghe sun...@wso2.comwrote:

 Hi Johann,

 Please apply Asela's patch attached to JIRA [1], which is a UI fixed for
 write Policy in XML.

 [1] https://wso2.org/jira/browse/IDENTITY-1939

 Regards,


 On Tue, Dec 10, 2013 at 9:56 AM, Shavantha Weerasinghe 
 shavan...@wso2.com wrote:

 hi all

 below are a list of jira reported upto now

 IDENTITY-1938

 when a tenant attempts to add a keystore such as the wso2carbon.jks
 the system informs that the keystore already exist but that is only
 for super tenant and not the tenant i created

 IDENTITY-1937

 on some occations the IS throws an error when a tenant tries to create
 an SSO client

 IDENTITY-1931

 Open ID login flow fails when attempting to login with the system
 generated open id

 IDENTITY-1930

 OAuth implicit flow works even after a user removes that grat type
 from the registered OA

 IDENTITY-1929

 tenants are shown the domain in the certificate aliasdropdown

 IDENTITY-1928

 secondary user stores cannot be created by a tenant

 IDENTITY-1923

 secondary domain is not visible for the tenant when a tenant clicks on
 the domain dropdown

 IDENTITY-1922

 unable to configure SSO as a dead page is loaded
 Shavantha Weerasinghe
 Senior Software Engineer QA
 WSO2, Inc.
 lean.enterprise.middleware.
 http://wso2.com
 http://wso2.org
 Tel : 94 11 214 5345
 Fax :94 11 2145300



 On Thu, Dec 5, 2013 at 6:19 PM, Johann Nallathamby joh...@wso2.com
 wrote:
  Hi Shavantha,
 
  Please try with this jar. I have fixed some issues.
 
 
  On Thu, Dec 5, 2013 at 3:11 PM, Johann Nallathamby joh...@wso2.com
 wrote:
 
  Hi Shavantha,
 
  Please test with attached jar. Add it as a patch.
 
 
  On Thu, Dec 5, 2013 at 1:17 PM, Shavantha Weerasinghe 
 shavan...@wso2.com
  wrote:
 
  thanks, started testing
  Shavantha Weerasinghe
  Senior Software Engineer QA
  WSO2, Inc.
  lean.enterprise.middleware.
  http://wso2.com
  http://wso2.org
  Tel : 94 11 214 5345
  Fax :94 11 2145300
 
 
 
  On Thu, Dec 5, 2013 at 1:09 PM, Chamath Gunawardana 
 chama...@wso2.com
  wrote:
   Hi Shavantha,
  
   The pack is available in
  
  
 https://svn.wso2.org/repos/wso2/scratch/IS-4.5.1/5-12-13/wso2is-4.6.0.zip
  
  
   Thanks,
  
  
   On Thu, Dec 5, 2013 at 11:19 AM, Shavantha Weerasinghe
   shavan...@wso2.com
   wrote:
  
   hi guys
  
   any update on a pack for testing
  
   regards,
   Shavantha Weerasinghe
   Senior Software Engineer QA
   WSO2, Inc.
   lean.enterprise.middleware.
   http://wso2.com
   http://wso2.org
   Tel : 94 11 214 5345
   Fax :94 11 2145300
  
  
  
   On Wed, Dec 4, 2013 at 9:58 AM, Shavantha Weerasinghe
   shavan...@wso2.com wrote:
Hi Venura
   
Thanks for the update
   
regards.
Shavantha Weerasinghe
Senior Software Engineer QA
WSO2, Inc.
lean.enterprise.middleware.
http://wso2.com
http://wso2.org
Tel : 94 11 214 5345
Fax :94 11 2145300
   
   
   
On Wed, Dec 4, 2013 at 9:55 AM, Venura Kahawala 
 ven...@wso2.com
wrote:
Hi Shavantha,
   
Ishara has encountered some integration test failures, which
 will
be
fixed
ASAP. Then a pack can be released for QA testing.
   
Regards,
Venura
   
   
On Wed, Dec 4, 2013 at 9:53 AM, Shavantha Weerasinghe
shavan...@wso2.com
wrote:
   
Hi Asela
   
When will the pack be released for QA
   
Regards,
Shavantha Weerasinghe
Senior Software Engineer QA
WSO2, Inc.
lean.enterprise.middleware.
http://wso2.com
http://wso2.org
Tel : 94 11 214 5345
Fax :94 11 2145300
   
   
   
On Tue, Dec 3, 2013 at 5:41 PM, Asela Pathberiya 
 as...@wso2.com
wrote:



 On Tue, Dec 3, 2013 at 4:33 PM, Sumedha Rubasinghe
 sume...@wso2.com
 wrote:

 It's wrong to create chunk06. This should be in chunk05 
 then
 moved to
 chunk06 once chunk05 is done.


 Ok...  then we can create 4.6.0 in chuck 05. AFAIK, chuck05
 would be
 frozen
 soon.


 Thanks,
 Asela.




 On Tue, Dec 3, 2013 at 4:13 PM, Ishara Karunarathna
 isha...@wso2.com
 wrote:

 HI Asela,




 On Tue, Dec 3, 2013 at 4:07 PM, Asela Pathberiya
 as...@wso2.com
 wrote:

 Hi All,

 It is great, if  we can get a build of WSO2 Identity
 Server
 4.6.0
 for
 QA
 testing.  Shavantha is already assigned for QA testing.
 There
 are
 16
 L1s [1]
 and 7 L2s [2] to be fixed. Some of these issues already
 have
 been
 fixed

Re: [Dev] Identity Server 4.6.0 release

2013-12-10 Thread Ishara Karunarathna
Hi Shavantha,

Now we are fixing some issues in the pack and will try to give you
a new pack tomorrow.
Until please test with the given pack.

Thanks,


On Tue, Dec 10, 2013 at 6:29 PM, Shavantha Weerasinghe
shavan...@wso2.comwrote:

 Hi ishara

 Hope we can get a new pack tomorrow
 Regards,shavantha
 On 10 Dec 2013 10:23, Ishara Karunarathna isha...@wso2.com wrote:

 [Moving to dev list]


 On Tue, Dec 10, 2013 at 10:18 AM, Suneth Ranasinghe sun...@wso2.comwrote:

 Hi Johann,

 Please apply Asela's patch attached to JIRA [1], which is a UI fixed for
 write Policy in XML.

 [1] https://wso2.org/jira/browse/IDENTITY-1939

 Regards,


 On Tue, Dec 10, 2013 at 9:56 AM, Shavantha Weerasinghe 
 shavan...@wso2.com wrote:

 hi all

 below are a list of jira reported upto now

 IDENTITY-1938

 when a tenant attempts to add a keystore such as the wso2carbon.jks
 the system informs that the keystore already exist but that is only
 for super tenant and not the tenant i created

 IDENTITY-1937

 on some occations the IS throws an error when a tenant tries to create
 an SSO client

 IDENTITY-1931

 Open ID login flow fails when attempting to login with the system
 generated open id

 IDENTITY-1930

 OAuth implicit flow works even after a user removes that grat type
 from the registered OA

 IDENTITY-1929

 tenants are shown the domain in the certificate aliasdropdown

 IDENTITY-1928

 secondary user stores cannot be created by a tenant

 IDENTITY-1923

 secondary domain is not visible for the tenant when a tenant clicks on
 the domain dropdown

 IDENTITY-1922

 unable to configure SSO as a dead page is loaded
 Shavantha Weerasinghe
 Senior Software Engineer QA
 WSO2, Inc.
 lean.enterprise.middleware.
 http://wso2.com
 http://wso2.org
 Tel : 94 11 214 5345
 Fax :94 11 2145300



 On Thu, Dec 5, 2013 at 6:19 PM, Johann Nallathamby joh...@wso2.com
 wrote:
  Hi Shavantha,
 
  Please try with this jar. I have fixed some issues.
 
 
  On Thu, Dec 5, 2013 at 3:11 PM, Johann Nallathamby joh...@wso2.com
 wrote:
 
  Hi Shavantha,
 
  Please test with attached jar. Add it as a patch.
 
 
  On Thu, Dec 5, 2013 at 1:17 PM, Shavantha Weerasinghe 
 shavan...@wso2.com
  wrote:
 
  thanks, started testing
  Shavantha Weerasinghe
  Senior Software Engineer QA
  WSO2, Inc.
  lean.enterprise.middleware.
  http://wso2.com
  http://wso2.org
  Tel : 94 11 214 5345
  Fax :94 11 2145300
 
 
 
  On Thu, Dec 5, 2013 at 1:09 PM, Chamath Gunawardana 
 chama...@wso2.com
  wrote:
   Hi Shavantha,
  
   The pack is available in
  
  
 https://svn.wso2.org/repos/wso2/scratch/IS-4.5.1/5-12-13/wso2is-4.6.0.zip
  
  
   Thanks,
  
  
   On Thu, Dec 5, 2013 at 11:19 AM, Shavantha Weerasinghe
   shavan...@wso2.com
   wrote:
  
   hi guys
  
   any update on a pack for testing
  
   regards,
   Shavantha Weerasinghe
   Senior Software Engineer QA
   WSO2, Inc.
   lean.enterprise.middleware.
   http://wso2.com
   http://wso2.org
   Tel : 94 11 214 5345
   Fax :94 11 2145300
  
  
  
   On Wed, Dec 4, 2013 at 9:58 AM, Shavantha Weerasinghe
   shavan...@wso2.com wrote:
Hi Venura
   
Thanks for the update
   
regards.
Shavantha Weerasinghe
Senior Software Engineer QA
WSO2, Inc.
lean.enterprise.middleware.
http://wso2.com
http://wso2.org
Tel : 94 11 214 5345
Fax :94 11 2145300
   
   
   
On Wed, Dec 4, 2013 at 9:55 AM, Venura Kahawala 
 ven...@wso2.com
wrote:
Hi Shavantha,
   
Ishara has encountered some integration test failures, which
 will
be
fixed
ASAP. Then a pack can be released for QA testing.
   
Regards,
Venura
   
   
On Wed, Dec 4, 2013 at 9:53 AM, Shavantha Weerasinghe
shavan...@wso2.com
wrote:
   
Hi Asela
   
When will the pack be released for QA
   
Regards,
Shavantha Weerasinghe
Senior Software Engineer QA
WSO2, Inc.
lean.enterprise.middleware.
http://wso2.com
http://wso2.org
Tel : 94 11 214 5345
Fax :94 11 2145300
   
   
   
On Tue, Dec 3, 2013 at 5:41 PM, Asela Pathberiya 
 as...@wso2.com
wrote:



 On Tue, Dec 3, 2013 at 4:33 PM, Sumedha Rubasinghe
 sume...@wso2.com
 wrote:

 It's wrong to create chunk06. This should be in chunk05 
 then
 moved to
 chunk06 once chunk05 is done.


 Ok...  then we can create 4.6.0 in chuck 05. AFAIK, chuck05
 would be
 frozen
 soon.


 Thanks,
 Asela.




 On Tue, Dec 3, 2013 at 4:13 PM, Ishara Karunarathna
 isha...@wso2.com
 wrote:

 HI Asela,




 On Tue, Dec 3, 2013 at 4:07 PM, Asela Pathberiya
 as...@wso2.com
 wrote:

 Hi All,

 It is great, if  we can get a build of WSO2 Identity
 Server
 4.6.0
 for
 QA
 testing.  Shavantha is already assigned for QA testing.
 There
 are
 16
 L1s [1]
 and 7 L2s [2] to be fixed. Some of these issues already
 have
 been
 fixed

Re: [Dev] Chunk-06 build failure while building features

2013-12-10 Thread Ishara Karunarathna
Hi,

Fixed in chink component pom

Thanks



On Wed, Dec 11, 2013 at 12:21 PM, Dinusha Senanayaka dinu...@wso2.comwrote:

 Hi,

 Seems org.wso2.carbon:org.wso2.carbon.identity.entitlement.ui/4.2.1 has
 not added to chunk-06/component pom.

 [ERROR] Failed to execute goal on project
 org.wso2.carbon.identity.xacml.ui.feature: Could not resolve dependencies
 for project
 org.wso2.carbon:org.wso2.carbon.identity.xacml.ui.feature:pom:4.2.1: Could
 not find artifact
 org.wso2.carbon:org.wso2.carbon.identity.entitlement.ui:jar:4.2.1 in
 wso2-nexus (http://maven.wso2.org/nexus/content/groups/wso2-public/) -
 [Help 1]

 Regards,
 Dinusha.

 --
 Dinusha Dilrukshi
 Senior Software Engineer
 WSO2 Inc.: http://wso2.com/
 Mobile: +94725255071
 Blog: http://dinushasblog.blogspot.com/

 ___
 Dev mailing list
 Dev@wso2.org
 http://wso2.org/cgi-bin/mailman/listinfo/dev




-- 
Ishara Karunarathna
Software Engineer
WSO2 Inc. - lean . enterprise . middleware |  wso2.com

email: isha...@wso2.com,   blog: isharaaruna.blogspot.com,   mobile: +94
718211678
___
Dev mailing list
Dev@wso2.org
http://wso2.org/cgi-bin/mailman/listinfo/dev


Re: [Dev] Identity Server 4.6.0 release

2013-12-09 Thread Ishara Karunarathna
[Moving to dev list]


On Tue, Dec 10, 2013 at 10:18 AM, Suneth Ranasinghe sun...@wso2.com wrote:

 Hi Johann,

 Please apply Asela's patch attached to JIRA [1], which is a UI fixed for
 write Policy in XML.

 [1] https://wso2.org/jira/browse/IDENTITY-1939

 Regards,


 On Tue, Dec 10, 2013 at 9:56 AM, Shavantha Weerasinghe shavan...@wso2.com
  wrote:

 hi all

 below are a list of jira reported upto now

 IDENTITY-1938

 when a tenant attempts to add a keystore such as the wso2carbon.jks
 the system informs that the keystore already exist but that is only
 for super tenant and not the tenant i created

 IDENTITY-1937

 on some occations the IS throws an error when a tenant tries to create
 an SSO client

 IDENTITY-1931

 Open ID login flow fails when attempting to login with the system
 generated open id

 IDENTITY-1930

 OAuth implicit flow works even after a user removes that grat type
 from the registered OA

 IDENTITY-1929

 tenants are shown the domain in the certificate aliasdropdown

 IDENTITY-1928

 secondary user stores cannot be created by a tenant

 IDENTITY-1923

 secondary domain is not visible for the tenant when a tenant clicks on
 the domain dropdown

 IDENTITY-1922

 unable to configure SSO as a dead page is loaded
 Shavantha Weerasinghe
 Senior Software Engineer QA
 WSO2, Inc.
 lean.enterprise.middleware.
 http://wso2.com
 http://wso2.org
 Tel : 94 11 214 5345
 Fax :94 11 2145300



 On Thu, Dec 5, 2013 at 6:19 PM, Johann Nallathamby joh...@wso2.com
 wrote:
  Hi Shavantha,
 
  Please try with this jar. I have fixed some issues.
 
 
  On Thu, Dec 5, 2013 at 3:11 PM, Johann Nallathamby joh...@wso2.com
 wrote:
 
  Hi Shavantha,
 
  Please test with attached jar. Add it as a patch.
 
 
  On Thu, Dec 5, 2013 at 1:17 PM, Shavantha Weerasinghe 
 shavan...@wso2.com
  wrote:
 
  thanks, started testing
  Shavantha Weerasinghe
  Senior Software Engineer QA
  WSO2, Inc.
  lean.enterprise.middleware.
  http://wso2.com
  http://wso2.org
  Tel : 94 11 214 5345
  Fax :94 11 2145300
 
 
 
  On Thu, Dec 5, 2013 at 1:09 PM, Chamath Gunawardana 
 chama...@wso2.com
  wrote:
   Hi Shavantha,
  
   The pack is available in
  
  
 https://svn.wso2.org/repos/wso2/scratch/IS-4.5.1/5-12-13/wso2is-4.6.0.zip
  
  
   Thanks,
  
  
   On Thu, Dec 5, 2013 at 11:19 AM, Shavantha Weerasinghe
   shavan...@wso2.com
   wrote:
  
   hi guys
  
   any update on a pack for testing
  
   regards,
   Shavantha Weerasinghe
   Senior Software Engineer QA
   WSO2, Inc.
   lean.enterprise.middleware.
   http://wso2.com
   http://wso2.org
   Tel : 94 11 214 5345
   Fax :94 11 2145300
  
  
  
   On Wed, Dec 4, 2013 at 9:58 AM, Shavantha Weerasinghe
   shavan...@wso2.com wrote:
Hi Venura
   
Thanks for the update
   
regards.
Shavantha Weerasinghe
Senior Software Engineer QA
WSO2, Inc.
lean.enterprise.middleware.
http://wso2.com
http://wso2.org
Tel : 94 11 214 5345
Fax :94 11 2145300
   
   
   
On Wed, Dec 4, 2013 at 9:55 AM, Venura Kahawala ven...@wso2.com
 
wrote:
Hi Shavantha,
   
Ishara has encountered some integration test failures, which
 will
be
fixed
ASAP. Then a pack can be released for QA testing.
   
Regards,
Venura
   
   
On Wed, Dec 4, 2013 at 9:53 AM, Shavantha Weerasinghe
shavan...@wso2.com
wrote:
   
Hi Asela
   
When will the pack be released for QA
   
Regards,
Shavantha Weerasinghe
Senior Software Engineer QA
WSO2, Inc.
lean.enterprise.middleware.
http://wso2.com
http://wso2.org
Tel : 94 11 214 5345
Fax :94 11 2145300
   
   
   
On Tue, Dec 3, 2013 at 5:41 PM, Asela Pathberiya 
 as...@wso2.com
wrote:



 On Tue, Dec 3, 2013 at 4:33 PM, Sumedha Rubasinghe
 sume...@wso2.com
 wrote:

 It's wrong to create chunk06. This should be in chunk05 
 then
 moved to
 chunk06 once chunk05 is done.


 Ok...  then we can create 4.6.0 in chuck 05. AFAIK, chuck05
 would be
 frozen
 soon.


 Thanks,
 Asela.




 On Tue, Dec 3, 2013 at 4:13 PM, Ishara Karunarathna
 isha...@wso2.com
 wrote:

 HI Asela,




 On Tue, Dec 3, 2013 at 4:07 PM, Asela Pathberiya
 as...@wso2.com
 wrote:

 Hi All,

 It is great, if  we can get a build of WSO2 Identity
 Server
 4.6.0
 for
 QA
 testing.  Shavantha is already assigned for QA testing.
 There
 are
 16
 L1s [1]
 and 7 L2s [2] to be fixed. Some of these issues already
 have
 been
 fixed. It
 is better to go through them and review.  I guess, new
 feature
 [3]
 is
 already completed now. Is there any document on this? It
 is
 better,
 if we
 can have continuous packs based on the road map [4] until
 the
 release
 is
 done.
 @Ishara, Shall we share the 4.6.0 pack (M1) which is done
 with
 developer

[Dev] Misleading configuration in BAM document

2013-09-02 Thread Ishara Karunarathna
Hi,

In the following document, under
*Send Messages to the ESB *
1. Download and start WSO2 BAM. Before starting the server, change its port
offset to a different value in BAM_home\repository\conf\Carbon.xml file.
For example,

Offset2/Offset


but in the same document it set the offset of the ESB to 2,
so its better to use some other value there.

Thanks,

[1] http://docs.wso2.org/display/BAM230/Setting+up+Mediation+Data+Agent--
Ishara Karunarathna
Software Engineer
WSO2 Inc. - lean . enterprise . middleware |  wso2.com

email: isha...@wso2.com,   blog: isharaaruna.blogspot.com,   mobile: +94
718211678
___
Dev mailing list
Dev@wso2.org
http://wso2.org/cgi-bin/mailman/listinfo/dev


Re: [Dev] WSO2 Committers += Punnadi Goonewardena

2013-07-03 Thread Ishara Karunarathna
Congratz . .


On Wed, Jul 3, 2013 at 7:34 AM, Shiroshica Kulatilake sh...@wso2.comwrote:

 Well Done  !


 On Wed, Jul 3, 2013 at 5:25 PM, Manoj Kumara ma...@wso2.com wrote:

 Congratulations !!

 Best Regards..


 Manoj Kumara
 Software Engineer
 WSO2, Inc.; http://wso2.com

 Twitter:  http://twitter.com/ManKuma
 Mobile: +94713448188


 On Wed, Jul 3, 2013 at 1:37 PM, Dimuthu Leelarathne dimut...@wso2.comwrote:

 Hi Punnadi,

 Congratulations!

 It is with great pleasure that we welcome you as a WSO2 committer. Thank
 you for your contributions.

 thanks and best regards,
 Dimuthu

 --
 Dimuthu Leelarathne
 Architect  Product Lead of App Factory

 WSO2, Inc. (http://wso2.com)
 email: dimut...@wso2.com

 Lean . Enterprise . Middleware

 ___
 Dev mailing list
 Dev@wso2.org
 http://wso2.org/cgi-bin/mailman/listinfo/dev



 ___
 Dev mailing list
 Dev@wso2.org
 http://wso2.org/cgi-bin/mailman/listinfo/dev




 --
 Shiroshica Kulatilake

 Architect,
 WSO2, Inc. http://wso2.com/
 Phone: +94 776523867

 ___
 Dev mailing list
 Dev@wso2.org
 http://wso2.org/cgi-bin/mailman/listinfo/dev




-- 
Ishara Karunarathna
Software Engineer
WSO2 Inc. - lean . enterprise . middleware |  wso2.com

email: isha...@wso2.com,   blog: isharaaruna.blogspot.com,   mobile: +94
718211678
___
Dev mailing list
Dev@wso2.org
http://wso2.org/cgi-bin/mailman/listinfo/dev


Re: [Dev] WSO2 Committers += Ishara Premadasa

2013-06-21 Thread Ishara Karunarathna
Congratz Ishara. . .


On Fri, Jun 21, 2013 at 1:03 PM, Manula Chathurika Thantriwatte 
manu...@wso2.com wrote:

 Congrats Ishara


 On Fri, Jun 21, 2013 at 12:11 PM, Rajeeva Uthayasangar 
 raje...@wso2.comwrote:

 Congrats Ishara...

 Regards,
 Rajeeva.


 On Fri, Jun 21, 2013 at 12:07 PM, Dhanuka Ranasinghe dhan...@wso2.comwrote:

 congratulation Ishara...

 *Dhanuka Ranasinghe*

 Senior Software Engineer
 WSO2 Inc. ; http://wso2.com

 lean . enterprise . middleware

 phone : +94 715381915


 On Fri, Jun 21, 2013 at 11:48 AM, Mohanadarshan Vivekanandalingam 
 mo...@wso2.com wrote:

 Congrats Ishara...


 Regards,
 Mohan

 On Fri, Jun 21, 2013 at 10:21 AM, Shammi Jayasinghe sha...@wso2.comwrote:

 Hi,

 Its my pleasure to welcome Ishara Premadasa as WSO2 Committer.

 Ishara has been an excellent contributor for MB 2.1.0 and other
 related projects over the last few months and gave a great help on
 releasing Alpha, Beta and RC1 of MB 2.1.0. Thank you very much  for all
 your hard work.

 Ishara, welcome aboard and keep up the good work.


 --
 Best Regards,*

 Shammi Jayasinghe*
 Associate Tech Lead
 WSO2, Inc.; http://wso2.com,
 mobile: +94 71 4493085


 ___
 Dev mailing list
 Dev@wso2.org
 http://wso2.org/cgi-bin/mailman/listinfo/dev




 --
 *V. Mohanadarshan*
 *Software Engineer,*
 *Data Technologies Team,*
 *WSO2, Inc. http://wso2.com *
 *lean.enterprise.middleware.*
 *
 *
 email: mo...@wso2.com
 phone:(+94) 771117673

 ___
 Dev mailing list
 Dev@wso2.org
 http://wso2.org/cgi-bin/mailman/listinfo/dev



 ___
 Dev mailing list
 Dev@wso2.org
 http://wso2.org/cgi-bin/mailman/listinfo/dev




 --
 *Rajeeva Uthayasangar*
 Software Engineer
 WSO2, Inc.:http://wso2.com*
 *


 Mobile: +94777298873


 ___
 Dev mailing list
 Dev@wso2.org
 http://wso2.org/cgi-bin/mailman/listinfo/dev




 --
 *Manula Chathurika Thantriwatte*
 Software Engineer
 WSO2 Inc. ; http://wso2.com
 lean . enterprise . middleware

 phone : +94 77 2492511

 ___
 Dev mailing list
 Dev@wso2.org
 http://wso2.org/cgi-bin/mailman/listinfo/dev


___
Dev mailing list
Dev@wso2.org
http://wso2.org/cgi-bin/mailman/listinfo/dev


Re: [Dev] [Trunk] [Compilation Error] org.wso2.carbon.identity.oauth.ui project

2013-06-18 Thread Ishara Karunarathna
Hi Nirmal,

I think you might not have updated the service stubs,
Coz this is fixed there.

Thanks,
Ishara


On Tue, Jun 18, 2013 at 3:38 PM, Nirmal Fernando nir...@wso2.com wrote:


 [INFO]
 
 [INFO] BUILD FAILURE
 [INFO]
 
 [INFO] Total time: 9:10.265s
 [INFO] Finished at: Tue Jun 18 15:17:53 IST 2013
 [INFO] Final Memory: 1558M/1782M
 [INFO]
 
 [ERROR] Failed to execute goal
 org.apache.maven.plugins:maven-compiler-plugin:2.3.2:compile
 (default-compile) on project org.wso2.carbon.identity.oauth.ui: Compilation
 failure: Compilation failure:
 [ERROR]
 /home/wso2/code/trunk/platform/components/identity/org.wso2.carbon.identity.oauth.ui/src/main/java/org/wso2/carbon/identity/oauth/ui/client/OAuth2ServiceClient.java:[84,53]
 cannot find symbol
 [ERROR] symbol  : method getUserAuthenticated()
 [ERROR] location: class
 org.wso2.carbon.identity.oauth2.stub.dto.OAuth2AuthorizeReqDTO
 [ERROR]
 /home/wso2/code/trunk/platform/components/identity/org.wso2.carbon.identity.oauth.ui/src/main/java/org/wso2/carbon/identity/oauth/ui/client/OAuth2AuthzClient.java:[174,31]
 cannot find symbol
 [ERROR] symbol  : method setUserAuthenticated(boolean)
 [ERROR] location: class
 org.wso2.carbon.identity.oauth2.stub.dto.OAuth2AuthorizeReqDTO
 [ERROR] - [Help 1]
 [ERROR]
 [ERROR] To see the full stack trace of the errors, re-run Maven with the
 -e switch.
 [ERROR] Re-run Maven using the -X switch to enable full debug logging.
 [ERROR]
 [ERROR] For more information about the errors and possible solutions,
 please read the following articles:
 [ERROR] [Help 1]
 http://cwiki.apache.org/confluence/display/MAVEN/MojoFailureException
 [ERROR]
 [ERROR] After correcting the problems, you can resume the build with the
 command
 [ERROR]   mvn goals -rf :org.wso2.carbon.identity.oauth.ui


 --

 Thanks  regards,
 Nirmal

 Senior Software Engineer- Platform Technologies Team, WSO2 Inc.
 Mobile: +94715779733
 Blog: http://nirmalfdo.blogspot.com/


 ___
 Dev mailing list
 Dev@wso2.org
 http://wso2.org/cgi-bin/mailman/listinfo/dev


___
Dev mailing list
Dev@wso2.org
http://wso2.org/cgi-bin/mailman/listinfo/dev


Re: [Dev] Build Failure at Identity component

2013-06-17 Thread Ishara Karunarathna
Hi,

Its fixed in the service-stub,

Thanks,
Ishara


On Tue, Jun 18, 2013 at 10:18 AM, Shelan Perera she...@wso2.com wrote:

 Looks like stub is not committed. Please have a look.

 [INFO] WSO2 Carbon - Identity Aggregator Module .. SUCCESS [0.472s]
 [INFO] WSO2 Carbon - Identity Base ... SUCCESS [4.139s]
 [INFO] WSO2 Carbon - Identity Core ... SUCCESS [4.181s]
 [INFO] WSO2 Carbon - Identity Relying Party .. SUCCESS [3.977s]
 [INFO] WSO2 Carbon - Identity Provider ... SUCCESS [3.870s]
 [INFO] WSO2 Carbon - Identity Management . SUCCESS [3.778s]
 [INFO] WSO2 Carbon - identity tree menu structure  SUCCESS [0.223s]
 [INFO] WSO2 Carbon - Identity Provider UI  SUCCESS [3.764s]
 [INFO] WSO2 Carbon - OpenID Provider UI .. SUCCESS [3.658s]
 [INFO] WSO2 Carbon - OpenID Provider . SUCCESS [1.787s]
 [INFO] WSO2 Carbon - Identity User Registration .. SUCCESS [1.655s]
 [INFO] WSO2 Carbon - Identity User Registration UI ... SUCCESS [6.499s]
 [INFO] WSO2 Carbon - Identity Entitlement PDP Proxy .. SUCCESS [6.899s]
 [INFO] WSO2 Carbon - Relying Party UI  SUCCESS [4.123s]
 [INFO] WSO2 Carbon - User Profile Management . SUCCESS [1.605s]
 [INFO] WSO2 Carbon - User Profile Management UI .. SUCCESS [3.155s]
 [INFO] WSO2 Carbon - Identity Authorization Core . SUCCESS [1.920s]
 [INFO] WSO2 Carbon - Identity Authorization UI ... SUCCESS [3.562s]
 [INFO] WSO2 Carbon - Authentication Service .. SUCCESS [1.548s]
 [INFO] WSO2 Carbon - Thrift based Authentication Service . SUCCESS [2.852s]
 [INFO] WSO2 Carbon - Identity Entitlement  SUCCESS [4.552s]
 [INFO] WSO2 Carbon - Identity Entitlement UI . SUCCESS [4.714s]
 [INFO] WSO2 Carbon - Identity Entitlement Mediator ... SUCCESS [4.729s]
 [INFO] WSO2 Carbon - Passive  STS  SUCCESS [5.293s]
 [INFO] WSO2 Carbon - Passive STS UI .. SUCCESS [2.949s]
 [INFO] WSO2 Carbon - SAML Web Browser SSO  SUCCESS [4.442s]
 [INFO] WSO2 Carbon - SAML Web Browser SSO UI . SUCCESS [2.625s]
 [INFO] WSO2 Carbon - OpenID Provider Admin ... SUCCESS [1.750s]
 [INFO] WSO2 Carbon - OpenID Provider Admin UI  SUCCESS [3.130s]
 [INFO] WSO2 Carbon - OAuth Common  SUCCESS [1.721s]
 [INFO] WSO2 Carbon - OAuth ... SUCCESS [4.376s]
 [INFO] WSO2 Carbon - Identity OAuth UI ... FAILURE
 [12.267s]
 [INFO] WSO2 Carbon - Identity OAuth 2.0 Endpoints  SKIPPED
 [INFO] WSO2 Carbon - Identity OAuth Mediator . SKIPPED
 [INFO] WSO2 Carbon - SCIM - Common Component . SKIPPED
 [INFO] WSO2 Carbon - SCIM - Service Provider Component ... SKIPPED
 [INFO] WSO2 Carbon - Identity STS Management . SKIPPED
 [INFO] WSO2 Carbon - Identity STS Management UI .. SKIPPED
 [INFO] WSO2 Carbon - SCIM - UI Component . SKIPPED
 [INFO] WSO2 Carbon - Identity STS Store .. SKIPPED
 [INFO] WSO2 Carbon - Identity Entitlement Filter . SKIPPED
 [INFO] WSO2 Carbon - SAML2 SSO Tomcat Agent .. SKIPPED
 [INFO]
 
 [INFO] BUILD FAILURE
 [INFO]
 
 [INFO] Total time: 1:58.772s
 [INFO] Finished at: Tue Jun 18 10:10:35 IST 2013
 [INFO] Final Memory: 414M/1788M
 [INFO]
 
 [ERROR] Failed to execute goal
 org.apache.maven.plugins:maven-compiler-plugin:2.3.2:compile
 (default-compile) on project org.wso2.carbon.identity.oauth.ui: Compilation
 failure: Compilation failure:
 [ERROR]
 /home/shelan/wso2/trunk/carbon/platform/trunk/components/identity/org.wso2.carbon.identity.oauth.ui/src/main/java/org/wso2/carbon/identity/oauth/ui/client/OAuth2ServiceClient.java:[84,53]
 cannot find symbol
 [ERROR] symbol  : method getUserAuthenticated()
 [ERROR] location: class
 org.wso2.carbon.identity.oauth2.stub.dto.OAuth2AuthorizeReqDTO
 [ERROR]
 /home/shelan/wso2/trunk/carbon/platform/trunk/components/identity/org.wso2.carbon.identity.oauth.ui/src/main/java/org/wso2/carbon/identity/oauth/ui/client/OAuth2AuthzClient.java:[174,31]
 cannot find symbol
 [ERROR] symbol  : method setUserAuthenticated(boolean)
 [ERROR] location: class
 org.wso2.carbon.identity.oauth2.stub.dto.OAuth2AuthorizeReqDTO
 [ERROR] - [Help 1]
 [ERROR]
 [ERROR] To see the full stack trace of the errors, re-run Maven with the
 -e switch.
 [ERROR] Re-run Maven using the -X switch to enable full debug logging.
 [ERROR]
 [ERROR] For more information about the errors and possible solutions, pleas

 --
 *Shelan Perera*

 Senior Software Engineer
 **
 Integration Technology Group
 *WSO2, Inc. 

Re: [Dev] Identity Server 4.5.0 - M2 build

2013-06-06 Thread Ishara Karunarathna
Its fixed in revision 174081.

Thanks


On Wed, Jun 5, 2013 at 9:21 AM, Pushpalanka Jayawardhana la...@wso2.comwrote:

 Hi,

 This was fixed here, https://wso2.org/jira/browse/IDENTITY-1032.

 Thanks,

 Pushpalanka Jayawardhana

 Software Engineer

 WSO2 Lanka (pvt) Ltd
 [image: 
 Facebook]http://s.wisestamp.com/links?url=http%3A%2F%2Fwww.facebook.com%2Fpushpalanka
  [image:
 Twitter]http://s.wisestamp.com/links?url=http%3A%2F%2Ftwitter.com%2FPushpalanka
  [image:
 LinkedIn]http://s.wisestamp.com/links?url=http%3A%2F%2Fwww.linkedin.com%2Fprofile%2Fview%3Fid%3D75175642%26trk%3Dtab_pro
  [image:
 Blogger]http://s.wisestamp.com/links?url=http%3A%2F%2Fpushpalankajaya.blogspot.com%2F
  [image:
 SlideShare]http://s.wisestamp.com/links?url=http%3A%2F%2Fwww.slideshare.net%2FPushpalanka
 Mobile: +94779716248

 http://s.wisestamp.com/links?url=http%3A%2F%2Fr1.wisestamp.com%2Fr%2Flanding%3Fu%3Dc984892c0c4ca423%26v%3D3.13.2%26t%3D1361257731639%26promo%3D10%26dest%3Dhttp%253A%252F%252Fwww.wisestamp.com%252Femail-install%253Futm_source%253Dextension%2526utm_medium%253Demail%2526utm_campaign%253Dpromo_10


 On Wed, Jun 5, 2013 at 8:48 AM, Prabath Siriwardena prab...@wso2.comwrote:

 Did we test SAML2 SSO with this build.. I am getting following error..

 java.io.FileNotFoundException:
 /sso-saml/carbon/dialog/display_messages.jsp
 org.apache.jasper.servlet.JspServlet.serviceJspFile(JspServlet.java:463)
  org.apache.jasper.servlet.JspServlet.service(JspServlet.java:378)
 javax.servlet.http.HttpServlet.service(HttpServlet.java:848)
  org.wso2.carbon.ui.JspServlet.service(JspServlet.java:155)
 org.wso2.carbon.ui.TilesJspServlet.service(TilesJspServlet.java:80)

 Thanks  regards,
 -Prabath

 On Fri, May 31, 2013 at 7:33 PM, Darshana Gunawardana 
 darsh...@wso2.comwrote:

 Hi all,

 Please find the $subject at
 https://svn.wso2.org/repos/wso2/scratch/Identity-Server-4.5.0/M2/ and
 it contains number of bug fixes done during this week.

 Thanks,
 Darshana.

 -- Forwarded message --
 From: Hasini Gunasinghe has...@wso2.com
 Date: Fri, May 17, 2013 at 4:03 PM
 Subject: Identity Server 4.5.0 - M1 build
 To: dev@wso2.org dev@wso2.org, Prabath Siriwardana prab...@wso2.com,
 Asela Pathberiya as...@wso2.com, Suresh Attanayaka sur...@wso2.com,
 Johann Nallathamby joh...@wso2.com, Dulanja Liyanage dula...@wso2.com,
 Ishara Karunarathna isha...@wso2.com, Dinuka Malalanayake 
 dinu...@wso2.com, Venura Kahawala ven...@wso2.com, Chamath
 Gunawardana chama...@wso2.com, Pushpalanka Rajaluxmie la...@wso2.com,
 Darshana Gunawardana darsh...@wso2.com


 Hi,

 Please find the $subject at
 https://svn.wso2.org/repos/wso2/scratch/Identity-Server-4.5.0/M1/

 This is a milestone build from trunk after merging IS 4.1.1 improvements
 to trunk and fixing blocking issues related to tenant mgt, UI, jax webapps
 changes etc..

 Currently the team is working on new features including following and
 bug fixes...
 - User Mgt configuration UI - Pushpalanka
 - Authenticator framework for OpenID, SAML2SSO, OAuth login - Ishara
 - New Permission API - Venura
 - Statistics for Identity Features - Darshana

 Branching will be done after the feature freeze.

 ChamathG, since you are getting familiarized with user.core code base,
 can you please test multiple user store feature and provide fixes as
 patches if any issues found?

 Thanks,
 Hasini.



 --
 Regards,

 *
 Darshana Gunawardana
 *Software Engineer
 WSO2 Inc.; http://wso2.com*
 E-mail: darsh...@wso2.com
 **Mobile: +94718566859
 *Lean . Enterprise . Middleware




 --
 Thanks  Regards,
 Prabath

 Mobile : +94 71 809 6732

 http://blog.facilelogin.com
 http://RampartFAQ.com



___
Dev mailing list
Dev@wso2.org
http://wso2.org/cgi-bin/mailman/listinfo/dev


Re: [Dev] WSO2 Committers += Dulanja Liyanage

2013-06-03 Thread Ishara Karunarathna
Congratz 


On Tue, Jun 4, 2013 at 10:37 AM, Asela Pathberiya as...@wso2.com wrote:

 Hi All,

 It's my pleasure to announce Dulanja as a WSO2 committer. He has made an
 excellent contribution to WSO2 Identity Server.

 Dulanja, Welcome abroad and keep up the good work

 Thanks,
 Asela.

 --
 Thanks  Regards,
 Asela

 Mobile : +94 777 625 933

 ___
 Dev mailing list
 Dev@wso2.org
 http://wso2.org/cgi-bin/mailman/listinfo/dev


___
Dev mailing list
Dev@wso2.org
http://wso2.org/cgi-bin/mailman/listinfo/dev


Re: [Dev] WSO2 Committers += Shamika Ariyawansa

2013-05-10 Thread Ishara Karunarathna
Congratz . . . .


On Thu, May 9, 2013 at 4:34 PM, Manisha Gayathri mani...@wso2.com wrote:

 Congratulations Shamika!!

 On Thu, May 9, 2013 at 10:37 AM, Ramith Jayasinghe ram...@wso2.comwrote:

 Hi,
  Its my pleasure to welcome Shamika Ariyawansa as a WSO2 Commiter.
  Shamika has made excellent contributions in the areas of Appfactory and
 Wso2 Store. Notable contributions:
 1. Releasing the first milestone for Wso2 Store.
 2. Implementing the Jaggery feature for 'commenting' stream
 3. Implemented ETA calculation for Appfactory and submitted patches
 towards improving the Appfactory.

 Shamika, welcome aboard and keep up the good work.

 regards

 Ramith Jayasinghe


 ___
 Dev mailing list
 Dev@wso2.org
 http://wso2.org/cgi-bin/mailman/listinfo/dev




 --
 ~Regards
 *Manisha Eleperuma*
 Software Engineer, Solutions TG
 WSO2, Inc.: http://wso2.com
 lean.enterprise.middleware

 *blog:  http://manisha-eleperuma.blogspot.com/*
 *mobile:  +94 71 8279777*
 *
 *

 ___
 Dev mailing list
 Dev@wso2.org
 http://wso2.org/cgi-bin/mailman/listinfo/dev


___
Dev mailing list
Dev@wso2.org
http://wso2.org/cgi-bin/mailman/listinfo/dev


Re: [Dev] WSO2 Committers += Isuru Haththotuwa

2013-05-09 Thread Ishara Karunarathna
Congratz Isuru . . .


On Fri, May 10, 2013 at 12:02 AM, Subash Chaturanga sub...@wso2.com wrote:


 Congratz Isuru !


 On Thu, May 9, 2013 at 7:53 PM, Ishara Premadasa ish...@wso2.com wrote:

 Congrats  Isuru :)


 On Thu, May 9, 2013 at 5:18 PM, Sajith Kariyawasam saj...@wso2.comwrote:

 Congratulations Isuru ..!


 On Thu, May 9, 2013 at 11:51 AM, Lakmal Warusawithana 
 lak...@wso2.comwrote:

 Hi,

 Its my pleasure to welcome Isuru Haththotuwa as a WSO2 Commiter.

 IsuruH has done excellent contribution in the areas of
 Stratos2 specially git based depSync. Also his contribution to Stratos2
 alpha, beta1 and beta2 was tremendous.

 IsuruH, welcome aboard and keep up the good work.

 regards

 --
 Lakmal Warusawithana
 Software Architect; WSO2 Inc.
 Mobile : +94714289692


 ___
 Dev mailing list
 Dev@wso2.org
 http://wso2.org/cgi-bin/mailman/listinfo/dev




 --
 *Sajith Kariyawasam*
 *Senior Software Engineer; WSO2, Inc.*
 *AMIE (SL)*
 *Blog: http://sajithblogs.blogspot.com/*
 *Mobile: +94772269575*

 ___
 Dev mailing list
 Dev@wso2.org
 http://wso2.org/cgi-bin/mailman/listinfo/dev




 --
 Ishara Premasada
 Software Engineer,
 Integration Technology Team,
 WSO2 Inc. http://wso2.com/
 *Linked in   :  http://www.linkedin.com/pub/ishara-premadasa/1a/630/609
 Twitter   :  https://twitter.com/ishadil
 Mobile   : +94 714445832*



 ___
 Dev mailing list
 Dev@wso2.org
 http://wso2.org/cgi-bin/mailman/listinfo/dev




 --
 *Thanks*
 */subash*
 *
 *
 *Subash Chaturanga*
 *Software Engineer*
 *Integration Technologies Team;*
 *WSO2 Inc. http://wso2.com*
 *Email - sub...@wso2.com*
 *Phone - 0772225922*
 *Blog - http://subashsdm.blogspot.com/*

 ___
 Dev mailing list
 Dev@wso2.org
 http://wso2.org/cgi-bin/mailman/listinfo/dev


___
Dev mailing list
Dev@wso2.org
http://wso2.org/cgi-bin/mailman/listinfo/dev


Re: [Dev] Hi, Please update the status related to following work

2013-05-06 Thread Ishara Karunarathna
Hi,

[1] is fixed in the public branch r169402

Thanks,
Ishara


On Mon, May 6, 2013 at 4:29 PM, Dushan Abeyruwan dus...@wso2.com wrote:

 [image: Bug] https://wso2.org/jira/browse/ESBJAVA-1854 
 ESBJAVA-1854https://wso2.org/jira/browse/ESBJAVA-1854Passwords
 under customSSLProfiles in axis2.xml file can not be secured using wso2
 carbon secure vault https://wso2.org/jira/browse/ESBJAVA-1854  Pamod
 Sylvesterhttps://wso2.org/jira/secure/ViewProfile.jspa?name=pamod.wso2.com 
 Asela
 Pathberiya https://wso2.org/jira/secure/ViewProfile.jspa?name=asela [image:
 Highest] [image: Open] Open UNRESOLVED03/Apr/1326/Mar/13  Moderate
 *Actions*https://wso2.org/jira/rest/api/1.0/issues/43025/ActionsAndOperations
 [image: Bug] https://wso2.org/jira/browse/ESBJAVA-1852 
 ESBJAVA-1852https://wso2.org/jira/browse/ESBJAVA-1852 Entitlement
 mediator 4.0.X is not work with WSO2IS when namespace is returning with the
 XACML response https://wso2.org/jira/browse/ESBJAVA-1852  Asela
 Pathberiya https://wso2.org/jira/secure/ViewProfile.jspa?name=asela Asela
 Pathberiya https://wso2.org/jira/secure/ViewProfile.jspa?name=asela [image:
 Highest] [image: Open] Open UNRESOLVED24/Mar/1324/Mar/13  Moderate

 cheers,
 Dushan Abeyruwan
 *Senior Software Engineer*
 *Integration Technologies Team*
 *Member of Integration MC*
 *WSO2 Inc. http://wso2.com/*
 *Mobile:(+94)714408632*

___
Dev mailing list
Dev@wso2.org
http://wso2.org/cgi-bin/mailman/listinfo/dev


Re: [Dev] Hi, Please update the status related to following work

2013-05-06 Thread Ishara Karunarathna
Hi,

[1] https://wso2.org/jira/browse/ESBJAVA-1854


On Mon, May 6, 2013 at 4:36 PM, Ishara Karunarathna isha...@wso2.comwrote:

 Hi,

 [1] is fixed in the public branch r169402

 Thanks,
 Ishara


 On Mon, May 6, 2013 at 4:29 PM, Dushan Abeyruwan dus...@wso2.com wrote:

 [image: Bug] https://wso2.org/jira/browse/ESBJAVA-1854 
 ESBJAVA-1854https://wso2.org/jira/browse/ESBJAVA-1854Passwords
 under customSSLProfiles in axis2.xml file can not be secured using wso2
 carbon secure vault https://wso2.org/jira/browse/ESBJAVA-1854  Pamod
 Sylvesterhttps://wso2.org/jira/secure/ViewProfile.jspa?name=pamod.wso2.com 
 Asela
 Pathberiya https://wso2.org/jira/secure/ViewProfile.jspa?name=asela [image:
 Highest] [image: Open] Open UNRESOLVED03/Apr/1326/Mar/13  Moderate
 *Actions*https://wso2.org/jira/rest/api/1.0/issues/43025/ActionsAndOperations
 [image: Bug] https://wso2.org/jira/browse/ESBJAVA-1852 
 ESBJAVA-1852https://wso2.org/jira/browse/ESBJAVA-1852 Entitlement
 mediator 4.0.X is not work with WSO2IS when namespace is returning with the
 XACML response https://wso2.org/jira/browse/ESBJAVA-1852  Asela
 Pathberiya https://wso2.org/jira/secure/ViewProfile.jspa?name=asela Asela
 Pathberiya https://wso2.org/jira/secure/ViewProfile.jspa?name=asela [image:
 Highest] [image: Open] Open UNRESOLVED24/Mar/1324/Mar/13  Moderate

 cheers,
 Dushan Abeyruwan
 *Senior Software Engineer*
 *Integration Technologies Team*
 *Member of Integration MC*
 *WSO2 Inc. http://wso2.com/*
 *Mobile:(+94)714408632*



___
Dev mailing list
Dev@wso2.org
http://wso2.org/cgi-bin/mailman/listinfo/dev


Re: [Dev] BRS build error : Carbon 4.0.0 branch with a fresh repo

2012-08-02 Thread Ishara Karunarathna
Hi,

This error has fixed and given a patch to the carbon team,

Thanks,
Ishara.
___
Dev mailing list
Dev@wso2.org
http://wso2.org/cgi-bin/mailman/listinfo/dev


[Dev] NoClassDefFoundError: org/apache/axiom/om/OMNode Error

2012-07-30 Thread Ishara Karunarathna
Hi,

I'm getting this error while building the BRS samples.

 [java] Exception in thread main java.lang.NoClassDefFoundError:
org/apache/axiom/om/OMNode
 [java] at
org.apache.axis2.description.WSDLToAxisServiceBuilder.init(WSDLToAxisServiceBuilder.java:103)
 [java] at
org.apache.axis2.description.WSDL11ToAxisServiceBuilder.init(WSDL11ToAxisServiceBuilder.java:217)
 [java] at
org.apache.axis2.description.WSDL11ToAllAxisServicesBuilder.init(WSDL11ToAllAxisServicesBuilder.java:63)
 [java] at
org.apache.axis2.wsdl.codegen.CodeGenerationEngine.init(CodeGenerationEngine.java:166)
 [java] at org.apache.axis2.wsdl.WSDL2Code.main(WSDL2Code.java:35)
 [java] at org.apache.axis2.wsdl.WSDL2Java.main(WSDL2Java.java:24)
 [java] Caused by: java.lang.ClassNotFoundException:
org.apache.axiom.om.OMNode
 [java] at java.net.URLClassLoader$1.run(URLClassLoader.java:202)
 [java] at java.security.AccessController.doPrivileged(Native Method)
 [java] at java.net.URLClassLoader.findClass(URLClassLoader.java:190)
 [java] at java.lang.ClassLoader.loadClass(ClassLoader.java:306)
 [java] at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:301)
 [java] at java.lang.ClassLoader.loadClass(ClassLoader.java:247)


Thanks,
Ishara.
___
Dev mailing list
Dev@wso2.org
http://wso2.org/cgi-bin/mailman/listinfo/dev


[Dev] Components/Registry build error

2012-06-08 Thread Ishara Karunarathna
Hi,

I'm getting following error.

Regards,
Ishara.

[ERROR] COMPILATION ERROR :
[INFO] -
[ERROR] /home/ishara/Projects/carban/platform/trunk/components/registry/
org.wso2.carbon.registry.info/src/main/java/org/wso2/carbon/registry/info/services/utils/SubscriptionBeanPopulator.java:[417,73]cannot
find symbol
symbol  : variable SUPER_TENANT_DOMAIN
location: class org.wso2.carbon.utils.multitenancy.MultitenantConstants
___
Dev mailing list
Dev@wso2.org
http://wso2.org/cgi-bin/mailman/listinfo/dev


Re: [Dev] Components/Registry build error

2012-06-08 Thread Ishara Karunarathna
Hi,

I have the latest version, but its still there

Thanks,
Ishara
___
Dev mailing list
Dev@wso2.org
http://wso2.org/cgi-bin/mailman/listinfo/dev


Re: [Dev] Components/Registry build error

2012-06-08 Thread Ishara Karunarathna
Hi Janaka,

It works fine now,

Thanks,
Ishara
___
Dev mailing list
Dev@wso2.org
http://wso2.org/cgi-bin/mailman/listinfo/dev


[Dev] Get errors while login to BRS Management Console

2012-06-06 Thread Ishara Karunarathna
Hi,
I'm getting the following errors,

Thanks,
Ishara


[2012-06-07 08:48:41,042] ERROR - CarbonContextHolderBase Trying to set the
domain from carbon.super to null
java.lang.IllegalStateException: Trying to set the domain from carbon.super
to null
at
org.wso2.carbon.base.CarbonContextHolderBase.setTenantDomain(CarbonContextHolderBase.java:262)
at
org.wso2.carbon.utils.multitenancy.CarbonContextHolder.setTenantDomain(CarbonContextHolder.java:633)
at
org.wso2.carbon.core.multitenancy.TenantDomainHandler.invoke(TenantDomainHandler.java:88)
at org.apache.axis2.engine.Phase.invokeHandler(Phase.java:340)
at org.apache.axis2.engine.Phase.invoke(Phase.java:313)
at org.apache.axis2.engine.AxisEngine.invoke(AxisEngine.java:262)
at org.apache.axis2.engine.AxisEngine.receive(AxisEngine.java:168)
at
org.apache.axis2.transport.http.HTTPTransportUtils.processHTTPPostRequest(HTTPTransportUtils.java:172)
at
org.apache.axis2.transport.http.AxisServlet.doPost(AxisServlet.java:146)
at
org.wso2.carbon.core.transports.CarbonServlet.doPost(CarbonServlet.java:205)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:641)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:722)
at
org.eclipse.equinox.http.servlet.internal.ServletRegistration.handleRequest(ServletRegistration.java:90)
at
org.eclipse.equinox.http.servlet.internal.ProxyServlet.processAlias(ProxyServlet.java:111)
at
org.eclipse.equinox.http.servlet.internal.ProxyServlet.service(ProxyServlet.java:67)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:722)
at
org.wso2.carbon.tomcat.ext.servlet.DelegationServlet.service(DelegationServlet.java:45)
at
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:305)
at
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:210)
at
org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:225)
at
org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:169)
at
org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:472)
at
org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:168)
at
org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:98)
at
org.wso2.carbon.tomcat.ext.valves.CompositeValve.invoke(CompositeValve.java:143)
at
org.wso2.carbon.tomcat.ext.valves.CarbonStuckThreadDetectionValve.invoke(CarbonStuckThreadDetectionValve.java:156)
at
org.apache.catalina.valves.AccessLogValve.invoke(AccessLogValve.java:927)
at
org.wso2.carbon.tomcat.ext.valves.CarbonContextCreatorValve.invoke(CarbonContextCreatorValve.java:48)
at
org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:118)
at
org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:407)
at
org.apache.coyote.http11.AbstractHttp11Processor.process(AbstractHttp11Processor.java:999)
at
org.apache.coyote.AbstractProtocol$AbstractConnectionHandler.process(AbstractProtocol.java:565)
at
org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.run(NioEndpoint.java:1620)
at
java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:886)
at
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:908)
at java.lang.Thread.run(Thread.java:662)
[2012-06-07 08:48:41,063]  INFO - CarbonAuthenticationUtil
'admin@carbon.super [-1234]' logged in at [2012-06-07 08:48:41,062+0530]
from IP address 10.150.3.204
[2012-06-07 08:48:41,533] ERROR - CarbonContextHolderBase Trying to set the
domain from carbon.super to null
java.lang.IllegalStateException: Trying to set the domain from carbon.super
to null
at
org.wso2.carbon.base.CarbonContextHolderBase.setTenantDomain(CarbonContextHolderBase.java:262)
at
org.wso2.carbon.utils.multitenancy.CarbonContextHolder.setTenantDomain(CarbonContextHolder.java:633)
at
org.wso2.carbon.core.multitenancy.TenantDomainHandler.invoke(TenantDomainHandler.java:88)
at org.apache.axis2.engine.Phase.invokeHandler(Phase.java:340)
at org.apache.axis2.engine.Phase.invoke(Phase.java:313)
at org.apache.axis2.engine.AxisEngine.invoke(AxisEngine.java:262)
at org.apache.axis2.engine.AxisEngine.receive(AxisEngine.java:168)
at
org.apache.axis2.transport.http.HTTPTransportUtils.processHTTPPostRequest(HTTPTransportUtils.java:172)
at
org.apache.axis2.transport.http.AxisServlet.doPost(AxisServlet.java:146)
at
org.wso2.carbon.core.transports.CarbonServlet.doPost(CarbonServlet.java:205)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:641)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:722)
at
org.eclipse.equinox.http.servlet.internal.ServletRegistration.handleRequest(ServletRegistration.java:90)
at
org.eclipse.equinox.http.servlet.internal.ProxyServlet.processAlias(ProxyServlet.java:111)
at

Re: [Dev] Get errors while login to BRS Management Console

2012-06-06 Thread Ishara Karunarathna
Hi,

Now it works fine,

Thanks,
Ishara
___
Dev mailing list
Dev@wso2.org
http://wso2.org/cgi-bin/mailman/listinfo/dev


[Dev] Fwd: 10.100.3.250 IP

2012-05-23 Thread Ishara Karunarathna
Hi all,

Im using the machine which has 10.100.3.250 IP,
and someone has logged in to that using a remote desktop client.
Can I know who is using that machine


Thanks
Ishara.
___
Dev mailing list
Dev@wso2.org
http://wso2.org/cgi-bin/mailman/listinfo/dev


Re: [Dev] Old jars in BRS

2012-04-04 Thread Ishara Karunarathna
Hi,

I changed the version 2 to 6, and it build fine.

Thanks
Ishara.
___
Dev mailing list
Dev@wso2.org
http://wso2.org/cgi-bin/mailman/listinfo/dev


Re: [Dev] Need updates from all RMs

2012-04-03 Thread Ishara Karunarathna
BRS update.


1. BRS successfully builds with the integration tests.

2. Some integration tests have been commented out.
GreetingServiceDeploymentTestCase ( Random error occur in Bamboo )
CallChargingTestCase

3. Has posted overall code coverage details in his mail BRS Code Coverage.

4. Pending issues:
   L1 - 1

Thanks
Ishara
___
Dev mailing list
Dev@wso2.org
http://wso2.org/cgi-bin/mailman/listinfo/dev


Re: [Dev] [Blocker] Integration Tests stay hanged on Windows after Emma Integration

2012-03-28 Thread Ishara Karunarathna
Hi,

I tried to build AS and G-Reg, but it fails with Timeouts.

Thanks,
Ishara
___
Dev mailing list
Dev@wso2.org
http://wso2.org/cgi-bin/mailman/listinfo/dev


Re: [Dev] build failure: billing core

2012-03-14 Thread Ishara Karunarathna
Hi,

New version of rule server we are not using org.wso2.carbon.rule.core
module,
in that case org.wso2.carbon.rule.kernel has to be used there.

Thanks,
Ishara
___
Dev mailing list
Dev@wso2.org
http://wso2.org/cgi-bin/mailman/listinfo/dev


Re: [Dev] Integration test failure - BRS

2012-03-08 Thread Ishara Karunarathna
Hi,

we are not running
org.wso2.carbon.brs.integration.test.

under integration tests we only run following test modules.
org.wso2.carbon.brs.integration.services
org.wso2.carbon.brs.integration.sample.test

Thanks,
Ishara.
___
Dev mailing list
Dev@wso2.org
http://wso2.org/cgi-bin/mailman/listinfo/dev


[Carbon-dev] Can't deploy Drools Guvnor in carbon

2012-02-29 Thread Ishara Karunarathna
Hi,

I tried to deploy Drools guvnor[1] in carbon. But it doesn't work.
I went though [2] to fix it, but it didn't work

Is there a way to do this.

Thanks
Ishara

[1] http://www.jboss.org/drools/downloads
[2]
https://community.jboss.org/wiki/InstallingDroolsGuvnor50InTomcat6xAndJBossAS5
___
Carbon-dev mailing list
Carbon-dev@wso2.org
http://mail.wso2.org/cgi-bin/mailman/listinfo/carbon-dev


Re: [Carbon-dev] Can't deploy Drools Guvnor in carbon

2012-02-29 Thread Ishara Karunarathna
Hi Supun,

1st I tried with guvnor.war without any changes to war file.
Then I got [log1] an exception.

Then I tried with removing EL libraries from war, then it deployed giving
these [log2] logs.
But when trying to access the application it end up with
request resource (/guvnor/) is not available message.


Thanks,
Ishara.
SLF4J: Class path contains multiple SLF4J bindings.
SLF4J: Found binding in 
[bundleresource://267.fwk572511714:1/org/slf4j/impl/StaticLoggerBinder.class]
SLF4J: Found binding in 
[jar:file:/home/ishara/Projects/Carban/graphite/products/brs/modules/distribution/product/target/wso2brs-1.2.0-SNAPSHOT/lib/tomcat/work/Catalina/localhost/guvnor/WEB-INF/lib/slf4j-log4j12-1.6.0.jar!/org/slf4j/impl/StaticLoggerBinder.class]
SLF4J: See http://www.slf4j.org/codes.html#multiple_bindings for an explanation.
Mar 1, 2012 9:11:06 AM org.apache.catalina.core.StandardContext listenerStart
SEVERE: Exception sending context initialized event to listener instance of 
class org.jboss.seam.servlet.SeamListener
java.lang.RuntimeException: Could not create Component: 
org.jboss.seam.core.expressions
at 
org.jboss.seam.init.Initialization.addComponent(Initialization.java:1202)
at 
org.jboss.seam.init.Initialization.installComponents(Initialization.java:1118)
at org.jboss.seam.init.Initialization.init(Initialization.java:737)
at 
org.jboss.seam.servlet.SeamListener.contextInitialized(SeamListener.java:36)
at 
org.apache.catalina.core.StandardContext.listenerStart(StandardContext.java:4723)
at 
org.apache.catalina.core.StandardContext$1.call(StandardContext.java:5226)
at 
org.apache.catalina.core.StandardContext$1.call(StandardContext.java:5221)
at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:303)
at java.util.concurrent.FutureTask.run(FutureTask.java:138)
at 
java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:886)
at 
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:908)
at java.lang.Thread.run(Thread.java:662)
Caused by: java.lang.NoClassDefFoundError: javax/el/ELContext
at java.lang.Class.getDeclaredMethods0(Native Method)
at java.lang.Class.privateGetDeclaredMethods(Class.java:2427)
at java.lang.Class.privateGetPublicMethods(Class.java:2547)
at java.lang.Class.getMethods(Class.java:1410)
at org.jboss.seam.Component.hasAnnotation(Component.java:1161)
at org.jboss.seam.Component.init(Component.java:221)
at org.jboss.seam.Component.init(Component.java:208)
at 
org.jboss.seam.init.Initialization.addComponent(Initialization.java:1186)
... 11 more
Caused by: java.lang.ClassNotFoundException: javax.el.ELContext
at 
org.apache.catalina.loader.WebappClassLoader.loadClass(WebappClassLoader.java:1676)
at 
org.apache.catalina.loader.WebappClassLoader.loadClass(WebappClassLoader.java:1521)
... 19 more
Mar 1, 2012 9:11:07 AM org.apache.catalina.core.StandardContext startInternal
SEVERE: Error listenerStart
Mar 1, 2012 9:11:07 AM org.apache.catalina.core.StandardContext startInternal
SEVERE: Context [/guvnor] startup failed due to previous errors
INFO  01-03 09:11:07,074 (LoggingHelper.java:info:49)Removing listeners
Removing all listeners...
Listeners removed...
INFO  01-03 09:11:07,090 (LoggingHelper.java:info:49)Shutting down 
repository
INFO  01-03 09:11:07,091 (RulesRepositoryConfigurator.java:getInstance:46)  
 Creating an instance of the RulesRepositoryConfigurator.
ERROR 01-03 09:11:07,093 (LoggingHelper.java:error:74)   Shutting down 
repository failed.
javax.jcr.RepositoryException: Cannot load properties from 
/drools_repository.properties
at 
org.drools.repository.RulesRepositoryConfigurator.getInstance(RulesRepositoryConfigurator.java:66)
at 
org.drools.guvnor.server.repository.RepositoryShutdownService.contextDestroyed(RepositoryShutdownService.java:46)
at 
org.apache.catalina.core.StandardContext.listenerStop(StandardContext.java:4763)
at 
org.apache.catalina.core.StandardContext$4.run(StandardContext.java:5472)
at java.lang.Thread.run(Thread.java:662)
at 
org.apache.catalina.core.StandardContext.stopInternal(StandardContext.java:5481)
at org.apache.catalina.util.LifecycleBase.stop(LifecycleBase.java:225)
at org.apache.catalina.util.LifecycleBase.start(LifecycleBase.java:153)
at 
org.apache.catalina.core.ContainerBase.addChildInternal(ContainerBase.java:812)
at 
org.apache.catalina.core.ContainerBase.addChild(ContainerBase.java:787)
at org.apache.catalina.core.StandardHost.addChild(StandardHost.java:607)
at org.apache.catalina.startup.Tomcat.addWebapp(Tomcat.java:509)
at org.apache.catalina.startup.Tomcat.addWebapp(Tomcat.java:483)
at org.apache.catalina.startup.Tomcat.addWebapp(Tomcat.java:171)
at 

[Carbon-dev] BRS integration tests

2012-02-23 Thread Ishara Karunarathna
Hi,

BRS Integration tests are refactored now.

Instead  of binary service aar files now it run with sample services
which generated in build time.
And invoke the services, generating stubs from WSDLs of each services.

I have added a patch to jira issue [1]

Thank you,
Ishara.

[1] https://wso2.org/jira/secure/ManageAttachments.jspa?id=33058
___
Carbon-dev mailing list
Carbon-dev@wso2.org
http://mail.wso2.org/cgi-bin/mailman/listinfo/carbon-dev


Re: [Carbon-dev] [Bamboo-Build] WSO2 Carbon Trunk WSO2 Carbon - Platform Trunk #125 has FAILED (1 tests failed, no failures were new). Change made by janaka and thilini.

2012-01-17 Thread Ishara Karunarathna
Hi,

I have attach[01] the patch (
05_12203.patch.txthttps://wso2.org/jira/secure/attachment/18168/05_12203.patch.txt)to
resolve the issue.

Thanks
Ishara

[01] https://wso2.org/jira/secure/ManageAttachments.jspa?id=32549
___
Carbon-dev mailing list
Carbon-dev@wso2.org
http://mail.wso2.org/cgi-bin/mailman/listinfo/carbon-dev


[Carbon-dev] Build error in Components/mashup

2011-12-20 Thread Ishara Karunarathna
Hi,
Please check this issue,


[ERROR] Failed to execute goal
org.apache.maven.plugins:maven-compiler-plugin:2.3.1:compile
(default-compile) on project org.wso2.carbon.mashup.jsservices.custom-ui:
Compilation failure
[ERROR]
/home/ishara/Projects/Carban/carbon/components/mashup/org.wso2.carbon.mashup.jsservices.custom-ui/src/main/java/org/wso2/carbon/mashup/jsservices/custom/ui/CustomUIServletFilter.java:[116,57]
cannot find symbol
[ERROR] symbol  : method
deployActualService(org.apache.axis2.engine.AxisConfiguration,org.apache.axis2.description.AxisService)
[ERROR] location: class org.wso2.carbon.utils.CarbonUtils
[ERROR] - [Help 1]
org.apache.maven.lifecycle.LifecycleExecutionException: Failed to execute
goal org.apache.maven.plugins:maven-compiler-plugin:2.3.1:compile
(default-compile) on project org.wso2.carbon.mashup.jsservices.custom-ui:
Compilation failure
/home/ishara/Projects/Carban/carbon/components/mashup/org.wso2.carbon.mashup.jsservices.custom-ui/src/main/java/org/wso2/carbon/mashup/jsservices/custom/ui/CustomUIServletFilter.java:[116,57]
cannot find symbol
symbol  : method
deployActualService(org.apache.axis2.engine.AxisConfiguration,org.apache.axis2.description.AxisService)
location: class org.wso2.carbon.utils.CarbonUtils


at
org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:213)
at
org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:153)
at
org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:145)
at
org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:84)
at
org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:59)
at
org.apache.maven.lifecycle.internal.LifecycleStarter.singleThreadedBuild(LifecycleStarter.java:183)
at
org.apache.maven.lifecycle.internal.LifecycleStarter.execute(LifecycleStarter.java:161)
at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:319)
at org.apache.maven.DefaultMaven.execute(DefaultMaven.java:156)
at org.apache.maven.cli.MavenCli.execute(MavenCli.java:537)
at org.apache.maven.cli.MavenCli.doMain(MavenCli.java:196)
at org.apache.maven.cli.MavenCli.main(MavenCli.java:141)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:597)
at
org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced(Launcher.java:290)
at
org.codehaus.plexus.classworlds.launcher.Launcher.launch(Launcher.java:230)
at
org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode(Launcher.java:409)
at
org.codehaus.plexus.classworlds.launcher.Launcher.main(Launcher.java:352)
Caused by: org.apache.maven.plugin.CompilationFailureException: Compilation
failure
/home/ishara/Projects/Carban/carbon/components/mashup/org.wso2.carbon.mashup.jsservices.custom-ui/src/main/java/org/wso2/carbon/mashup/jsservices/custom/ui/CustomUIServletFilter.java:[116,57]
cannot find symbol
symbol  : method
deployActualService(org.apache.axis2.engine.AxisConfiguration,org.apache.axis2.description.AxisService)
location: class org.wso2.carbon.utils.CarbonUtils


at
org.apache.maven.plugin.AbstractCompilerMojo.execute(AbstractCompilerMojo.java:656)
at org.apache.maven.plugin.CompilerMojo.execute(CompilerMojo.java:128)
at
org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo(DefaultBuildPluginManager.java:101)
at
org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:209)
... 19 more
[ERROR]
[ERROR]
[ERROR] For more information about the errors and possible solutions,
please read the following articles:
[ERROR] [Help 1]
http://cwiki.apache.org/confluence/display/MAVEN/MojoFailureException
[ERROR]
[ERROR] After correcting the problems, you can resume the build with the
command
[ERROR]   mvn goals -rf :org.wso2.carbon.mashup.jsservices.custom-ui




Thank you,
Ishara
___
Carbon-dev mailing list
Carbon-dev@wso2.org
http://mail.wso2.org/cgi-bin/mailman/listinfo/carbon-dev


<    1   2