Re: [Dev] [Orbit] Please review the PR for Spark 1.3.0

2015-04-16 Thread Sameera Jayasoma
Hi Niranda,

Does this include fragment-bundle/patch modification also?

Thanks,
Sameera.

On Thu, Apr 16, 2015 at 8:03 AM, Niranda Perera nira...@wso2.com wrote:

 Hi,

 Kind reminder on this.

 Best regards

 Niranda Perera
 Software Engineer, WSO2 Inc.
 Mobile: +94-71-554-8430
 Twitter: @n1r44
 On Apr 14, 2015 19:17, Niranda Perera nira...@wso2.com wrote:

 Hi Sameera,

 Could you please review this PR [1] for Spark 1.3.0.

 this upgrades 1.2.1 to 1.3.0. this upgrade is done, because 1.3.0 comes
 with some major API changes and we wanted to include those API changes
 before the DAS (BAM) 3.0.0 alpha

 cheers

 [1] https://github.com/wso2/orbit/pull/83

 --
 *Niranda Perera*
 Software Engineer, WSO2 Inc.
 Mobile: +94-71-554-8430
 Twitter: @n1r44 https://twitter.com/N1R44




-- 
Sameera Jayasoma,
Software Architect,

WSO2, Inc. (http://wso2.com)
email: same...@wso2.com
blog: http://blog.sameera.org
twitter: https://twitter.com/sameerajayasoma
flickr: http://www.flickr.com/photos/sameera-jayasoma/collections
Mobile: 0094776364456

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


Re: [Dev] [Orbit] Please review the PR for Spark 1.3.0

2015-04-16 Thread Niranda Perera
Hi Sameera,

No its not. The patch is in org.wso2.analytics.spark.patch component. Its
still not committed to carbon - analytics

Rgds

On Thu, Apr 16, 2015, 12:17 Sameera Jayasoma same...@wso2.com wrote:

 Hi Niranda,

 Does this include fragment-bundle/patch modification also?

 Thanks,
 Sameera.

 On Thu, Apr 16, 2015 at 8:03 AM, Niranda Perera nira...@wso2.com wrote:

 Hi,

 Kind reminder on this.

 Best regards

 Niranda Perera
 Software Engineer, WSO2 Inc.
 Mobile: +94-71-554-8430
 Twitter: @n1r44
 On Apr 14, 2015 19:17, Niranda Perera nira...@wso2.com wrote:

 Hi Sameera,

 Could you please review this PR [1] for Spark 1.3.0.

 this upgrades 1.2.1 to 1.3.0. this upgrade is done, because 1.3.0 comes
 with some major API changes and we wanted to include those API changes
 before the DAS (BAM) 3.0.0 alpha

 cheers

 [1] https://github.com/wso2/orbit/pull/83

 --
 *Niranda Perera*
 Software Engineer, WSO2 Inc.
 Mobile: +94-71-554-8430
 Twitter: @n1r44 https://twitter.com/N1R44




 --
 Sameera Jayasoma,
 Software Architect,

 WSO2, Inc. (http://wso2.com)
 email: same...@wso2.com
 blog: http://blog.sameera.org
 twitter: https://twitter.com/sameerajayasoma
 flickr: http://www.flickr.com/photos/sameera-jayasoma/collections
 Mobile: 0094776364456

 Lean . Enterprise . Middleware


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


Re: [Dev] [IS] Please review and merge the pull request : IDENTITY-3189

2015-04-16 Thread Rajeevan Vimalanathan
A Gentle Reminder...

On Thu, Apr 9, 2015 at 4:31 PM, Rajeevan Vimalanathan rajeev...@wso2.com
wrote:

 Hi,

 Please review and merge the pull request[1] that includes fix for JIRA[2].

 [1] https://github.com/wso2/product-is/pull/44
 [2] https://wso2.org/jira/browse/IDENTITY-3189

 Thanks,
 Rajeevan

 --

 Vimalanathan Rajeevan
 Software Engineer
 WSO2 Inc.:http://wso2.com
 lean.enterprise.middleware


 Mobile : +94 773090875




-- 

Vimalanathan Rajeevan
Software Engineer
WSO2 Inc.:http://wso2.com
lean.enterprise.middleware


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


[Dev] [ESB] API The endpoint reference (EPR) for the Operation not found, WSA Action = null

2015-04-16 Thread Suhan Dharmasuriya
Hi,

I'm working on an offsite dev service for Ally Financial and encountered
the following issue.
I'm using ESB 4.8.1 and IS 5.0.0
I have successfully used the DBReport and DBLookup mediators (*inside main
sequence [3]*) in combination with my local MySQL database as per [1].

But when I attempt the same scenario inside a OAuth secured RESTful API
[4], I'm getting the following error [5].

[2015-04-16 12:47:21,481] DEBUG - wire  faultstringThe *endpoint
reference (EPR) for the Operation not found* is
/services/SimpleStockQuoteService?symbol=WSO2 and the *WSA Action = null.*
If this EPR was previously reachable, please contact the server
administrator./faultstring[\r][\n]

I have verified that the OAuth functionality is working as expected [5].

I have also found this issue [2] already reported in JIRA.

Is there any workaround or a patch created that can be applied to ESB 4.8.1?

[1]
https://docs.wso2.com/display/ESB481/Sample+362%3A+DBReport+and+DBLookup+Mediators+Together
[2] https://wso2.org/jira/browse/ESBJAVA-2750
[3] working main sequence
sequence name=main
  in
 send
endpoint
   address uri=
http://localhost:9000/services/SimpleStockQuoteService/
/endpoint
 /send
  /in
  out
 log level=custom
property name=text value=** Reporting to the Database **/
 /log
 dbreport
connection
   pool
  passworduser123/password
  useruser/user
  urljdbc:mysql://localhost/ESB_SP_SAMPLE/url
  drivercom.mysql.jdbc.Driver/driver
   /pool
/connection
statement
   sqlcall updateCompany(?,?)/sql
   parameter xmlns:m1=http://services.samples/xsd;
  xmlns:m0=http://services.samples;
  expression=//m0:return/m1:last/child::text()
  type=DOUBLE/
   parameter xmlns:m1=http://services.samples/xsd;
  xmlns:m0=http://services.samples;
  expression=//m0:return/m1:symbol/child::text()
  type=VARCHAR/
/statement
 /dbreport
 log level=custom
property name=text value=** Looking up from the Database
**/
 /log
 dblookup
connection
   pool
  passworduser123/password
  useruser/user
  urljdbc:mysql://localhost/ESB_SP_SAMPLE/url
  drivercom.mysql.jdbc.Driver/driver
   /pool
/connection
statement
   sqlcall getCompany(?)/sql
   parameter xmlns:m1=http://services.samples/xsd;
  xmlns:m0=http://services.samples;
  expression=//m0:return/m1:symbol/child::text()
  type=VARCHAR/
   result name=stock_prize column=price/
/statement
 /dblookup
 log level=custom
property name=text
  expression=fn:concat('Stock Prize -
',get-property('stock_prize'))/
 /log
 send/
  /out
   /sequence

command: ant stockquote -Daddurl=
http://localhost:9000/services/SimpleStockQuoteService -Dtrpurl=
http://localhost:8280/ -Dsymbol=WSO2

[4] API created
api name=updateStockPriceAPI context=/update
  resource methods=GET
 inSequence
log level=full description=Outgoing
   property name=STATUS
 value=* REQUEST HITS updateStockPriceAPI IN
SEQUENCE */
   property name=Symbol
expression=$ctx:query.param.symbol/
/log
property name=SOAPAction value=urn:getQuote
scope=transport/
send
   endpoint
  http method=get
uri-template=
http://localhost:9000/services/SimpleStockQuoteService?symbol={query.param.symbol}
/
   /endpoint
/send
 /inSequence
 outSequence
log description=Incoming
   property name=Text value=** Reporting to the Database
**/
/log
dbreport
   connection
  pool
 passworduser123/password
 useruser/user
 urljdbc:mysql://localhost/ESB_SP_SAMPLE/url
 drivercom.mysql.jdbc.Driver/driver
  /pool
   /connection
   statement
  sqlcall updateCompany(?,?)/sql
  parameter xmlns:m1=http://services.samples/xsd;
 xmlns:m0=http://services.samples;
 expression=//m0:return/m1:last/child::text()
 type=DOUBLE/
  parameter xmlns:m1=http://services.samples/xsd;
 

Re: [Dev] WSO2 Committers += Dilan Ariyaratne

2015-04-16 Thread Sandamal Weerasinghe
Congratulations Dilan!

Sandamal Weerasinghe | Software Engineer | WSO2 Lanka (Pvt) Ltd

Mobile - +94-77-144-9640

On Thu, Apr 16, 2015 at 2:05 PM, Shiva Balachandran sh...@wso2.com wrote:

 Congrats Dilan :)

 On Fri, Apr 10, 2015 at 3:44 PM, Prabath Abeysekera praba...@wso2.com
 wrote:

 Hi Everyone,

 It's my pleasure to welcome Dilan Ariyaratne as a WSO2 Committer. Dilan
 has been part of some key development efforts of MDM as well as EMM over
 the last couple of months. In recognition of all his contributions, he's
 been voted as a WSO2 comitter.

 Dilan, Welcome aboard and keep up the good work!


 Cheers,
 Prabath


 --
 Prabath Abeysekara
 Associate Technical Lead, Data TG.
 WSO2 Inc.
 Email: praba...@wso2.com
 Mobile: +94774171471


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




 --
 Shiva Balachandran
 Software Engineer
 WSO2 Inc.

 Mobile - +94 774445788
 Blog - https://shivabalachandran.wordpress.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] [Orbit] Please review the PR for Spark 1.3.0

2015-04-16 Thread Anjana Fernando
Niranda, yeah, we would have to put that part to be able to later patch it.
A sample can be found here [1].

[1] https://github.com/wso2/orbit/blob/master/tomcat/7.0.59.wso2v2/pom.xml

Cheers,
Anjana.

On Thu, Apr 16, 2015 at 3:00 PM, Sameera Jayasoma same...@wso2.com wrote:

 I meant to say, do we need to add the patch.jar line to the spark bundle
 as we've done in Tomcat bundle.

 Thanks,
 Sameera.

 On Thu, Apr 16, 2015 at 12:31 PM, Niranda Perera nira...@wso2.com wrote:

 Hi Sameera,

 No its not. The patch is in org.wso2.analytics.spark.patch component. Its
 still not committed to carbon - analytics

 Rgds

 On Thu, Apr 16, 2015, 12:17 Sameera Jayasoma same...@wso2.com wrote:

 Hi Niranda,

 Does this include fragment-bundle/patch modification also?

 Thanks,
 Sameera.

 On Thu, Apr 16, 2015 at 8:03 AM, Niranda Perera nira...@wso2.com
 wrote:

 Hi,

 Kind reminder on this.

 Best regards

 Niranda Perera
 Software Engineer, WSO2 Inc.
 Mobile: +94-71-554-8430
 Twitter: @n1r44
 On Apr 14, 2015 19:17, Niranda Perera nira...@wso2.com wrote:

 Hi Sameera,

 Could you please review this PR [1] for Spark 1.3.0.

 this upgrades 1.2.1 to 1.3.0. this upgrade is done, because 1.3.0
 comes with some major API changes and we wanted to include those API
 changes before the DAS (BAM) 3.0.0 alpha

 cheers

 [1] https://github.com/wso2/orbit/pull/83

 --
 *Niranda Perera*
 Software Engineer, WSO2 Inc.
 Mobile: +94-71-554-8430
 Twitter: @n1r44 https://twitter.com/N1R44




 --
 Sameera Jayasoma,
 Software Architect,

 WSO2, Inc. (http://wso2.com)
 email: same...@wso2.com
 blog: http://blog.sameera.org
 twitter: https://twitter.com/sameerajayasoma
 flickr: http://www.flickr.com/photos/sameera-jayasoma/collections
 Mobile: 0094776364456

 Lean . Enterprise . Middleware




 --
 Sameera Jayasoma,
 Software Architect,

 WSO2, Inc. (http://wso2.com)
 email: same...@wso2.com
 blog: http://blog.sameera.org
 twitter: https://twitter.com/sameerajayasoma
 flickr: http://www.flickr.com/photos/sameera-jayasoma/collections
 Mobile: 0094776364456

 Lean . Enterprise . Middleware




-- 
*Anjana Fernando*
Senior Technical Lead
WSO2 Inc. | http://wso2.com
lean . enterprise . middleware
___
Dev mailing list
Dev@wso2.org
http://wso2.org/cgi-bin/mailman/listinfo/dev


Re: [Dev] WSO2 Committers += Dilan Ariyaratne

2015-04-16 Thread Inshaf Mahath
Congrats Dilan..!!!

On Thu, Apr 16, 2015 at 3:22 PM, Damith Wickramasinghe dami...@wso2.com
wrote:

 Congrats Dilan 

 On Thu, Apr 16, 2015 at 3:18 PM, Darshana Gunawardana darsh...@wso2.com
 wrote:

 Congratulations Dilan..!!

 On Thu, Apr 16, 2015 at 2:21 PM, Inosh Perera ino...@wso2.com wrote:

 Congrats Dilan!!

 On Thu, Apr 16, 2015 at 2:06 PM, Sandamal Weerasinghe sanda...@wso2.com
  wrote:

 Congratulations Dilan!

 Sandamal Weerasinghe | Software Engineer | WSO2 Lanka (Pvt) Ltd

 Mobile - +94-77-144-9640

 On Thu, Apr 16, 2015 at 2:05 PM, Shiva Balachandran sh...@wso2.com
 wrote:

 Congrats Dilan :)

 On Fri, Apr 10, 2015 at 3:44 PM, Prabath Abeysekera praba...@wso2.com
  wrote:

 Hi Everyone,

 It's my pleasure to welcome Dilan Ariyaratne as a WSO2 Committer.
 Dilan has been part of some key development efforts of MDM as well as EMM
 over the last couple of months. In recognition of all his contributions,
 he's been voted as a WSO2 comitter.

 Dilan, Welcome aboard and keep up the good work!


 Cheers,
 Prabath


 --
 Prabath Abeysekara
 Associate Technical Lead, Data TG.
 WSO2 Inc.
 Email: praba...@wso2.com
 Mobile: +94774171471


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




 --
 Shiva Balachandran
 Software Engineer
 WSO2 Inc.

 Mobile - +94 774445788
 Blog - https://shivabalachandran.wordpress.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




 --
 Inosh Perera
 Software Engineer, WSO2 Inc.
 Tel: 0785293686

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




 --
 Regards,


 *Darshana Gunawardana*Software Engineer
 WSO2 Inc.; http://wso2.com

 *E-mail: darsh...@wso2.com darsh...@wso2.com*
 *Mobile: +94718566859 %2B94718566859*Lean . Enterprise . Middleware

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




 --
 Software Engineer
 WSO2 Inc.; http://wso2.com
 http://www.google.com/url?q=http%3A%2F%2Fwso2.comsa=Dsntz=1usg=AFQjCNEZvyc0uMD1HhBaEGCBxs6e9fBObg
 lean.enterprise.middleware

 mobile: *+94728671315 %2B94728671315*


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




-- 
Inshaf Mahath
Associate Software Engineer
Mobile: +94775907181
WSO2 Inc.
Lean . Enterprise . Middleware
___
Dev mailing list
Dev@wso2.org
http://wso2.org/cgi-bin/mailman/listinfo/dev


Re: [Dev] WSO2 Committers += Dilan Ariyaratne

2015-04-16 Thread Inosh Perera
Congrats Dilan!!

On Thu, Apr 16, 2015 at 2:06 PM, Sandamal Weerasinghe sanda...@wso2.com
wrote:

 Congratulations Dilan!

 Sandamal Weerasinghe | Software Engineer | WSO2 Lanka (Pvt) Ltd

 Mobile - +94-77-144-9640

 On Thu, Apr 16, 2015 at 2:05 PM, Shiva Balachandran sh...@wso2.com
 wrote:

 Congrats Dilan :)

 On Fri, Apr 10, 2015 at 3:44 PM, Prabath Abeysekera praba...@wso2.com
 wrote:

 Hi Everyone,

 It's my pleasure to welcome Dilan Ariyaratne as a WSO2 Committer. Dilan
 has been part of some key development efforts of MDM as well as EMM over
 the last couple of months. In recognition of all his contributions, he's
 been voted as a WSO2 comitter.

 Dilan, Welcome aboard and keep up the good work!


 Cheers,
 Prabath


 --
 Prabath Abeysekara
 Associate Technical Lead, Data TG.
 WSO2 Inc.
 Email: praba...@wso2.com
 Mobile: +94774171471


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




 --
 Shiva Balachandran
 Software Engineer
 WSO2 Inc.

 Mobile - +94 774445788
 Blog - https://shivabalachandran.wordpress.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




-- 
Inosh Perera
Software Engineer, WSO2 Inc.
Tel: 0785293686
___
Dev mailing list
Dev@wso2.org
http://wso2.org/cgi-bin/mailman/listinfo/dev


[Dev] Mailman Connector review

2015-04-16 Thread Vanii Thiyagarajah
Hi Kevin,

I am reviewing the mailman connector[1]. There are no *README* file.I
couldn't find the appropriate API Documentation.Could you please give me
the documentation link and add the following things.

   - README.txt
   - Copy rights.
   - Test Cases.


[1]
https://svn.wso2.com/wso2/interns/2013/kevin/ldap_connector/org.wso2.carbon.connector.mailman_connector/

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


Re: [Dev] WSO2 Committers += Dilan Ariyaratne

2015-04-16 Thread Damith Wickramasinghe
Congrats Dilan 

On Thu, Apr 16, 2015 at 3:18 PM, Darshana Gunawardana darsh...@wso2.com
wrote:

 Congratulations Dilan..!!

 On Thu, Apr 16, 2015 at 2:21 PM, Inosh Perera ino...@wso2.com wrote:

 Congrats Dilan!!

 On Thu, Apr 16, 2015 at 2:06 PM, Sandamal Weerasinghe sanda...@wso2.com
 wrote:

 Congratulations Dilan!

 Sandamal Weerasinghe | Software Engineer | WSO2 Lanka (Pvt) Ltd

 Mobile - +94-77-144-9640

 On Thu, Apr 16, 2015 at 2:05 PM, Shiva Balachandran sh...@wso2.com
 wrote:

 Congrats Dilan :)

 On Fri, Apr 10, 2015 at 3:44 PM, Prabath Abeysekera praba...@wso2.com
 wrote:

 Hi Everyone,

 It's my pleasure to welcome Dilan Ariyaratne as a WSO2 Committer.
 Dilan has been part of some key development efforts of MDM as well as EMM
 over the last couple of months. In recognition of all his contributions,
 he's been voted as a WSO2 comitter.

 Dilan, Welcome aboard and keep up the good work!


 Cheers,
 Prabath


 --
 Prabath Abeysekara
 Associate Technical Lead, Data TG.
 WSO2 Inc.
 Email: praba...@wso2.com
 Mobile: +94774171471


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




 --
 Shiva Balachandran
 Software Engineer
 WSO2 Inc.

 Mobile - +94 774445788
 Blog - https://shivabalachandran.wordpress.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




 --
 Inosh Perera
 Software Engineer, WSO2 Inc.
 Tel: 0785293686

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




 --
 Regards,


 *Darshana Gunawardana*Software Engineer
 WSO2 Inc.; http://wso2.com

 *E-mail: darsh...@wso2.com darsh...@wso2.com*
 *Mobile: +94718566859 %2B94718566859*Lean . Enterprise . Middleware

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




-- 
Software Engineer
WSO2 Inc.; http://wso2.com
http://www.google.com/url?q=http%3A%2F%2Fwso2.comsa=Dsntz=1usg=AFQjCNEZvyc0uMD1HhBaEGCBxs6e9fBObg
lean.enterprise.middleware

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


Re: [Dev] WSO2 Committers += Prasanna Dangalla

2015-04-16 Thread Shiva Balachandran
Congrats Bro!


On Sun, Apr 12, 2015 at 3:32 AM, Isura Karunaratne is...@wso2.com wrote:

 Congratulations Prasanna...!


 On Saturday, April 11, 2015, Hasintha Indrajee hasin...@wso2.com wrote:

 Congratulations Prasanna !!

 On Fri, Apr 10, 2015 at 11:19 PM, Rasika Perera rasi...@wso2.com wrote:

 Congrats Prasanna !!!

 On Fri, Apr 10, 2015 at 2:17 PM, Hasitha Amal De Silva 
 hasit...@wso2.com wrote:

 Congrats Prasanna ! :)

 On Fri, Apr 10, 2015 at 2:16 PM, Prasanna Dangalla prasa...@wso2.com
 wrote:

 Thanks all  :D

 On Fri, Apr 10, 2015 at 9:13 AM, Chamalee De Silva chama...@wso2.com
 wrote:

 Congrats Prasanna !!

 On Thu, Apr 9, 2015 at 8:54 PM, Denuwanthi De Silva 
 denuwan...@wso2.com wrote:

 Congratulations Prasanna !!



 On Thu, Apr 9, 2015 at 5:13 PM, Shazni Nazeer sha...@wso2.com
 wrote:

 Congratz Prasanna!!!

 Shazni Nazeer

 Senior Software Engineer

 Mob : +94 37331
 LinkedIn : http://lk.linkedin.com/in/shazninazeer
 Blog : http://shazninazeer.blogspot.com

 On Thu, Apr 9, 2015 at 2:56 PM, Asok Perera as...@wso2.com wrote:

 Congratz Prasanna !

 *Asok Aravinda Perera*
 Software Engineer
 WSO2, Inc.;http://wso2.com/
 http://www.google.com/url?q=http%3A%2F%2Fwso2.com%2Fsa=Dsntz=1usg=AFQjCNGJuLRux6KkJwXKVUCYOtEsNCmIAQ
 lean.enterprise.middleware

 Mobile: +94722241032

 On Thu, Apr 9, 2015 at 2:40 PM, Chamin Dias cham...@wso2.com
 wrote:

 Congratulations Prasanna...!!

 On Thu, Apr 9, 2015 at 2:29 PM, Jayanga Dissanayake 
 jaya...@wso2.com wrote:

 Congratulations... Prasanna...

 *Jayanga Dissanayake*
 Senior Software Engineer
 WSO2 Inc. - http://wso2.com/
 lean . enterprise . middleware
 email: jaya...@wso2.com
 mobile: +94772207259

 On Thu, Apr 9, 2015 at 2:22 PM, Waruna Jayaweera 
 waru...@wso2.com wrote:

 Congratzz ...:D

 On Thu, Apr 9, 2015 at 2:15 PM, Sam Sivayogam s...@wso2.com
 wrote:

 Congrats !!! :)

 On Thu, Apr 9, 2015 at 1:23 PM, Shani Ranasinghe 
 sh...@wso2.com wrote:

 Congratulations..

 On Thu, Apr 9, 2015 at 1:23 PM, Pulasthi Supun 
 pulas...@wso2.com wrote:

 Congrats  !!!

 Best Regards,
 Pulasthi

 On Thu, Apr 9, 2015 at 11:51 AM, Lasitha Wattaladeniya 
 lasit...@wso2.com wrote:

 Congratulations Prasanna :)

 On Thu, Apr 9, 2015 at 11:40 AM, CD Athuraliya 
 chathur...@wso2.com wrote:

 Congratulations! :)

 On Thu, Apr 9, 2015 at 11:13 AM, Harsha Kumara 
 hars...@wso2.com wrote:

 Congratulations Prasanna!

 On Thu, Apr 9, 2015 at 11:08 AM, Rajith Siriwardena 
 raj...@wso2.com wrote:

 Congratulations Prasanna!!

 On Wed, Apr 8, 2015 at 7:37 PM, Dinesh J Weerakkody 
 dine...@wso2.com wrote:

 Congratulations Prasanna...

 Thanks

 *Dinesh J. Weerakkody*
 Software Engineer
 WSO2 Inc.
 lean | enterprise | middleware
 M : +94 727 361788 | E : dine...@wso2.com | W :
 www.wso2.com

 On Thu, Apr 9, 2015 at 8:06 AM, Sagara Gunathunga 
 sag...@wso2.com wrote:

 It's my pleasure to welcome Prasanna Dangalla as
 a WSO2 committer.  Prasanna, welcome aboard and keep
 up the good work.


 Thanks !
 --
 Sagara Gunathunga

 Senior Technical Lead; WSO2, Inc.;  http://wso2.com
 V.P Apache Web Services;http://ws.apache.org/
 Linkedin; http://www.linkedin.com/in/ssagara
 Blog ;  http://ssagara.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




 --
 *Rajith Siriwardana*
 Software Engineer | WSO2 Cloud
 WSO2 Inc. | http://wso2.com
 *lean. enterprise. middleware*

 ---
 *http://people.apache.org/~siriwardana
 http://people.apache.org/~siriwardana*



 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, re-transmit, 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




 --
 Harsha Kumara
 Software Engineer, WSO2 Inc.
 Mobile: +94775505618
 Blog:harshcreationz.blogspot.com

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




 --
 *CD Athuraliya*
 Software Engineer
 WSO2, Inc.
 lean . enterprise . middleware
 Mobile: +94 716288847 94716288847
 LinkedIn http://lk.linkedin.com/in/cdathuraliya |
 Twitter https://twitter.com/cdathuraliya | Blog
 http://cdathuraliya.tumblr.com/

 

Re: [Dev] WSO2 Committers += Dilan Ariyaratne

2015-04-16 Thread Shiva Balachandran
Congrats Dilan :)

On Fri, Apr 10, 2015 at 3:44 PM, Prabath Abeysekera praba...@wso2.com
wrote:

 Hi Everyone,

 It's my pleasure to welcome Dilan Ariyaratne as a WSO2 Committer. Dilan
 has been part of some key development efforts of MDM as well as EMM over
 the last couple of months. In recognition of all his contributions, he's
 been voted as a WSO2 comitter.

 Dilan, Welcome aboard and keep up the good work!


 Cheers,
 Prabath


 --
 Prabath Abeysekara
 Associate Technical Lead, Data TG.
 WSO2 Inc.
 Email: praba...@wso2.com
 Mobile: +94774171471


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




-- 
Shiva Balachandran
Software Engineer
WSO2 Inc.

Mobile - +94 774445788
Blog - https://shivabalachandran.wordpress.com/
___
Dev mailing list
Dev@wso2.org
http://wso2.org/cgi-bin/mailman/listinfo/dev


Re: [Dev] WSO2 Committers += Dilan Ariyaratne

2015-04-16 Thread Darshana Gunawardana
Congratulations Dilan..!!

On Thu, Apr 16, 2015 at 2:21 PM, Inosh Perera ino...@wso2.com wrote:

 Congrats Dilan!!

 On Thu, Apr 16, 2015 at 2:06 PM, Sandamal Weerasinghe sanda...@wso2.com
 wrote:

 Congratulations Dilan!

 Sandamal Weerasinghe | Software Engineer | WSO2 Lanka (Pvt) Ltd

 Mobile - +94-77-144-9640

 On Thu, Apr 16, 2015 at 2:05 PM, Shiva Balachandran sh...@wso2.com
 wrote:

 Congrats Dilan :)

 On Fri, Apr 10, 2015 at 3:44 PM, Prabath Abeysekera praba...@wso2.com
 wrote:

 Hi Everyone,

 It's my pleasure to welcome Dilan Ariyaratne as a WSO2 Committer. Dilan
 has been part of some key development efforts of MDM as well as EMM over
 the last couple of months. In recognition of all his contributions, he's
 been voted as a WSO2 comitter.

 Dilan, Welcome aboard and keep up the good work!


 Cheers,
 Prabath


 --
 Prabath Abeysekara
 Associate Technical Lead, Data TG.
 WSO2 Inc.
 Email: praba...@wso2.com
 Mobile: +94774171471


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




 --
 Shiva Balachandran
 Software Engineer
 WSO2 Inc.

 Mobile - +94 774445788
 Blog - https://shivabalachandran.wordpress.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




 --
 Inosh Perera
 Software Engineer, WSO2 Inc.
 Tel: 0785293686

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




-- 
Regards,


*Darshana Gunawardana*Software Engineer
WSO2 Inc.; http://wso2.com

*E-mail: darsh...@wso2.com darsh...@wso2.com*
*Mobile: +94718566859*Lean . Enterprise . Middleware
___
Dev mailing list
Dev@wso2.org
http://wso2.org/cgi-bin/mailman/listinfo/dev


Re: [Dev] [Orbit] Please review the PR for Spark 1.3.0

2015-04-16 Thread Sameera Jayasoma
I meant to say, do we need to add the patch.jar line to the spark bundle as
we've done in Tomcat bundle.

Thanks,
Sameera.

On Thu, Apr 16, 2015 at 12:31 PM, Niranda Perera nira...@wso2.com wrote:

 Hi Sameera,

 No its not. The patch is in org.wso2.analytics.spark.patch component. Its
 still not committed to carbon - analytics

 Rgds

 On Thu, Apr 16, 2015, 12:17 Sameera Jayasoma same...@wso2.com wrote:

 Hi Niranda,

 Does this include fragment-bundle/patch modification also?

 Thanks,
 Sameera.

 On Thu, Apr 16, 2015 at 8:03 AM, Niranda Perera nira...@wso2.com wrote:

 Hi,

 Kind reminder on this.

 Best regards

 Niranda Perera
 Software Engineer, WSO2 Inc.
 Mobile: +94-71-554-8430
 Twitter: @n1r44
 On Apr 14, 2015 19:17, Niranda Perera nira...@wso2.com wrote:

 Hi Sameera,

 Could you please review this PR [1] for Spark 1.3.0.

 this upgrades 1.2.1 to 1.3.0. this upgrade is done, because 1.3.0 comes
 with some major API changes and we wanted to include those API changes
 before the DAS (BAM) 3.0.0 alpha

 cheers

 [1] https://github.com/wso2/orbit/pull/83

 --
 *Niranda Perera*
 Software Engineer, WSO2 Inc.
 Mobile: +94-71-554-8430
 Twitter: @n1r44 https://twitter.com/N1R44




 --
 Sameera Jayasoma,
 Software Architect,

 WSO2, Inc. (http://wso2.com)
 email: same...@wso2.com
 blog: http://blog.sameera.org
 twitter: https://twitter.com/sameerajayasoma
 flickr: http://www.flickr.com/photos/sameera-jayasoma/collections
 Mobile: 0094776364456

 Lean . Enterprise . Middleware




-- 
Sameera Jayasoma,
Software Architect,

WSO2, Inc. (http://wso2.com)
email: same...@wso2.com
blog: http://blog.sameera.org
twitter: https://twitter.com/sameerajayasoma
flickr: http://www.flickr.com/photos/sameera-jayasoma/collections
Mobile: 0094776364456

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


Re: [Dev] WS-RM Inbound endpoint based on Apache CXF Orbit bundle

2015-04-16 Thread Sandamal Weerasinghe
Hi KasunG,

I split the cxf bundle in to 2 bundles (cxf and jetty) and now I get the
following error when starting up the ESB

[2015-04-16 17:55:18,448]  INFO - ServerImpl Setting the server's publish
address to be http://localhost:8081
[2015-04-16 17:55:18,454] FATAL - ServiceBusInitializer Failed to
initialize ESB due to a fatal error
java.lang.LinkageError: loader constraint violation: loader (instance of
org/eclipse/osgi/internal/baseadaptor/DefaultClassLoader) previously
initiated loading for a different type with name
javax/servlet/http/HttpServletResponse
at
org.apache.cxf.transport.http_jetty.JettyHTTPServerEngine.addServant(JettyHTTPServerEngine.java:327)
at
org.apache.cxf.transport.http_jetty.JettyHTTPDestination.activate(JettyHTTPDestination.java:179)
at
org.apache.cxf.transport.AbstractObservable.setMessageObserver(AbstractObservable.java:49)
at
org.apache.cxf.binding.AbstractBindingFactory.addListener(AbstractBindingFactory.java:95)
at
org.apache.cxf.binding.soap.SoapBindingFactory.addListener(SoapBindingFactory.java:895)
at org.apache.cxf.endpoint.ServerImpl.start(ServerImpl.java:123)
at
org.apache.cxf.frontend.ServerFactoryBean.create(ServerFactoryBean.java:215)
at
org.wso2.carbon.inbound.endpoint.protocol.cxf.wsrm.InboundRMHttpListener.init(InboundRMHttpListener.java:106)
at org.apache.synapse.inbound.InboundEndpoint.init(InboundEndpoint.java:58)

The javax.servlet package is exported by Tomcat. Any ideas on how to
resolve this?

osgi b 530
tomcat-servlet-api_7.0.52.wso2v1 [530]
  Id=530, Status=ACTIVE  Data
Root=/home/sandamal/Programs/RM/wso2esb-4.9.0-SNAPSHOT/repository/components/default/configuration/org.eclipse.osgi/bundles/530/data
  No registered services.
  No services in use.
  Exported packages
javax.servlet; version=2.6.0[exported]
javax.servlet.annotation; version=2.6.0[exported]
javax.servlet.descriptor; version=2.6.0[exported]
javax.servlet.http; version=2.6.0[exported]
javax.servlet.resources; version=2.6.0[exported]
*; version=0.0.0unwireddynamic
  No fragment bundles
  Named class space
tomcat-servlet-api; bundle-version=7.0.52.wso2v1[provided]
  No required bundles

Thanks.



Sandamal Weerasinghe | Software Engineer | WSO2 Lanka (Pvt) Ltd

Mobile - +94-77-144-9640

On Thu, Apr 9, 2015 at 10:56 AM, Kasun Gajasinghe kas...@wso2.com wrote:

 Hi Kasun,

 We'll review this and apply. There are some changes required.

 On Apr 9, 2015, at 10:29 AM, Kasun Indrasiri ka...@wso2.com wrote:

 Can we please add this. We are blocked on this for adding RM-Inbound
 endpoint to ESB M8 release

 On Tue, Apr 7, 2015 at 11:21 AM, Sandamal Weerasinghe sanda...@wso2.com
 wrote:

 Hi all,

 Please find the pull request for the orbit bundle required for the above
 feature. In the orbit bundle I embedded the dependencies because many of
 them don't have osgi bundles and this would ensure that the RM Inboundfeature
 would have all the dependencies it would need.

 https://github.com/wso2/orbit/pull/71

 Thanks.

 Sandamal Weerasinghe | Software Engineer | WSO2 Lanka (Pvt) Ltd

 Mobile - +94-77-144-9640




 --
 Kasun Indrasiri
 Software Architect
 WSO2, Inc.; http://wso2.com
 lean.enterprise.middleware

 cell: +94 77 556 5206
 Blog : http://kasunpanorama.blogspot.com/


?xml version=1.0?
!--
 ~ Copyright (c) 2015, WSO2 Inc. (http://www.wso2.org) All Rights Reserved.
 ~
 ~ WSO2 Inc. licenses this file to you under the Apache License,
 ~ Version 2.0 (the License); you may not use this file except
 ~ in compliance with the License.
 ~ You may obtain a copy of the License at
 ~
 ~http://www.apache.org/licenses/LICENSE-2.0
 ~
 ~ Unless required by applicable law or agreed to in writing,
 ~ software distributed under the License is distributed on an
 ~ AS IS BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
 ~ KIND, either express or implied.  See the License for the
 ~ specific language governing permissions and limitations
 ~ under the License.
 --
project xmlns=http://maven.apache.org/POM/4.0.0; xmlns:xsi=http://www.w3.org/2001/XMLSchema-instance;
 xsi:schemaLocation=http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd;
modelVersion4.0.0/modelVersion
groupIdorg.wso2.orbit.org.apache.cxf/groupId
artifactIdcxf-bundle/artifactId
packagingbundle/packaging
nameApache CXF Bundle Jar/name
version3.0.2.wso2v1/version
description
This bundle will export packages from CXF
/description

parent
groupIdorg.apache.cxf/groupId
artifactIdcxf-bundle-parent/artifactId
version3.0.2/version
/parent

dependencies
dependency
groupIdorg.apache.cxf/groupId
artifactIdcxf-core/artifactId
version${version.cxf}/version
optionaltrue/optional
/dependency
dependency
groupIdorg.apache.cxf/groupId
artifactIdcxf-rt-bindings-soap/artifactId
version${version.cxf}/version

[Dev] API Manager - deleting an API

2015-04-16 Thread Chalitha Kulathunga
Hi all,

I'm looking for a proper way(methods) to *delete an published API and all
its data* in WSO2 API Manager.

The *deleteAPI* method available in *APIProviderImpl.java* class in
org.wso2.carbon.apimgt.impl package(bundle) is not public and also not
exported in the pom.xml. Therefore, it cannot be accessed from the outside.

*APIMgtDAO.java* class in org.wso2.carbon.apimgt.impl.dao package  also
provides a similar but public method however I'm not certain whether it is
suitable for my purpose. Could someone please recommend me a standard way
to delete an API.


Thanks  Regards

-- 
*Chalitha Sanyuja Kulathunga*
*Software Engineer*
WSO2 Inc.; http://wso2.com
email: chalit...@wso2.com cell: +94 77 5927581 %2B94%2077%207779495
___
Dev mailing list
Dev@wso2.org
http://wso2.org/cgi-bin/mailman/listinfo/dev


Re: [Dev] [orbit] membrane-soa-model orbit bundle version wso2v3 upgrade

2015-04-16 Thread Nandika Jayawardana
Hi KasunG,

Greg team is not using this library anymore. Hence can we have this change
committed as only bps will be using this library.

@Milinda,
Can you verify and confirm that everything is working fine with java 8.

Regards
Nandika

On Sun, Apr 12, 2015 at 7:45 PM, Milinda Perera milin...@wso2.com wrote:

 Hi, Isuruwan,

 carbon-business-process (including humantask component) and product-bps
 (with test cases) get build successfully (clean repo) and works fine with
 membrane-soa-model orbit [1] (with changes mentioned above).

 [1] https://github.com/wso2/orbit/pull/82
 https://github.com/wso2/orbit/pull/82

 Thanks,
 Milinda


 On Sat, Apr 11, 2015 at 11:23 PM, Isuruwan Herath isuru...@wso2.com
 wrote:

 Hi Nandika/Milinda,

 There were errors in compiling carbon-governance java 8 with membrane
 soa-model dependency. Please test the with human task component too.

 Thanks,
 Isuruwan

 On Sat, Apr 11, 2015 at 8:11 PM, Nandika Jayawardana nand...@wso2.com
 wrote:

 @isuruwan, Milinda,

 What is the verdict on this.

 Regards
 Nandika



 On Fri, Apr 10, 2015 at 7:21 PM, Milinda Perera milin...@wso2.com
 wrote:

 Hi,

 When building carbon-business-process with human task rendering
 functionalities[1] I got following build failures:.

 [01]

 INFO] -
 [ERROR] COMPILATION ERROR :
 [INFO] -
 [ERROR]
 /home/milinda/WSO2/BPS/UIForWSHumanTask/HTRenderingImplementation/git/mergeTest/carbon-business-process/components/humantask/org.wso2.carbon.humantask/src/main/java/org/wso2/carbon/humantask/core/api/rendering/HTRenderingApiImpl.java:[534,95]
 *cannot access groovy.util.IndentPrinter*
 class file for groovy.util.IndentPrinter not found
 [INFO] 1 error
 [INFO] -

 [02]

 [INFO] -
 [ERROR] COMPILATION ERROR :
 [INFO] -
 [ERROR]
 /home/milinda/WSO2/BPS/UIForWSHumanTask/HTRenderingImplementation/git/mergeTest/carbon-business-process/components/humantask/org.wso2.carbon.humantask/src/main/java/org/wso2/carbon/humantask/core/api/rendering/HTRenderingApiImpl.java:[534,95]
 *cannot access groovy.lang.Closure*
 class file for groovy.lang.Closure not found
 [INFO] 1 error
 [INFO] -

 Main cause for this is SOARequestCreator which we used to create soap
 template require groovy.util.IndentPrinter and groovy.lang.Closure.

 To solve this we need to export  groovy.util.IndentPrinter
 and groovy.lang.Closure from membran-soa-model orbit bundle.

 So I added new version of membrane-soa-model [2] orbit bundle (wso2v3),
 exporting groovy.util.* and groovy.lang.*

 Please review and merge PR [3]

 [1]
 https://github.com/milindaperera/carbon-business-process/blob/master/components/humantask/org.wso2.carbon.humantask/src/main/java/org/wso2/carbon/humantask/core/api/rendering/HTRenderingApiImpl.java
 [2] https://github.com/wso2/orbit/tree/master/membrane-soa-model
 [3] https://github.com/wso2/orbit/pull/82

 Thanks,
 Milinda

 --
 Milinda Perera
 Software Engineer;
 WSO2 Inc. http://wso2.com ,
 Mobile: (+94) 714 115 032




 --
 Nandika Jayawardana
 Senior Technical Lead
 WSO2 Inc ; http://wso2.com
 lean.enterprise.middleware




 --
 Isuruwan Herath
 Technical Lead

 Contact: +94 776 273 296




 --
 Milinda Perera
 Software Engineer;
 WSO2 Inc. http://wso2.com ,
 Mobile: (+94) 714 115 032




-- 
Nandika Jayawardana
Senior Technical Lead
WSO2 Inc ; http://wso2.com
lean.enterprise.middleware
___
Dev mailing list
Dev@wso2.org
http://wso2.org/cgi-bin/mailman/listinfo/dev


Re: [Dev] [orbit] membrane-soa-model orbit bundle version wso2v3 upgrade

2015-04-16 Thread Milinda Perera
Hi Nandika,

I will build carbon-business-process in clean repo again verify.

Thanks,
Milinda

On Thu, Apr 16, 2015 at 9:14 PM, Nandika Jayawardana nand...@wso2.com
wrote:

 Hi KasunG,

 Greg team is not using this library anymore. Hence can we have this change
 committed as only bps will be using this library.

 @Milinda,
 Can you verify and confirm that everything is working fine with java 8.

 Regards
 Nandika

 On Sun, Apr 12, 2015 at 7:45 PM, Milinda Perera milin...@wso2.com wrote:

 Hi, Isuruwan,

 carbon-business-process (including humantask component) and product-bps
 (with test cases) get build successfully (clean repo) and works fine with
 membrane-soa-model orbit [1] (with changes mentioned above).

 [1] https://github.com/wso2/orbit/pull/82
 https://github.com/wso2/orbit/pull/82

 Thanks,
 Milinda


 On Sat, Apr 11, 2015 at 11:23 PM, Isuruwan Herath isuru...@wso2.com
 wrote:

 Hi Nandika/Milinda,

 There were errors in compiling carbon-governance java 8 with membrane
 soa-model dependency. Please test the with human task component too.

 Thanks,
 Isuruwan

 On Sat, Apr 11, 2015 at 8:11 PM, Nandika Jayawardana nand...@wso2.com
 wrote:

 @isuruwan, Milinda,

 What is the verdict on this.

 Regards
 Nandika



 On Fri, Apr 10, 2015 at 7:21 PM, Milinda Perera milin...@wso2.com
 wrote:

 Hi,

 When building carbon-business-process with human task rendering
 functionalities[1] I got following build failures:.

 [01]

 INFO] -
 [ERROR] COMPILATION ERROR :
 [INFO] -
 [ERROR]
 /home/milinda/WSO2/BPS/UIForWSHumanTask/HTRenderingImplementation/git/mergeTest/carbon-business-process/components/humantask/org.wso2.carbon.humantask/src/main/java/org/wso2/carbon/humantask/core/api/rendering/HTRenderingApiImpl.java:[534,95]
 *cannot access groovy.util.IndentPrinter*
 class file for groovy.util.IndentPrinter not found
 [INFO] 1 error
 [INFO] -

 [02]

 [INFO] -
 [ERROR] COMPILATION ERROR :
 [INFO] -
 [ERROR]
 /home/milinda/WSO2/BPS/UIForWSHumanTask/HTRenderingImplementation/git/mergeTest/carbon-business-process/components/humantask/org.wso2.carbon.humantask/src/main/java/org/wso2/carbon/humantask/core/api/rendering/HTRenderingApiImpl.java:[534,95]
 *cannot access groovy.lang.Closure*
 class file for groovy.lang.Closure not found
 [INFO] 1 error
 [INFO] -

 Main cause for this is SOARequestCreator which we used to create soap
 template require groovy.util.IndentPrinter and groovy.lang.Closure.

 To solve this we need to export  groovy.util.IndentPrinter
 and groovy.lang.Closure from membran-soa-model orbit bundle.

 So I added new version of membrane-soa-model [2] orbit bundle
 (wso2v3), exporting groovy.util.* and groovy.lang.*

 Please review and merge PR [3]

 [1]
 https://github.com/milindaperera/carbon-business-process/blob/master/components/humantask/org.wso2.carbon.humantask/src/main/java/org/wso2/carbon/humantask/core/api/rendering/HTRenderingApiImpl.java
 [2] https://github.com/wso2/orbit/tree/master/membrane-soa-model
 [3] https://github.com/wso2/orbit/pull/82

 Thanks,
 Milinda

 --
 Milinda Perera
 Software Engineer;
 WSO2 Inc. http://wso2.com ,
 Mobile: (+94) 714 115 032




 --
 Nandika Jayawardana
 Senior Technical Lead
 WSO2 Inc ; http://wso2.com
 lean.enterprise.middleware




 --
 Isuruwan Herath
 Technical Lead

 Contact: +94 776 273 296




 --
 Milinda Perera
 Software Engineer;
 WSO2 Inc. http://wso2.com ,
 Mobile: (+94) 714 115 032




 --
 Nandika Jayawardana
 Senior Technical Lead
 WSO2 Inc ; http://wso2.com
 lean.enterprise.middleware




-- 
Milinda Perera
Software Engineer;
WSO2 Inc. http://wso2.com ,
Mobile: (+94) 714 115 032
___
Dev mailing list
Dev@wso2.org
http://wso2.org/cgi-bin/mailman/listinfo/dev


Re: [Dev] [EMM] EMM 1.1.0 build failure

2015-04-16 Thread Kasun Dananjaya Delgolla
Hi All,

PDI was using dev branch which is causing the issue. Now I'm using [1]
which is the released branch. Which builds fine.

[1] - https://github.com/wso2/product-emm

Thanks

On Wed, Apr 15, 2015 at 10:14 PM, Kasun Dananjaya Delgolla kas...@wso2.com
wrote:

 Hi Prasanna,

 Thanks s lot I will check.

 Thanks
 On Apr 15, 2015 9:06 PM, Prasanna Dangalla prasa...@wso2.com wrote:

 Hi Kasun,

 According to the error log the following SNAPSHOT versions are not
 available in your m2 repo. That should be the reason. For an example
 org.wso2.carbon.integration.common.admin.client is now 4.3.1-SNAPSHOT[1].
 4.3.0 is released[2]. Check the versions of these dependencies and its
 better if you can change them to latest release versions and check.
 Similarly for automation:org.wso2.carbon.automation.extensions refer
 [3][4].

 org.wso2.carbon:org.wso2.carbon.integration.common.admin.client:jar:4.3.0-SNAPSHOT,
 org.wso2.carbon.automation:org.wso2.carbon.automation.extensions:jar:4.3.1-SNAPSHOT,
 org.wso2.carbon.automation:org.wso2.carbon.automation.test.utils:jar:4.3.1-SNAPSHOT,
 org.wso2.carbon.automation:org.wso2.carbon.automation.engine:jar:4.3.1-SNAPSHOT


 [1] -
 https://github.com/wso2/carbon-platform-integration-utils/blob/master/common-admin-clients/pom.xml#L24
 [2] - https://github.com/wso2/carbon-platform-integration-utils/releases
 [3] -
 https://github.com/wso2/carbon-platform-integration/blob/master/test-automation-framework/org.wso2.carbon.automation.extensions/pom.xml#L26
 [4] - https://github.com/wso2/carbon-platform-integration/releases

 Thanks

 On Thu, Apr 16, 2015 at 2:10 AM, Kasun Dananjaya Delgolla 
 kas...@wso2.com wrote:

 Hi All,

 I'm getting a build failure (dependency resolve issue) when building EMM
 1.1.0 from source in a fresh M2 (Error log attached). I used the same maven
 version which did the build properly the last time I built it. Any idea
 why?

 Thanks
 --
 Kasun Dananjaya Delgolla

 Software Engineer
 WSO2 Inc.; http://wso2.com
 lean.enterprise.middleware
 Tel:  +94 11 214 5345
 Fax: +94 11 2145300
 Mob: + 94 771 771 015
 Blog: http://kddcodingparadise.blogspot.com
 Linkedin: *http://lk.linkedin.com/in/kasundananjaya
 http://lk.linkedin.com/in/kasundananjaya*

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




 --
 Prasanna Dangalla
 Software Engineer, WSO2, Inc.; http://wso2.com/
 lean.enterprise.middleware

 cell: +94 777 55 80 30 | +94 718 11 27 51
 twitter: @prasa77




-- 
Kasun Dananjaya Delgolla

Software Engineer
WSO2 Inc.; http://wso2.com
lean.enterprise.middleware
Tel:  +94 11 214 5345
Fax: +94 11 2145300
Mob: + 94 771 771 015
Blog: http://kddcodingparadise.blogspot.com
Linkedin: *http://lk.linkedin.com/in/kasundananjaya
http://lk.linkedin.com/in/kasundananjaya*
___
Dev mailing list
Dev@wso2.org
http://wso2.org/cgi-bin/mailman/listinfo/dev


Re: [Dev] API Manager - deleting an API

2015-04-16 Thread Thilini Cooray
Hi Chalitha,

You can remove an API with all its data using an API call. Please refer
Remove an API section in [1].
It internally calls deleteAPI() in APIProviderImpl.java

Please check whether this can resolve your problem.

[1] https://docs.wso2.com/display/AM180/Publisher+APIs

Thank you.

On Thu, Apr 16, 2015 at 7:08 PM, Chalitha Kulathunga chalit...@wso2.com
wrote:

 Hi all,

 I'm looking for a proper way(methods) to *delete an published API and all
 its data* in WSO2 API Manager.

 The *deleteAPI* method available in *APIProviderImpl.java* class in
 org.wso2.carbon.apimgt.impl package(bundle) is not public and also not
 exported in the pom.xml. Therefore, it cannot be accessed from the outside.

 *APIMgtDAO.java* class in org.wso2.carbon.apimgt.impl.dao package  also
 provides a similar but public method however I'm not certain whether it is
 suitable for my purpose. Could someone please recommend me a standard way
 to delete an API.


 Thanks  Regards

 --
 *Chalitha Sanyuja Kulathunga*
 *Software Engineer*
 WSO2 Inc.; http://wso2.com
 email: chalit...@wso2.com cell: +94 77 5927581 %2B94%2077%207779495

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




-- 
Best Regards,

*Thilini Cooray*
Software Engineer
Mobile : +94 (0) 774 570 112 %2B94%20%280%29%20773%20451194
E-mail : thili...@wso2.com

WSO2 Inc. www.wso2.com
lean.enterprise.middleware
___
Dev mailing list
Dev@wso2.org
http://wso2.org/cgi-bin/mailman/listinfo/dev


Re: [Dev] API Manager - deleting an API

2015-04-16 Thread Harsha Kumara
Hi Chalitha,

Which version that you tried to use of apimgt.impl dependency? According to
[1] and [2], the impl package has exported. You won't be able to use the
APIMgtDAO, because deleting API involve deleting resources from registry as
well.

[1] -
https://github.com/wso2/carbon-apimgt/blob/master/components/apimgt/org.wso2.carbon.apimgt.impl/pom.xml#L214
[2] -
https://svn.wso2.org/repos/wso2/carbon/platform/trunk/components/apimgt/org.wso2.carbon.apimgt.impl/pom.xml

Thanks,
Harsha

On Thu, Apr 16, 2015 at 7:08 PM, Chalitha Kulathunga chalit...@wso2.com
wrote:

 Hi all,

 I'm looking for a proper way(methods) to *delete an published API and all
 its data* in WSO2 API Manager.

 The *deleteAPI* method available in *APIProviderImpl.java* class in
 org.wso2.carbon.apimgt.impl package(bundle) is not public and also not
 exported in the pom.xml. Therefore, it cannot be accessed from the outside.

 *APIMgtDAO.java* class in org.wso2.carbon.apimgt.impl.dao package  also
 provides a similar but public method however I'm not certain whether it is
 suitable for my purpose. Could someone please recommend me a standard way
 to delete an API.


 Thanks  Regards

 --
 *Chalitha Sanyuja Kulathunga*
 *Software Engineer*
 WSO2 Inc.; http://wso2.com
 email: chalit...@wso2.com cell: +94 77 5927581 %2B94%2077%207779495

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




-- 
Harsha Kumara
Software Engineer, WSO2 Inc.
Mobile: +94775505618
Blog:harshcreationz.blogspot.com
___
Dev mailing list
Dev@wso2.org
http://wso2.org/cgi-bin/mailman/listinfo/dev


Re: [Dev] [MB] Scenarios for comparing performance of Hazelcast and RDBMS slot manager implementations

2015-04-16 Thread Pamod Sylvester
Hi Anuja,

IMO another scenario that might add value is to compare between fast
publishing and slow subscribers. One way of doing it is through adding a
thread delay when messages are consumed.

Thanks,
Pamod

On Fri, Apr 17, 2015 at 10:32 AM, Anuja Herath an...@wso2.com wrote:

 Hi,

 I have tested and compared below scenarios in relating to $subject [1].


- 01 Publisher, 01 Subscriber, Both in same node, 10 minutes
- 01 Publisher, 02 Subscribers, Both in same node, 10 minutes
- 10 Publishers, 10 Subscriber, Both in same node, 10 minutes
- 10 Publisher, 10 Subscriber, Publisher and subscriber in 02
different nodes, 10 minutes

 Please suggest if there are more scenarios to be tested.

 [1] https://redmine.wso2.com/issues/3801

 Thanks,
 Anuja

 --
 Anuja Herath
 *Software Engineer*
 *WSO2, Inc.*
 Mobile : +94 (0)71 429 8861




-- 
*Pamod Sylvester *
 *Senior Software Engineer *
Integration Technologies Team, WSO2 Inc.; http://wso2.com
email: pa...@wso2.com cell: +94 77 7779495
___
Dev mailing list
Dev@wso2.org
http://wso2.org/cgi-bin/mailman/listinfo/dev


Re: [Dev] [MB] Scenarios for comparing performance of Hazelcast and RDBMS slot manager implementations

2015-04-16 Thread Sajini De Silva
Hi Anuja,

There should be a scenario where you have to put publishers in different
nodes and subscribers in different nodes. Also we have to increase the test
running time period since we are going to do performance evaluation.

Thank you,
Sajini

On Fri, Apr 17, 2015 at 10:32 AM, Anuja Herath an...@wso2.com wrote:

 Hi,

 I have tested and compared below scenarios in relating to $subject [1].


- 01 Publisher, 01 Subscriber, Both in same node, 10 minutes
- 01 Publisher, 02 Subscribers, Both in same node, 10 minutes
- 10 Publishers, 10 Subscriber, Both in same node, 10 minutes
- 10 Publisher, 10 Subscriber, Publisher and subscriber in 02
different nodes, 10 minutes

 Please suggest if there are more scenarios to be tested.

 [1] https://redmine.wso2.com/issues/3801

 Thanks,
 Anuja

 --
 Anuja Herath
 *Software Engineer*
 *WSO2, Inc.*
 Mobile : +94 (0)71 429 8861




-- 
Sajini De SIlva
Software Engineer; WSO2 Inc.; http://wso2.com ,
Email: saj...@wso2.com
Blog: http://sajinid.blogspot.com/
Git hub profile: https://github.com/sajinidesilva

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


Re: [Dev] [MB] Scenarios for comparing performance of Hazelcast and RDBMS slot manager implementations

2015-04-16 Thread Indika Sampath
Hi Anuja,

Test running limited by time is not going to work. We have to run test
based on number of messages like 1 million messages or more and size of
messages.

Cheers!

On Fri, Apr 17, 2015 at 10:32 AM, Anuja Herath an...@wso2.com wrote:

 Hi,

 I have tested and compared below scenarios in relating to $subject [1].


- 01 Publisher, 01 Subscriber, Both in same node, 10 minutes
- 01 Publisher, 02 Subscribers, Both in same node, 10 minutes
- 10 Publishers, 10 Subscriber, Both in same node, 10 minutes
- 10 Publisher, 10 Subscriber, Publisher and subscriber in 02
different nodes, 10 minutes

 Please suggest if there are more scenarios to be tested.

 [1] https://redmine.wso2.com/issues/3801

 Thanks,
 Anuja

 --
 Anuja Herath
 *Software Engineer*
 *WSO2, Inc.*
 Mobile : +94 (0)71 429 8861




-- 
Indika Sampath
Software Engineer
WSO2 Inc.
http://wso2.com

Phone: +94 716 424 744
Blog: http://indikasampath.blogspot.com/
___
Dev mailing list
Dev@wso2.org
http://wso2.org/cgi-bin/mailman/listinfo/dev


Re: [Dev] [MB] Scenarios for comparing performance of Hazelcast and RDBMS slot manager implementations

2015-04-16 Thread Anuja Herath
Hi Pamod,

I will add that scenario.

Thanks,
Anuja.

On Fri, Apr 17, 2015 at 10:38 AM, Pamod Sylvester pa...@wso2.com wrote:

 Hi Anuja,

 IMO another scenario that might add value is to compare between fast
 publishing and slow subscribers. One way of doing it is through adding a
 thread delay when messages are consumed.

 Thanks,
 Pamod

 On Fri, Apr 17, 2015 at 10:32 AM, Anuja Herath an...@wso2.com wrote:

 Hi,

 I have tested and compared below scenarios in relating to $subject [1].


- 01 Publisher, 01 Subscriber, Both in same node, 10 minutes
- 01 Publisher, 02 Subscribers, Both in same node, 10 minutes
- 10 Publishers, 10 Subscriber, Both in same node, 10 minutes
- 10 Publisher, 10 Subscriber, Publisher and subscriber in 02
different nodes, 10 minutes

 Please suggest if there are more scenarios to be tested.

 [1] https://redmine.wso2.com/issues/3801

 Thanks,
 Anuja

 --
 Anuja Herath
 *Software Engineer*
 *WSO2, Inc.*
 Mobile : +94 (0)71 429 8861




 --
 *Pamod Sylvester *
  *Senior Software Engineer *
 Integration Technologies Team, WSO2 Inc.; http://wso2.com
 email: pa...@wso2.com cell: +94 77 7779495




-- 
Anuja Herath
*Software Engineer*
*WSO2, Inc.*
Mobile : +94 (0)71 429 8861
___
Dev mailing list
Dev@wso2.org
http://wso2.org/cgi-bin/mailman/listinfo/dev


Re: [Dev] WSO2 Committers += Prasanna Dangalla

2015-04-16 Thread Sajith Abeywardhana
Congratulations ...!

*Sajith Abeywardhana* | Software Engineer
WSO2, Inc | lean. enterprise. middleware.
#20, Palm Grove, Colombo 03, Sri Lanka.
Mobile: +94772260485
Email: saji...@wso2.com mahe...@wso2.com | Web: www.wso2.com

On Thu, Apr 16, 2015 at 2:05 PM, Shiva Balachandran sh...@wso2.com wrote:

 Congrats Bro!


 On Sun, Apr 12, 2015 at 3:32 AM, Isura Karunaratne is...@wso2.com wrote:

 Congratulations Prasanna...!


 On Saturday, April 11, 2015, Hasintha Indrajee hasin...@wso2.com wrote:

 Congratulations Prasanna !!

 On Fri, Apr 10, 2015 at 11:19 PM, Rasika Perera rasi...@wso2.com
 wrote:

 Congrats Prasanna !!!

 On Fri, Apr 10, 2015 at 2:17 PM, Hasitha Amal De Silva 
 hasit...@wso2.com wrote:

 Congrats Prasanna ! :)

 On Fri, Apr 10, 2015 at 2:16 PM, Prasanna Dangalla prasa...@wso2.com
 wrote:

 Thanks all  :D

 On Fri, Apr 10, 2015 at 9:13 AM, Chamalee De Silva chama...@wso2.com
  wrote:

 Congrats Prasanna !!

 On Thu, Apr 9, 2015 at 8:54 PM, Denuwanthi De Silva 
 denuwan...@wso2.com wrote:

 Congratulations Prasanna !!



 On Thu, Apr 9, 2015 at 5:13 PM, Shazni Nazeer sha...@wso2.com
 wrote:

 Congratz Prasanna!!!

 Shazni Nazeer

 Senior Software Engineer

 Mob : +94 37331
 LinkedIn : http://lk.linkedin.com/in/shazninazeer
 Blog : http://shazninazeer.blogspot.com

 On Thu, Apr 9, 2015 at 2:56 PM, Asok Perera as...@wso2.com
 wrote:

 Congratz Prasanna !

 *Asok Aravinda Perera*
 Software Engineer
 WSO2, Inc.;http://wso2.com/
 http://www.google.com/url?q=http%3A%2F%2Fwso2.com%2Fsa=Dsntz=1usg=AFQjCNGJuLRux6KkJwXKVUCYOtEsNCmIAQ
 lean.enterprise.middleware

 Mobile: +94722241032

 On Thu, Apr 9, 2015 at 2:40 PM, Chamin Dias cham...@wso2.com
 wrote:

 Congratulations Prasanna...!!

 On Thu, Apr 9, 2015 at 2:29 PM, Jayanga Dissanayake 
 jaya...@wso2.com wrote:

 Congratulations... Prasanna...

 *Jayanga Dissanayake*
 Senior Software Engineer
 WSO2 Inc. - http://wso2.com/
 lean . enterprise . middleware
 email: jaya...@wso2.com
 mobile: +94772207259

 On Thu, Apr 9, 2015 at 2:22 PM, Waruna Jayaweera 
 waru...@wso2.com wrote:

 Congratzz ...:D

 On Thu, Apr 9, 2015 at 2:15 PM, Sam Sivayogam s...@wso2.com
 wrote:

 Congrats !!! :)

 On Thu, Apr 9, 2015 at 1:23 PM, Shani Ranasinghe 
 sh...@wso2.com wrote:

 Congratulations..

 On Thu, Apr 9, 2015 at 1:23 PM, Pulasthi Supun 
 pulas...@wso2.com wrote:

 Congrats  !!!

 Best Regards,
 Pulasthi

 On Thu, Apr 9, 2015 at 11:51 AM, Lasitha Wattaladeniya 
 lasit...@wso2.com wrote:

 Congratulations Prasanna :)

 On Thu, Apr 9, 2015 at 11:40 AM, CD Athuraliya 
 chathur...@wso2.com wrote:

 Congratulations! :)

 On Thu, Apr 9, 2015 at 11:13 AM, Harsha Kumara 
 hars...@wso2.com wrote:

 Congratulations Prasanna!

 On Thu, Apr 9, 2015 at 11:08 AM, Rajith Siriwardena 
 raj...@wso2.com wrote:

 Congratulations Prasanna!!

 On Wed, Apr 8, 2015 at 7:37 PM, Dinesh J Weerakkody 
 dine...@wso2.com wrote:

 Congratulations Prasanna...

 Thanks

 *Dinesh J. Weerakkody*
 Software Engineer
 WSO2 Inc.
 lean | enterprise | middleware
 M : +94 727 361788 | E : dine...@wso2.com | W :
 www.wso2.com

 On Thu, Apr 9, 2015 at 8:06 AM, Sagara Gunathunga 
 sag...@wso2.com wrote:

 It's my pleasure to welcome Prasanna Dangalla as
 a WSO2 committer.  Prasanna, welcome aboard and keep
 up the good work.


 Thanks !
 --
 Sagara Gunathunga

 Senior Technical Lead; WSO2, Inc.;  http://wso2.com
 V.P Apache Web Services;http://ws.apache.org/
 Linkedin; http://www.linkedin.com/in/ssagara
 Blog ;  http://ssagara.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




 --
 *Rajith Siriwardana*
 Software Engineer | WSO2 Cloud
 WSO2 Inc. | http://wso2.com
 *lean. enterprise. middleware*

 ---
 *http://people.apache.org/~siriwardana
 http://people.apache.org/~siriwardana*



 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, re-transmit, 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




 --
 Harsha Kumara
 Software Engineer, WSO2 Inc.
 Mobile: +94775505618
 Blog:harshcreationz.blogspot.com

 ___
 Dev mailing list
 Dev@wso2.org
 

[Dev] Getting all reources from a specified registry path

2015-04-16 Thread Tharik Kanaka
Hi All,

In WSO2 core Registry we can get any Resource by specifying file path of
resource as following code line.

Resource configFile = registry.get(path);

Is there any method available in registry to get all the resources (into a
Resource array or any collection) from a specified registry directory path?
I could not find a method.

Thanks,
-- 

*Tharik Kanaka* | Associate Software Engineer

WSO2, Inc |#20, Palm Grove, Colombo 03, Sri Lanka

Email: tha...@wso2.com | Web: www.wso2.com
___
Dev mailing list
Dev@wso2.org
http://wso2.org/cgi-bin/mailman/listinfo/dev


Re: [Dev] WSO2 Committers += Lakshman Udayakantha

2015-04-16 Thread Sajith Abeywardhana
Congratulations ...!

*Sajith Abeywardhana* | Software Engineer
WSO2, Inc | lean. enterprise. middleware.
#20, Palm Grove, Colombo 03, Sri Lanka.
Mobile: +94772260485
Email: saji...@wso2.com mahe...@wso2.com | Web: www.wso2.com

On Sun, Apr 12, 2015 at 3:31 AM, Isura Karunaratne is...@wso2.com wrote:

 Congratulations Lakshman...!


 On Saturday, April 11, 2015, Pumudu Ruhunage pum...@wso2.com wrote:

 Congratulations Lakshman..!!

 On Fri, Apr 10, 2015 at 8:48 PM, Chamalee De Silva chama...@wso2.com
 wrote:

 Congrats Lakshman !!  :)

 On Fri, Apr 10, 2015 at 7:30 PM, Hemika Kodikara hem...@wso2.com
 wrote:

 Congratulations Lakshman!

 Hemika Kodikara
 Software Engineer
 WSO2 Inc.
 lean . enterprise . middleware
 http://wso2.com

 Mobile : +9477762

 On Fri, Apr 10, 2015 at 6:44 PM, Dilan Udara Ariyaratne 
 dil...@wso2.com wrote:

 Congratulations, Lakshman...


 *Dilan U. Ariyaratne*
 Software Engineer
 WSO2 Inc. http://wso2.com/
 Mobile: +94775149066
 lean . enterprise . middleware

 On Fri, Apr 10, 2015 at 4:57 PM, Kalpa Welivitigoda kal...@wso2.com
 wrote:

 Congratulations Lakshman !

 On Fri, Apr 10, 2015 at 4:56 PM, Harsha Kumara hars...@wso2.com
 wrote:

 Congratulations Lakshman!

 On Fri, Apr 10, 2015 at 4:52 PM, Lasantha Fernando 
 lasan...@wso2.com wrote:

 Congratz Lakshman!!...

 On 10 April 2015 at 16:21, Dinesh J Weerakkody dine...@wso2.com
 wrote:

 Congratulations.. :)

 Thanks

 *Dinesh J. Weerakkody*
 Software Engineer
 WSO2 Inc.
 lean | enterprise | middleware
 M : +94 727 361788 | E : dine...@wso2.com | W : www.wso2.com

 On Fri, Apr 10, 2015 at 3:57 PM, Milan Perera mi...@wso2.com
 wrote:

 Congratz Lakshman..!!!

 On Fri, Apr 10, 2015 at 3:54 PM, Asok Perera as...@wso2.com
 wrote:

 Congratz Lakshman !!!

 *Asok Aravinda Perera*
 Software Engineer
 WSO2, Inc.;http://wso2.com/
 http://www.google.com/url?q=http%3A%2F%2Fwso2.com%2Fsa=Dsntz=1usg=AFQjCNGJuLRux6KkJwXKVUCYOtEsNCmIAQ
 lean.enterprise.middleware

 Mobile: +94722241032

 On Fri, Apr 10, 2015 at 3:32 PM, Jerad Rutnam je...@wso2.com
 wrote:

 Congratulations Lakshman! :)

 On Fri, Apr 10, 2015 at 3:26 PM, Sam Sivayogam s...@wso2.com
 wrote:

 Congrats Lakshman :)

 On Fri, Apr 10, 2015 at 3:15 PM, Chanuka Dissanayake 
 chan...@wso2.com wrote:

 Congratulations Lakshman!

 On Fri, Apr 10, 2015 at 3:12 PM, Thilini Cooray 
 thili...@wso2.com wrote:

 Congratulations, Lakshman !

 On Fri, Apr 10, 2015 at 2:58 PM, Chanaka Fernando 
 chana...@wso2.com wrote:

 Congratz Lakshman !!!

 On Fri, Apr 10, 2015 at 2:43 PM, Dinithi De Silva 
 dinit...@wso2.com wrote:

 Congratulations Lakshman!!

 On Fri, Apr 10, 2015 at 2:37 PM, Lasitha Wattaladeniya 
 lasit...@wso2.com wrote:

 Congratulations Lakshman ! :)

 On Fri, Apr 10, 2015 at 2:35 PM, Tharik Kanaka 
 tha...@wso2.com wrote:

 Congrats Lakshman

 On Fri, Apr 10, 2015 at 2:33 PM, Madhawa Gunasekara 
 madha...@wso2.com wrote:

 Congratulations Lakshman

 On Fri, Apr 10, 2015 at 2:30 PM, Roshan Wijesena 
 ros...@wso2.com wrote:

 Congratulations!! :)

 On Fri, Apr 10, 2015 at 2:28 PM, Sanjeewa Malalgoda 
 sanje...@wso2.com wrote:

 Congratulations Lakshman. Keep up good work.

 Thanks,
 sanjeewa.

 On Fri, Apr 10, 2015 at 2:21 PM, Chathura Priyankara
 chathu...@wso2.com wrote:

 Congratulations Lakshman.

 On Fri, Apr 10, 2015 at 2:17 PM, Prasanna Dangalla 
 prasa...@wso2.com wrote:

 Congratulations

 On Fri, Apr 10, 2015 at 2:13 PM, Rajith Vitharana 
 raji...@wso2.com wrote:

 Congrats Lakshman .. !! :)

 On Fri, Apr 10, 2015 at 2:10 PM, Nuwan Dias 
 nuw...@wso2.com wrote:

 Hi,

 It is with great pleasure we welcome Lakshman
 Udayakantha as a WSO2 Committer. @Lakshman, 
 congratulations and keep up the
 good work!

 Thanks,
 NuwanD.

 --
 Nuwan Dias

 Associate Tech Lead - 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




 --
 Rajith Vitharana

 Software Engineer,
 WSO2 Inc. : wso2.com
 Mobile : +94715883223
 Blog : http://lankavitharana.blogspot.com/

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




 --
 Prasanna Dangalla
 Software Engineer, WSO2, Inc.; http://wso2.com/
 lean.enterprise.middleware

 cell: +94 777 55 80 30 | +94 718 11 27 51
 twitter: @prasa77

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




 --
 Chathura Priyankara
 Software Engineer | WSO2 Inc.
 Mobile : +94718795340
 Blog : www.codeoncloud.blogspot.com

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




 --

 *Sanjeewa Malalgoda*
 WSO2 Inc.
 Mobile : +94713068779

  http://sanjeewamalalgoda.blogspot.com/blog
 :http://sanjeewamalalgoda.blogspot.com/
 http://sanjeewamalalgoda.blogspot.com/



 

Re: [Dev] [MB] Scenarios for comparing performance of Hazelcast and RDBMS slot manager implementations

2015-04-16 Thread Pumudu Ruhunage
Hi Anuja,

Can you add all the scenarios you tested on a single spreadsheet and share
with us including test results (duration, number of messages, average
publisher/subscriber tps) try to test with disconnecting subscribers while
receiving messages as well. Do it in systematic way covering all the
scenarios if you can. Refer these test documents[1][2] as well.

[1]
https://docs.google.com/a/wso2.com/spreadsheets/d/13Z-Sq4J-6OrzZAP47YNzK410rRGkswBUVmSu72VS4ro
[2]
https://docs.google.com/a/wso2.com/spreadsheets/d/1gQn9FTdBedvqs_qcNwDsP374Cs-Cg8Q4QRKgdtp1Ado

Regards,

On Fri, Apr 17, 2015 at 10:38 AM, Pamod Sylvester pa...@wso2.com wrote:

 Hi Anuja,

 IMO another scenario that might add value is to compare between fast
 publishing and slow subscribers. One way of doing it is through adding a
 thread delay when messages are consumed.

 Thanks,
 Pamod

 On Fri, Apr 17, 2015 at 10:32 AM, Anuja Herath an...@wso2.com wrote:

 Hi,

 I have tested and compared below scenarios in relating to $subject [1].


- 01 Publisher, 01 Subscriber, Both in same node, 10 minutes
- 01 Publisher, 02 Subscribers, Both in same node, 10 minutes
- 10 Publishers, 10 Subscriber, Both in same node, 10 minutes
- 10 Publisher, 10 Subscriber, Publisher and subscriber in 02
different nodes, 10 minutes

 Please suggest if there are more scenarios to be tested.

 [1] https://redmine.wso2.com/issues/3801

 Thanks,
 Anuja

 --
 Anuja Herath
 *Software Engineer*
 *WSO2, Inc.*
 Mobile : +94 (0)71 429 8861




 --
 *Pamod Sylvester *
  *Senior Software Engineer *
 Integration Technologies Team, WSO2 Inc.; http://wso2.com
 email: pa...@wso2.com cell: +94 77 7779495




-- 
Pumudu Ruhunage
Associate Software Engineer | WSO2 Inc
M: +94 779 664493  | http://wso2.com
___
Dev mailing list
Dev@wso2.org
http://wso2.org/cgi-bin/mailman/listinfo/dev


Re: [Dev] [MB] Scenarios for comparing performance of Hazelcast and RDBMS slot manager implementations

2015-04-16 Thread Hemika Kodikara
Hi Anuja,

Scenarios should also be test with fail-over functionality. Performance
evaluation will also be important.

Regards,
Hemika

Hemika Kodikara
Software Engineer
WSO2 Inc.
lean . enterprise . middleware
http://wso2.com

Mobile : +9477762

On Fri, Apr 17, 2015 at 10:39 AM, Sajini De Silva saj...@wso2.com wrote:

 Hi Anuja,

 There should be a scenario where you have to put publishers in different
 nodes and subscribers in different nodes. Also we have to increase the test
 running time period since we are going to do performance evaluation.

 Thank you,
 Sajini

 On Fri, Apr 17, 2015 at 10:32 AM, Anuja Herath an...@wso2.com wrote:

 Hi,

 I have tested and compared below scenarios in relating to $subject [1].


- 01 Publisher, 01 Subscriber, Both in same node, 10 minutes
- 01 Publisher, 02 Subscribers, Both in same node, 10 minutes
- 10 Publishers, 10 Subscriber, Both in same node, 10 minutes
- 10 Publisher, 10 Subscriber, Publisher and subscriber in 02
different nodes, 10 minutes

 Please suggest if there are more scenarios to be tested.

 [1] https://redmine.wso2.com/issues/3801

 Thanks,
 Anuja

 --
 Anuja Herath
 *Software Engineer*
 *WSO2, Inc.*
 Mobile : +94 (0)71 429 8861




 --
 Sajini De SIlva
 Software Engineer; WSO2 Inc.; http://wso2.com ,
 Email: saj...@wso2.com
 Blog: http://sajinid.blogspot.com/
 Git hub profile: https://github.com/sajinidesilva

 Phone: +94 712797729


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


Re: [Dev] WSO2 Committers += Kasun Dhananjaya Delgolla

2015-04-16 Thread Dimuthu De Lanerolle
Congratz Kasun ... 

On Fri, Apr 17, 2015 at 10:05 AM, Sajith Abeywardhana saji...@wso2.com
wrote:

 Congratulations ...!

 *Sajith Abeywardhana* | Software Engineer
 WSO2, Inc | lean. enterprise. middleware.
 #20, Palm Grove, Colombo 03, Sri Lanka.
 Mobile: +94772260485
 Email: saji...@wso2.com mahe...@wso2.com | Web: www.wso2.com

 On Tue, Apr 14, 2015 at 9:17 AM, Dulitha Wijewantha duli...@wso2.com
 wrote:

 Congratz!

 On Sat, Apr 11, 2015 at 11:03 PM, Kasun Dananjaya Delgolla 
 kas...@wso2.com wrote:

 Thank a lot everyone! :)

 On Sat, Apr 11, 2015 at 1:26 PM, Jerad Rutnam je...@wso2.com wrote:

 Congratulations Kasun! :)

 On Sat, Apr 11, 2015 at 7:55 PM, Prasanna Dangalla prasa...@wso2.com
 wrote:

 Congratulations

 On Fri, Apr 10, 2015 at 9:45 PM, Harsha Kumara hars...@wso2.com
 wrote:

 Congratulations Kasun!

 On Fri, Apr 10, 2015 at 6:39 PM, Maheeka Jayasuriya mahe...@wso2.com
  wrote:

 Congrats Kasun !!

 Maheeka Jayasuriya
 Software Engineer
 Mobile : +9450661

 On Fri, Apr 10, 2015 at 6:05 PM, Dilan Udara Ariyaratne 
 dil...@wso2.com wrote:

 Congratz, Kasun!!!


 *Dilan U. Ariyaratne*
 Software Engineer
 WSO2 Inc. http://wso2.com/
 Mobile: +94775149066
 lean . enterprise . middleware

 On Fri, Apr 10, 2015 at 5:30 PM, Prabath Abeysekera 
 praba...@wso2.com wrote:

 Hi Everyone,

 It's my pleasure to welcome Kasun Dhananjaya Delgolla as a WSO2
 Committer. Kasun has been a key element of EMM as well as MDM teams 
 for the
 last couple of years and contributed towards all development efforts 
 with a
 great deal of passion and commitment. In recognition of his 
 contributions,
 he's been voted in as a WSO2 Committer.

 Kasun, Welcome aboard and keep up the good work!

 Cheers,
 Prabath
 --
 Prabath Abeysekara
 Associate Technical Lead, Data TG.
 WSO2 Inc.
 Email: praba...@wso2.com
 Mobile: +94774171471

 ___
 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




 --
 Harsha Kumara
 Software Engineer, WSO2 Inc.
 Mobile: +94775505618
 Blog:harshcreationz.blogspot.com

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




 --
 Prasanna Dangalla
 Software Engineer, WSO2, Inc.; http://wso2.com/
 lean.enterprise.middleware

 cell: +94 777 55 80 30 | +94 718 11 27 51
 twitter: @prasa77

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




 --
 *Jerad Rutnam*
 *Software Engineer*

 WSO2 Inc.
 lean | enterprise | middleware
 M : +94 77 959 1609 | E : je...@wso2.com | W : www.wso2.com




 --
 Kasun Dananjaya Delgolla

 Software Engineer
 WSO2 Inc.; http://wso2.com
 lean.enterprise.middleware
 Tel:  +94 11 214 5345
 Fax: +94 11 2145300
 Mob: + 94 771 771 015
 Blog: http://kddcodingparadise.blogspot.com
 Linkedin: *http://lk.linkedin.com/in/kasundananjaya
 http://lk.linkedin.com/in/kasundananjaya*

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




 --
 Dulitha Wijewantha (Chan)
 Software Engineer - Mobile Development
 WSO2 Inc
 Lean.Enterprise.Middleware
  * ~Email   duli...@wso2.com duli...@wso2mobile.com*
 *  ~Mobile +94712112165 %2B94712112165*
 *  ~Website   dulitha.me http://dulitha.me*
 *  ~Twitter @dulitharw https://twitter.com/dulitharw*
   *~Github @dulichan https://github.com/dulichan*
   *~SO @chan http://stackoverflow.com/users/813471/chan*

 ___
 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


Re: [Dev] Getting all reources from a specified registry path

2015-04-16 Thread Chandana Napagoda
Hi Tharik,

You can get all the resource under a given collection as below.

Resource resource = registry.get(path);

if (resource instanceof Collection) {
Collection collection = (Collection) resource;
String[] resources = collection.getChildren();
}

Regards,
Chandana



On Fri, Apr 17, 2015 at 10:37 AM, Tharik Kanaka tha...@wso2.com wrote:

 Hi All,

 In WSO2 core Registry we can get any Resource by specifying file path of
 resource as following code line.

 Resource configFile = registry.get(path);

 Is there any method available in registry to get all the resources (into a
 Resource array or any collection) from a specified registry directory path?
 I could not find a method.

 Thanks,
 --

 *Tharik Kanaka* | Associate Software Engineer

 WSO2, Inc |#20, Palm Grove, Colombo 03, Sri Lanka

 Email: tha...@wso2.com | Web: www.wso2.com

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




-- 
*Chandana Napagoda*
Senior Software Engineer
WSO2 Inc. - http://wso2.org

*Email  :  chand...@wso2.com chand...@wso2.com**Mobile : +94718169299*

*Blog  :http://cnapagoda.blogspot.com http://cnapagoda.blogspot.com*
___
Dev mailing list
Dev@wso2.org
http://wso2.org/cgi-bin/mailman/listinfo/dev


Re: [Dev] WSO2 Committers += Dilan Ariyaratne

2015-04-16 Thread Dimuthu De Lanerolle
Congtraz Dilan ... !!!

On Fri, Apr 17, 2015 at 10:03 AM, Sajith Abeywardhana saji...@wso2.com
wrote:

 Congratulations ...!

 *Sajith Abeywardhana* | Software Engineer
 WSO2, Inc | lean. enterprise. middleware.
 #20, Palm Grove, Colombo 03, Sri Lanka.
 Mobile: +94772260485
 Email: saji...@wso2.com mahe...@wso2.com | Web: www.wso2.com

 On Thu, Apr 16, 2015 at 3:35 PM, Inshaf Mahath ins...@wso2.com wrote:

 Congrats Dilan..!!!

 On Thu, Apr 16, 2015 at 3:22 PM, Damith Wickramasinghe dami...@wso2.com
 wrote:

 Congrats Dilan 

 On Thu, Apr 16, 2015 at 3:18 PM, Darshana Gunawardana darsh...@wso2.com
  wrote:

 Congratulations Dilan..!!

 On Thu, Apr 16, 2015 at 2:21 PM, Inosh Perera ino...@wso2.com wrote:

 Congrats Dilan!!

 On Thu, Apr 16, 2015 at 2:06 PM, Sandamal Weerasinghe 
 sanda...@wso2.com wrote:

 Congratulations Dilan!

 Sandamal Weerasinghe | Software Engineer | WSO2 Lanka (Pvt) Ltd

 Mobile - +94-77-144-9640

 On Thu, Apr 16, 2015 at 2:05 PM, Shiva Balachandran sh...@wso2.com
 wrote:

 Congrats Dilan :)

 On Fri, Apr 10, 2015 at 3:44 PM, Prabath Abeysekera 
 praba...@wso2.com wrote:

 Hi Everyone,

 It's my pleasure to welcome Dilan Ariyaratne as a WSO2 Committer.
 Dilan has been part of some key development efforts of MDM as well as 
 EMM
 over the last couple of months. In recognition of all his 
 contributions,
 he's been voted as a WSO2 comitter.

 Dilan, Welcome aboard and keep up the good work!


 Cheers,
 Prabath


 --
 Prabath Abeysekara
 Associate Technical Lead, Data TG.
 WSO2 Inc.
 Email: praba...@wso2.com
 Mobile: +94774171471


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




 --
 Shiva Balachandran
 Software Engineer
 WSO2 Inc.

 Mobile - +94 774445788
 Blog - https://shivabalachandran.wordpress.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




 --
 Inosh Perera
 Software Engineer, WSO2 Inc.
 Tel: 0785293686

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




 --
 Regards,


 *Darshana Gunawardana*Software Engineer
 WSO2 Inc.; http://wso2.com

 *E-mail: darsh...@wso2.com darsh...@wso2.com*
 *Mobile: +94718566859 %2B94718566859*Lean . Enterprise . Middleware

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




 --
 Software Engineer
 WSO2 Inc.; http://wso2.com
 http://www.google.com/url?q=http%3A%2F%2Fwso2.comsa=Dsntz=1usg=AFQjCNEZvyc0uMD1HhBaEGCBxs6e9fBObg
 lean.enterprise.middleware

 mobile: *+94728671315 %2B94728671315*


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




 --
 Inshaf Mahath
 Associate Software Engineer
 Mobile: +94775907181
 WSO2 Inc.
 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




-- 
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


[Dev] [MB] Scenarios for comparing performance of Hazelcast and RDBMS slot manager implementations

2015-04-16 Thread Anuja Herath
Hi,

I have tested and compared below scenarios in relating to $subject [1].


   - 01 Publisher, 01 Subscriber, Both in same node, 10 minutes
   - 01 Publisher, 02 Subscribers, Both in same node, 10 minutes
   - 10 Publishers, 10 Subscriber, Both in same node, 10 minutes
   - 10 Publisher, 10 Subscriber, Publisher and subscriber in 02 different
   nodes, 10 minutes

Please suggest if there are more scenarios to be tested.

[1] https://redmine.wso2.com/issues/3801

Thanks,
Anuja

-- 
Anuja Herath
*Software Engineer*
*WSO2, Inc.*
Mobile : +94 (0)71 429 8861
___
Dev mailing list
Dev@wso2.org
http://wso2.org/cgi-bin/mailman/listinfo/dev


Re: [Dev] [MB] Scenarios for comparing performance of Hazelcast and RDBMS slot manager implementations

2015-04-16 Thread Anuja Herath
Hi Indika  Sajini,

I will run some new tests considering changes suggested by you. I found
this mail thread MB Performance Numbers - 2.2.0. It seems to be helpful
as well.

Thanks,
Anuja

On Fri, Apr 17, 2015 at 10:39 AM, Sajini De Silva saj...@wso2.com wrote:

 Hi Anuja,

 There should be a scenario where you have to put publishers in different
 nodes and subscribers in different nodes. Also we have to increase the test
 running time period since we are going to do performance evaluation.

 Thank you,
 Sajini

 On Fri, Apr 17, 2015 at 10:32 AM, Anuja Herath an...@wso2.com wrote:

 Hi,

 I have tested and compared below scenarios in relating to $subject [1].


- 01 Publisher, 01 Subscriber, Both in same node, 10 minutes
- 01 Publisher, 02 Subscribers, Both in same node, 10 minutes
- 10 Publishers, 10 Subscriber, Both in same node, 10 minutes
- 10 Publisher, 10 Subscriber, Publisher and subscriber in 02
different nodes, 10 minutes

 Please suggest if there are more scenarios to be tested.

 [1] https://redmine.wso2.com/issues/3801

 Thanks,
 Anuja

 --
 Anuja Herath
 *Software Engineer*
 *WSO2, Inc.*
 Mobile : +94 (0)71 429 8861




 --
 Sajini De SIlva
 Software Engineer; WSO2 Inc.; http://wso2.com ,
 Email: saj...@wso2.com
 Blog: http://sajinid.blogspot.com/
 Git hub profile: https://github.com/sajinidesilva

 Phone: +94 712797729




-- 
Anuja Herath
*Software Engineer*
*WSO2, Inc.*
Mobile : +94 (0)71 429 8861
___
Dev mailing list
Dev@wso2.org
http://wso2.org/cgi-bin/mailman/listinfo/dev


Re: [Dev] [MB] Scenarios for comparing performance of Hazelcast and RDBMS slot manager implementations

2015-04-16 Thread Sajini De Silva
Hi Anuja,

Also there should be a scenario where all the subscribers in one node get
killed or shutting down one node. Also shut down the cluster and restart.

Thank you,
Sajini

On Fri, Apr 17, 2015 at 10:41 AM, Hemika Kodikara hem...@wso2.com wrote:

 Hi Anuja,

 Scenarios should also be test with fail-over functionality. Performance
 evaluation will also be important.

 Regards,
 Hemika

 Hemika Kodikara
 Software Engineer
 WSO2 Inc.
 lean . enterprise . middleware
 http://wso2.com

 Mobile : +9477762

 On Fri, Apr 17, 2015 at 10:39 AM, Sajini De Silva saj...@wso2.com wrote:

 Hi Anuja,

 There should be a scenario where you have to put publishers in different
 nodes and subscribers in different nodes. Also we have to increase the test
 running time period since we are going to do performance evaluation.

 Thank you,
 Sajini

 On Fri, Apr 17, 2015 at 10:32 AM, Anuja Herath an...@wso2.com wrote:

 Hi,

 I have tested and compared below scenarios in relating to $subject [1].


- 01 Publisher, 01 Subscriber, Both in same node, 10 minutes
- 01 Publisher, 02 Subscribers, Both in same node, 10 minutes
- 10 Publishers, 10 Subscriber, Both in same node, 10 minutes
- 10 Publisher, 10 Subscriber, Publisher and subscriber in 02
different nodes, 10 minutes

 Please suggest if there are more scenarios to be tested.

 [1] https://redmine.wso2.com/issues/3801

 Thanks,
 Anuja

 --
 Anuja Herath
 *Software Engineer*
 *WSO2, Inc.*
 Mobile : +94 (0)71 429 8861




 --
 Sajini De SIlva
 Software Engineer; WSO2 Inc.; http://wso2.com ,
 Email: saj...@wso2.com
 Blog: http://sajinid.blogspot.com/
 Git hub profile: https://github.com/sajinidesilva

 Phone: +94 712797729





-- 
Sajini De SIlva
Software Engineer; WSO2 Inc.; http://wso2.com ,
Email: saj...@wso2.com
Blog: http://sajinid.blogspot.com/
Git hub profile: https://github.com/sajinidesilva

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


[Dev] Please merge the pull request

2015-04-16 Thread Chamalee De Silva
Please merge the pull request [1] for fixing the JIRA [2].

[1] https://github.com/wso2/carbon-apimgt/pull/187
[2] https://wso2.org/jira/browse/APIMANAGER-2703

Thank you.

-- 

Chamalee De Silva

Software Engineer | WSO2

E:chama...@wso2.com nirosh...@wso2.com
M :0711540738| http://wso2.com http://wso2.com/
___
Dev mailing list
Dev@wso2.org
http://wso2.org/cgi-bin/mailman/listinfo/dev


Re: [Dev] WSO2 Committers += Dilan Ariyaratne

2015-04-16 Thread Sajith Abeywardhana
Congratulations ...!

*Sajith Abeywardhana* | Software Engineer
WSO2, Inc | lean. enterprise. middleware.
#20, Palm Grove, Colombo 03, Sri Lanka.
Mobile: +94772260485
Email: saji...@wso2.com mahe...@wso2.com | Web: www.wso2.com

On Thu, Apr 16, 2015 at 3:35 PM, Inshaf Mahath ins...@wso2.com wrote:

 Congrats Dilan..!!!

 On Thu, Apr 16, 2015 at 3:22 PM, Damith Wickramasinghe dami...@wso2.com
 wrote:

 Congrats Dilan 

 On Thu, Apr 16, 2015 at 3:18 PM, Darshana Gunawardana darsh...@wso2.com
 wrote:

 Congratulations Dilan..!!

 On Thu, Apr 16, 2015 at 2:21 PM, Inosh Perera ino...@wso2.com wrote:

 Congrats Dilan!!

 On Thu, Apr 16, 2015 at 2:06 PM, Sandamal Weerasinghe 
 sanda...@wso2.com wrote:

 Congratulations Dilan!

 Sandamal Weerasinghe | Software Engineer | WSO2 Lanka (Pvt) Ltd

 Mobile - +94-77-144-9640

 On Thu, Apr 16, 2015 at 2:05 PM, Shiva Balachandran sh...@wso2.com
 wrote:

 Congrats Dilan :)

 On Fri, Apr 10, 2015 at 3:44 PM, Prabath Abeysekera 
 praba...@wso2.com wrote:

 Hi Everyone,

 It's my pleasure to welcome Dilan Ariyaratne as a WSO2 Committer.
 Dilan has been part of some key development efforts of MDM as well as 
 EMM
 over the last couple of months. In recognition of all his contributions,
 he's been voted as a WSO2 comitter.

 Dilan, Welcome aboard and keep up the good work!


 Cheers,
 Prabath


 --
 Prabath Abeysekara
 Associate Technical Lead, Data TG.
 WSO2 Inc.
 Email: praba...@wso2.com
 Mobile: +94774171471


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




 --
 Shiva Balachandran
 Software Engineer
 WSO2 Inc.

 Mobile - +94 774445788
 Blog - https://shivabalachandran.wordpress.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




 --
 Inosh Perera
 Software Engineer, WSO2 Inc.
 Tel: 0785293686

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




 --
 Regards,


 *Darshana Gunawardana*Software Engineer
 WSO2 Inc.; http://wso2.com

 *E-mail: darsh...@wso2.com darsh...@wso2.com*
 *Mobile: +94718566859 %2B94718566859*Lean . Enterprise . Middleware

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




 --
 Software Engineer
 WSO2 Inc.; http://wso2.com
 http://www.google.com/url?q=http%3A%2F%2Fwso2.comsa=Dsntz=1usg=AFQjCNEZvyc0uMD1HhBaEGCBxs6e9fBObg
 lean.enterprise.middleware

 mobile: *+94728671315 %2B94728671315*


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




 --
 Inshaf Mahath
 Associate Software Engineer
 Mobile: +94775907181
 WSO2 Inc.
 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


Re: [Dev] Getting all reources from a specified registry path

2015-04-16 Thread Inshaf Mahath
Hi Tharik,

You can check on [1] to load governance artifacts.

[1]
https://docs.wso2.com/display/Governance460/Governance+Artifact+Search+Sample

Thanks With Best Regards,
Inshaf

On Fri, Apr 17, 2015 at 10:37 AM, Tharik Kanaka tha...@wso2.com wrote:

 Hi All,

 In WSO2 core Registry we can get any Resource by specifying file path of
 resource as following code line.

 Resource configFile = registry.get(path);

 Is there any method available in registry to get all the resources (into a
 Resource array or any collection) from a specified registry directory path?
 I could not find a method.

 Thanks,
 --

 *Tharik Kanaka* | Associate Software Engineer

 WSO2, Inc |#20, Palm Grove, Colombo 03, Sri Lanka

 Email: tha...@wso2.com | Web: www.wso2.com

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




-- 
Inshaf Mahath
WSO2 Inc.
Lean . Enterprise . Middleware
___
Dev mailing list
Dev@wso2.org
http://wso2.org/cgi-bin/mailman/listinfo/dev


Re: [Dev] Getting all reources from a specified registry path

2015-04-16 Thread Aruna Karunarathna
Hi Tharik,

Refer mail thread [1] in dev mailing list.

[1]. [Dev] Carbon Context API Documentation

Regards,
Aruna


On Thu, Apr 16, 2015 at 10:07 PM, Tharik Kanaka tha...@wso2.com wrote:

 Hi All,

 In WSO2 core Registry we can get any Resource by specifying file path of
 resource as following code line.

 Resource configFile = registry.get(path);

 Is there any method available in registry to get all the resources (into a
 Resource array or any collection) from a specified registry directory path?
 I could not find a method.

 Thanks,
 --

 *Tharik Kanaka* | Associate Software Engineer

 WSO2, Inc |#20, Palm Grove, Colombo 03, Sri Lanka

 Email: tha...@wso2.com | Web: www.wso2.com

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




-- 

*Aruna Sujith Karunarathna* | Software Engineer
WSO2, Inc | lean. enterprise. middleware.
#20, Palm Grove, Colombo 03, Sri Lanka
Mobile: +94 71 9040362 | Work: +94 112145345
Email: ar...@wso2.com | Web: www.wso2.com
___
Dev mailing list
Dev@wso2.org
http://wso2.org/cgi-bin/mailman/listinfo/dev


[Dev] JIRA Integration POC

2015-04-16 Thread Fathima Dilhasha
Hi,

I have written a small documentation for $Subject. Please find the document
at [1]
https://docs.google.com/document/d/1OIPe5-gOtnJVmDLO0UIS7e6oSwpKfssFvv5JeGTN9Jk/edit?usp=sharing
I have created the pull request as suggested. Please find it at [2]
https://github.com/wso2/product-af/pull/114

[1]
https://docs.google.com/document/d/1OIPe5-gOtnJVmDLO0UIS7e6oSwpKfssFvv5JeGTN9Jk/edit?usp=sharing

[2] https://github.com/wso2/product-af/pull/114

Thanks.
Regards,
Dilhasha

*M.N.F. Dilhasha*
Software Engineering Intern | *WSO2 Inc.*

email   :
*dilha...@wso2.com dilha...@wso2.com*mobile : +94 77 8449321
___
Dev mailing list
Dev@wso2.org
http://wso2.org/cgi-bin/mailman/listinfo/dev


[Dev] [AS] AppServer Profile Generation failed when trying to build the AS

2015-04-16 Thread Thusitha Thilina Dayaratne
Hi,

I'm trying to build the product-as with Tomcat 8 support. When I'm trying
to build the AS i'm getting following error  AppServer Profile Generation
section

Installation failed.
 Cannot complete the install because one or more required items could not
 be found.
  Software being installed: WSO2 Carbon - Webapp Application Management
 Feature 4.3.2.SNAPSHOT
 (org.wso2.carbon.application.mgt.webapp.feature.group 4.3.2.SNAPSHOT)
  Missing requirement: WSO2 Carbon - Webapp Application Management Feature
 4.3.2.SNAPSHOT (org.wso2.carbon.application.mgt.webapp.feature.group
 4.3.2.SNAPSHOT) requires 'org.wso2.carbon.application.mgt.feature.group
 [4.3.2.SNAPSHOT,4.4.0)' but it could not be found


Before the build I change the kernel version to 4.4.1 and I've changed
kernel version in required required pom files (commons, identity,
deployment, multitenancy, jaggery, platform-integration-utils) and build
them as well.

Did I missed anything?

Thanks
Best Regards
-- 
Thusitha Dayaratne
Software Engineer
WSO2 Inc. - lean . enterprise . middleware |  wso2.com

Mobile  +94712756809
Blog  alokayasoya.blogspot.com
Abouthttp://about.me/thusithathilina
___
Dev mailing list
Dev@wso2.org
http://wso2.org/cgi-bin/mailman/listinfo/dev


Re: [Dev] [Carbon-commons] Build picks previous dependencies even changed the parent pom

2015-04-16 Thread Thusitha Thilina Dayaratne
Hi,

This let you all know if someone face the same sort of issue.
It seems that carbon-commons picking up dependency versions specified in
the already released kernel version, even I changed tomcat version in the
pom.xml.
When I changed the Carbon-kernel version and build the carbon-commons with
the changed version, it picks the correct orbit bundles. That solve the
issue.

Thanks
Best Regards

On Fri, Apr 10, 2015 at 5:15 PM, Thusitha Thilina Dayaratne 
thusit...@wso2.com wrote:

 Hi Rajith,

 Thanks for quick response.

 Best Regards

 On Fri, Apr 10, 2015 at 5:03 PM, Rajith Vitharana raji...@wso2.com
 wrote:

 Sorry not isuruwan, Thusitha :D

 and if that's the case you can use exclusions inside those dependencies
 to get rid of unwanted versions

 Thanks,

 On Fri, Apr 10, 2015 at 5:01 PM, Rajith Vitharana raji...@wso2.com
 wrote:

 Hi Isuruwan,

 Try running mvn dependency:tree and see those dependencies coming
 through another dependency. In your case it may be the issue

 Thanks,

 On Fri, Apr 10, 2015 at 4:59 PM, Thusitha Thilina Dayaratne 
 thusit...@wso2.com wrote:

 Hi,

 I'm trying to build the Carbon-commons with tomcat 8 support.
 I've changed the tomcat version in the parent pom and changed jsp and
 servlet versions to the latest versions.

 version.tomcat8.0.20/version.tomcat

 orbit.version.tomcat.servlet.api${version.tomcat}.wso2v1/orbit.version.tomcat.servlet.api


 After doing those modifications when I build the commons, it still pick
 the tomcat dependencies from the previous tomcat bundles(7.0.59)

 I tried

- Maven clean build
- Deleting maven local repo and do a clean build

 I grep the source but couldn't find any point that refers to previous
 dependency.
 But still it picks the dependencies from previous bundle.
 Could someone tell me what could be the reason?
 Is I missed any point that need to changed?

 Thanks
 Best Regards

 --
 Thusitha Dayaratne
 Software Engineer
 WSO2 Inc. - lean . enterprise . middleware |  wso2.com

 Mobile  +94712756809
 Blog  alokayasoya.blogspot.com
 Abouthttp://about.me/thusithathilina


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




 --
 Rajith Vitharana

 Software Engineer,
 WSO2 Inc. : wso2.com
 Mobile : +94715883223
 Blog : http://lankavitharana.blogspot.com/




 --
 Rajith Vitharana

 Software Engineer,
 WSO2 Inc. : wso2.com
 Mobile : +94715883223
 Blog : http://lankavitharana.blogspot.com/




 --
 Thusitha Dayaratne
 Software Engineer
 WSO2 Inc. - lean . enterprise . middleware |  wso2.com

 Mobile  +94712756809
 Blog  alokayasoya.blogspot.com
 Abouthttp://about.me/thusithathilina




-- 
Thusitha Dayaratne
Software Engineer
WSO2 Inc. - lean . enterprise . middleware |  wso2.com

Mobile  +94712756809
Blog  alokayasoya.blogspot.com
Abouthttp://about.me/thusithathilina
___
Dev mailing list
Dev@wso2.org
http://wso2.org/cgi-bin/mailman/listinfo/dev