Re: [Carbon-dev] ESB does not honor Accept header... [?]

2012-02-27 Thread Prabath Siriwardena
Anyone faced a similar issue...? Appreciate your thoughts..

Thanks  regards,
-Prabath

On Sun, Feb 26, 2012 at 11:48 AM, Prabath Siriwardena prab...@wso2.comwrote:

 This what I want to - I want to send the request in SOAP and get the
 response as JSON..

 So - this is how I used curl for it.. by setting Accept header to
 application/json - and I was expecting a JSON response..

 curl -d @request.soap -H Content-Type: application/soap+xml
 action=getQuote -H Accept: application/json
 http://localhost:8080/services/test

 But this always returned back a SOAP response - ignoring the Accept
 header..

 Do I have to do anything else to get this work..? I also set
 httpContentNegotiation to true in axis2.xml but the same result..

 This is the workaround I followed and it worked..

 inSequence
property name=IN_ACCEPT_HEADER expression=$trp:Accept/
  /inSequence
  outSequence
log level=custom
property name=IN_ACCEPT_HEADER
 expression=get-property('IN_ACCEPT_HEADER')/
/log
property name=messageType
 expression=get-property('IN_ACCEPT_HEADER') scope=axis2/
send/
   /outSequence

 What would be the acceptable solution for this...?


 --
 Thanks  Regards,
 Prabath

 Mobile : +94 71 809 6732

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




-- 
Thanks  Regards,
Prabath

Mobile : +94 71 809 6732

http://blog.facilelogin.com
http://RampartFAQ.com
___
Carbon-dev mailing list
Carbon-dev@wso2.org
http://mail.wso2.org/cgi-bin/mailman/listinfo/carbon-dev


Re: [Carbon-dev] ESB API uri-template takes query params in to consideration while filtering...

2012-02-26 Thread Prabath Siriwardena
On Sun, Feb 26, 2012 at 11:31 PM, Hiranya Jayathilaka hira...@wso2.comwrote:



 On Sun, Feb 26, 2012 at 11:22 AM, Prabath Siriwardena prab...@wso2.comwrote:



 BTW what is our plan for iterative improvements?


 We can try and roll out support for level 3 templates with the next major
 release. Then add support for other types of templates in future patch
 releases.


+1

Thanks  regards,
-Prabath





 Thanks  regards,
 -Prabath

 
  Regards,
  udayanga--
 
  Udayanga Wickramasinghe
  Software Engineer; WSO2 Inc.; http://wso2.com,
  email: udaya...@wso2.com cell: +94 (77) 983-4365
  blog: http://udayangawiki.blogspot.com
  twitter: http://twitter.com/udayanga_wick
 



 --
 Thanks  Regards,
 Prabath

 Mobile : +94 71 809 6732

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




 --
 Hiranya Jayathilaka
 Associate Technical Lead;
 WSO2 Inc.;  http://wso2.org
 E-mail: hira...@wso2.com;  Mobile: +94 77 633 3491
 Blog: http://techfeast-hiranya.blogspot.com




-- 
Thanks  Regards,
Prabath

Mobile : +94 71 809 6732

http://blog.facilelogin.com
http://RampartFAQ.com
___
Carbon-dev mailing list
Carbon-dev@wso2.org
http://mail.wso2.org/cgi-bin/mailman/listinfo/carbon-dev


Re: [Carbon-dev] ESB API uri-template takes query params in to consideration while filtering...

2012-02-26 Thread Prabath Siriwardena
Hi Hiranya,

Thanks for the suggestion.. will try that out...

Another issue I found with ESB sample 800 on API..

If you open up the sample configuration file... Then you will see the
following..

resource url-pattern=/order/* methods=POST

But, when you load that configuration in to the ESB and go to the source
view you will find url-pattern=/order/* is missing...

Is this a known issue.. any reason behind this...

Thanks  regards,
-Prabath

On Mon, Feb 27, 2012 at 12:15 AM, Hiranya Jayathilaka hira...@wso2.comwrote:

 BTW Prabath, ideally we should be able to implement your use case using
 the URL mapping /library/books/*. This should accept all URLs (with all
 combinations of query params) you're interested in. But this didn't work in
 the first cut implementation I did. I myself came across this scenario
 while working on samples so I've fixed it in Synapse trunk. So if you're
 using the latest Synapse core source from the Apache trunk, above URL
 mapping is all you want to make this scenario work. You can access query
 params using the XPath query.param.{paramName}

 Thanks,
 Hiranya


 On Sun, Feb 26, 2012 at 11:22 AM, Prabath Siriwardena prab...@wso2.comwrote:

 On Sun, Feb 26, 2012 at 11:08 AM, Udayanga Wickramasinghe
 udaya...@wso2.com wrote:
 
 
  On Sat, Feb 25, 2012 at 7:53 PM, Hiranya Jayathilaka hira...@wso2.com
  wrote:
 
 
 
  Sent from my iPhone
 
  On Feb 25, 2012, at 5:05 AM, Prabath Siriwardena prab...@wso2.com
 wrote:
 
  Hi Hiranya,
 
  Thanks for the input..
 
  BWT won't this create some limitations.. specially in the API
 Gateway...
 
 
  It is a limitation. We should iteratively implement support for higher
  level uri templates.
 
  +1
  there are multiple level of constructs that is supported by uri
 templates ,
  which we will be able to support iteratively
  for example in this case following uri template can be used..
  /library/book{?author,name}

 +1. As per Hiranya.. /library/book{?author,name}... this we don't
 support yet.. I believe we can live without it for the API Gateway
 first release..

 BTW what is our plan for iterative improvements?

 Thanks  regards,
 -Prabath

 
  Regards,
  udayanga--
 
  Udayanga Wickramasinghe
  Software Engineer; WSO2 Inc.; http://wso2.com,
  email: udaya...@wso2.com cell: +94 (77) 983-4365
  blog: http://udayangawiki.blogspot.com
  twitter: http://twitter.com/udayanga_wick
 



 --
 Thanks  Regards,
 Prabath

 Mobile : +94 71 809 6732

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




 --
 Hiranya Jayathilaka
 Associate Technical Lead;
 WSO2 Inc.;  http://wso2.org
 E-mail: hira...@wso2.com;  Mobile: +94 77 633 3491
 Blog: http://techfeast-hiranya.blogspot.com




-- 
Thanks  Regards,
Prabath

Mobile : +94 71 809 6732

http://blog.facilelogin.com
http://RampartFAQ.com
___
Carbon-dev mailing list
Carbon-dev@wso2.org
http://mail.wso2.org/cgi-bin/mailman/listinfo/carbon-dev


Re: [Carbon-dev] ESB API uri-template takes query params in to consideration while filtering...

2012-02-25 Thread Prabath Siriwardena
Also I was trying to develop a generic REST API for MongoDB using ESB API
capabilities..

It works fine for POST and PUT..

But - due to the following limitation I could not implement GET in a
generic way...

Thanks  regards,
-Prabath

On Sat, Feb 25, 2012 at 3:35 PM, Prabath Siriwardena prab...@wso2.comwrote:

 Hi Hiranya,

 Thanks for the input..

 BTW won't this create some limitations.. specially in the API Gateway...

 For example I can have a resource - where clients can do GET with
 different optional parameters..

 In such case, I need to have a resource element for all those
 combinations with different uri-templates..?

 Thanks  regards,
 -Prabath

 On Fri, Feb 24, 2012 at 1:27 AM, Hiranya Jayathilaka hira...@wso2.comwrote:



 On Thu, Feb 23, 2012 at 11:06 PM, Prabath Siriwardena 
 prab...@wso2.comwrote:

 This is my configuration..

 resource methods=POST GET uri-template=/library/book

 This will get the following...

 GET http://localhost:8280/library/book - and will return the book
 collection..

 But, above configuration won't get hit - when I call it like,

 GET http://localhost:8280/library/book?author=hiranya

 If I want to handle the above, I need to introduce the following
 configuration

 resource methods=POST GET
 uri-template=/library/book?author={author}

 Then once again - if I want to get books by author and book name, I need
 to introduce following..

 resource methods=POST GET
 uri-template=/library/book?author={author}name={name}

 Is this behavior by design..? Why..?


 Yes. This is how the URI template spec expects this to work.



 Can't we handle all above three scenarios through...


 The right template to use would be /library/book{?author,name}. But this
 is a level 3 URI template. We don't have full support for level 3 templates
 yet (we only support fragment expressions, label expressions and path
 expressions so far from the level 3 category). So this won't work in the
 current URI templates library.

 Thanks,
 Hiranya






 resource methods=POST GET uri-template=/library/book

 --
 Thanks  Regards,
 Prabath

 Mobile : +94 71 809 6732

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


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




 --
 Hiranya Jayathilaka
 Associate Technical Lead;
 WSO2 Inc.;  http://wso2.org
 E-mail: hira...@wso2.com;  Mobile: +94 77 633 3491
 Blog: http://techfeast-hiranya.blogspot.com

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




 --
 Thanks  Regards,
 Prabath

 Mobile : +94 71 809 6732

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




-- 
Thanks  Regards,
Prabath

Mobile : +94 71 809 6732

http://blog.facilelogin.com
http://RampartFAQ.com
___
Carbon-dev mailing list
Carbon-dev@wso2.org
http://mail.wso2.org/cgi-bin/mailman/listinfo/carbon-dev


Re: [Carbon-dev] ESB API uri-template takes query params in to consideration while filtering...

2012-02-25 Thread Prabath Siriwardena
On Sun, Feb 26, 2012 at 11:08 AM, Udayanga Wickramasinghe
udaya...@wso2.com wrote:


 On Sat, Feb 25, 2012 at 7:53 PM, Hiranya Jayathilaka hira...@wso2.com
 wrote:



 Sent from my iPhone

 On Feb 25, 2012, at 5:05 AM, Prabath Siriwardena prab...@wso2.com wrote:

 Hi Hiranya,

 Thanks for the input..

 BWT won't this create some limitations.. specially in the API Gateway...


 It is a limitation. We should iteratively implement support for higher
 level uri templates.

 +1
 there are multiple level of constructs that is supported by uri templates ,
 which we will be able to support iteratively
 for example in this case following uri template can be used..
 /library/book{?author,name}

+1. As per Hiranya.. /library/book{?author,name}... this we don't
support yet.. I believe we can live without it for the API Gateway
first release..

BTW what is our plan for iterative improvements?

Thanks  regards,
-Prabath


 Regards,
 udayanga--

 Udayanga Wickramasinghe
 Software Engineer; WSO2 Inc.; http://wso2.com,
 email: udaya...@wso2.com cell: +94 (77) 983-4365
 blog: http://udayangawiki.blogspot.com
 twitter: http://twitter.com/udayanga_wick




-- 
Thanks  Regards,
Prabath

Mobile : +94 71 809 6732

http://blog.facilelogin.com
http://RampartFAQ.com
___
Carbon-dev mailing list
Carbon-dev@wso2.org
http://mail.wso2.org/cgi-bin/mailman/listinfo/carbon-dev


[Carbon-dev] ESB does not honor Accept header... [?]

2012-02-25 Thread Prabath Siriwardena
This what I want to - I want to send the request in SOAP and get the
response as JSON..

So - this is how I used curl for it.. by setting Accept header to
application/json - and I was expecting a JSON response..

curl -d @request.soap -H Content-Type: application/soap+xml
action=getQuote -H Accept: application/json
http://localhost:8080/services/test

But this always returned back a SOAP response - ignoring the Accept header..

Do I have to do anything else to get this work..? I also set
httpContentNegotiation to true in axis2.xml but the same result..

This is the workaround I followed and it worked..

inSequence
   property name=IN_ACCEPT_HEADER expression=$trp:Accept/
 /inSequence
 outSequence
   log level=custom
   property name=IN_ACCEPT_HEADER
expression=get-property('IN_ACCEPT_HEADER')/
   /log
   property name=messageType
expression=get-property('IN_ACCEPT_HEADER') scope=axis2/
   send/
  /outSequence

What would be the acceptable solution for this...?


-- 
Thanks  Regards,
Prabath

Mobile : +94 71 809 6732

http://blog.facilelogin.com
http://RampartFAQ.com
___
Carbon-dev mailing list
Carbon-dev@wso2.org
http://mail.wso2.org/cgi-bin/mailman/listinfo/carbon-dev


Re: [Carbon-dev] Editing API element by the source view of ESB is unstable..

2012-02-23 Thread Prabath Siriwardena
I can consistently reproduce this with a fresh ESB.. will debug and see...

Thanks  regards,
-Prabath

On Thu, Feb 23, 2012 at 2:18 PM, Sandapa Handakumbura sand...@wso2.comwrote:

 Hi,

 I tried to reproduce this in the Linux environment with sample 800, but
 couldn't. When i try the same scenario, synapse configuration goes back to
 it's previous state but no UI error is given and i can continue to do
 updates using source view.

 Regards,
 Sandapa



 On Thu, Feb 23, 2012 at 12:24 PM, Prabath Siriwardena prab...@wso2.comwrote:

 I can recreate the same with the API [800] sample we ship with the ESB
 too...

 Thanks  regards,
 -Prabath


 On Thu, Feb 23, 2012 at 12:18 PM, Prabath Siriwardena 
 prab...@wso2.comwrote:

 This is my scenario...

 I have the following scenario..

 1. My configuration

   api name=MongoAPI context=/mongo
 resource methods=GET uri-template=/{db}/{collection}
 inSequence
 log level=full/
 property name=mongo.db
 expression=get-property('uri.var.db') scope=axis2/
 property name=mongo.db.collection
 expression=get-property('uri.var.collection') scope=axis2/
 class
 name=org.wso2.mongodb.connector.MongoDBMediator/
 /inSequence
 outSequence
 send/
 /outSequence
 /resource
 /api

 2. Update  methods=GET to methods=POST - works fine

 3.  methods=POST to  methods=GET,POST   - from the methods
 attribute I feel like this is a valid case. Now this produce error

 [2012-02-23 12:07:21,026] ERROR - SynapseTaskManager Task helper has not
 been initialized, it requires to be initialized
 [2012-02-23 12:07:21,027] ERROR - ConfigAdmin Error while updating the
 Synapse configuration
 org.apache.synapse.commons.SynapseCommonsException: Task helper has not
 been initialized, it requires to be initialized

 4. Since I get the error at [3] - synapse configuration goes back to the
 state in [2].

 5. Now I try to update the synapse configuration with valida values -
 like, update  methods=POST to methods=GET - or anything - and this
 keeps on failing..

  And I cannot do any updates via source view, till I restart

 Have I done anything wrong some where...? Appreciate a lot your
 thoughts...

 --
 Thanks  Regards,
 Prabath

 Mobile : +94 71 809 6732

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




 --
 Thanks  Regards,
 Prabath

 Mobile : +94 71 809 6732

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


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



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




-- 
Thanks  Regards,
Prabath

Mobile : +94 71 809 6732

http://blog.facilelogin.com
http://RampartFAQ.com
___
Carbon-dev mailing list
Carbon-dev@wso2.org
http://mail.wso2.org/cgi-bin/mailman/listinfo/carbon-dev


Re: [Carbon-dev] Editing API element by the source view of ESB is unstable..

2012-02-23 Thread Prabath Siriwardena
On Thu, Feb 23, 2012 at 7:02 PM, Hiranya Jayathilaka hira...@wso2.comwrote:

 Comma separated values are not accepted for the method in this
 implementation yet. As of now it has to be space separated.


Thanks Hiranya..

Regards,
-Prabath



 Thanks,
 Hiranya


 On Thu, Feb 23, 2012 at 2:26 PM, Prabath Siriwardena prab...@wso2.comwrote:

 I can consistently reproduce this with a fresh ESB.. will debug and see...

 Thanks  regards,
 -Prabath


 On Thu, Feb 23, 2012 at 2:18 PM, Sandapa Handakumbura 
 sand...@wso2.comwrote:

 Hi,

 I tried to reproduce this in the Linux environment with sample 800, but
 couldn't. When i try the same scenario, synapse configuration goes back to
 it's previous state but no UI error is given and i can continue to do
 updates using source view.

 Regards,
 Sandapa



 On Thu, Feb 23, 2012 at 12:24 PM, Prabath Siriwardena 
 prab...@wso2.comwrote:

 I can recreate the same with the API [800] sample we ship with the ESB
 too...

 Thanks  regards,
 -Prabath


 On Thu, Feb 23, 2012 at 12:18 PM, Prabath Siriwardena prab...@wso2.com
  wrote:

 This is my scenario...

 I have the following scenario..

 1. My configuration

   api name=MongoAPI context=/mongo
 resource methods=GET uri-template=/{db}/{collection}
 inSequence
 log level=full/
 property name=mongo.db
 expression=get-property('uri.var.db') scope=axis2/
 property name=mongo.db.collection
 expression=get-property('uri.var.collection') scope=axis2/
 class
 name=org.wso2.mongodb.connector.MongoDBMediator/
 /inSequence
 outSequence
 send/
 /outSequence
 /resource
 /api

 2. Update  methods=GET to methods=POST - works fine

 3.  methods=POST to  methods=GET,POST   - from the methods
 attribute I feel like this is a valid case. Now this produce error

 [2012-02-23 12:07:21,026] ERROR - SynapseTaskManager Task helper has
 not been initialized, it requires to be initialized
 [2012-02-23 12:07:21,027] ERROR - ConfigAdmin Error while updating the
 Synapse configuration
 org.apache.synapse.commons.SynapseCommonsException: Task helper has
 not been initialized, it requires to be initialized

 4. Since I get the error at [3] - synapse configuration goes back to
 the state in [2].

 5. Now I try to update the synapse configuration with valida values -
 like, update  methods=POST to methods=GET - or anything - and this
 keeps on failing..

  And I cannot do any updates via source view, till I restart

 Have I done anything wrong some where...? Appreciate a lot your
 thoughts...

 --
 Thanks  Regards,
 Prabath

 Mobile : +94 71 809 6732

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




 --
 Thanks  Regards,
 Prabath

 Mobile : +94 71 809 6732

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


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



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




 --
 Thanks  Regards,
 Prabath

 Mobile : +94 71 809 6732

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


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




 --
 Hiranya Jayathilaka
 Associate Technical Lead;
 WSO2 Inc.;  http://wso2.org
 E-mail: hira...@wso2.com;  Mobile: +94 77 633 3491
 Blog: http://techfeast-hiranya.blogspot.com

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




-- 
Thanks  Regards,
Prabath

Mobile : +94 71 809 6732

http://blog.facilelogin.com
http://RampartFAQ.com
___
Carbon-dev mailing list
Carbon-dev@wso2.org
http://mail.wso2.org/cgi-bin/mailman/listinfo/carbon-dev


[Carbon-dev] ESB API uri-template takes query params in to consideration while filtering...

2012-02-23 Thread Prabath Siriwardena
This is my configuration..

resource methods=POST GET uri-template=/library/book

This will get the following...

GET http://localhost:8280/library/book - and will return the book
collection..

But, above configuration won't get hit - when I call it like,

GET http://localhost:8280/library/book?author=hiranya

If I want to handle the above, I need to introduce the following
configuration

resource methods=POST GET uri-template=/library/book?author={author}

Then once again - if I want to get books by author and book name, I need to
introduce following..

resource methods=POST GET
uri-template=/library/book?author={author}name={name}

Is this behavior by design..? Why..?

Can't we handle all above three scenarios through...

resource methods=POST GET uri-template=/library/book

-- 
Thanks  Regards,
Prabath

Mobile : +94 71 809 6732

http://blog.facilelogin.com
http://RampartFAQ.com
___
Carbon-dev mailing list
Carbon-dev@wso2.org
http://mail.wso2.org/cgi-bin/mailman/listinfo/carbon-dev


[Carbon-dev] JSON to SOAP conversion in WSO2 ESB

2012-02-22 Thread Prabath Siriwardena
Tried out some json stuff with the ESB latest release.. and following
what I observed...

The original json message which I want to send is following..

{name : Understanding JAVA , pages : 100}

When I sent this - this is the SOAP body I observed inside the ESB..

soapenv:Body 
xmlns:soapenv=http://schemas.xmlsoap.org/soap/envelope/;nameUnderstanding
JAVA/name/soapenv:Body

You will notice that - pages element is missing there..

When I reformat my json message to the following - with a top, parent
element it worked fine..

{ request :{name : Understanding JAVA , pages : 100}}

and the SOAP body produced was...

soapenv:Body 
xmlns:soapenv=http://schemas.xmlsoap.org/soap/envelope/;requestnameUnderstanding
JAVA/namepages100/pages/request/soapenv:Body

Any thoughts.. on the behavior of the first scenario ?

--
Thanks  Regards,
Prabath

Mobile : +94 71 809 6732

http://blog.facilelogin.com
http://RampartFAQ.com
___
Carbon-dev mailing list
Carbon-dev@wso2.org
http://mail.wso2.org/cgi-bin/mailman/listinfo/carbon-dev


Re: [Carbon-dev] JSON to SOAP conversion in WSO2 ESB

2012-02-22 Thread Prabath Siriwardena
On Thu, Feb 23, 2012 at 11:13 AM, Amila Suriarachchi am...@wso2.com wrote:



 Any thoughts.. on the behavior of the first scenario ?


 Within Soap Body you can have only one element. So that may be picking the
 first element as the soap body element.


Thought about that..But looking at the spec - at
http://www.w3.org/TR/soap12-part0/#Example - it looks like its not the
case..

Is this something enforced by axis2..?

Thanks  regards,
-Prabath



 thanks,
 Amila.



 --
 Thanks  Regards,
 Prabath

 Mobile : +94 71 809 6732

 http://blog.facilelogin.com
 http://RampartFAQ.com
 ___
 Carbon-dev mailing list
 Carbon-dev@wso2.org
 http://mail.wso2.org/cgi-bin/mailman/listinfo/carbon-dev




 --
 *Amila Suriarachchi*

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

 phone : +94 71 3082805


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




-- 
Thanks  Regards,
Prabath

Mobile : +94 71 809 6732

http://blog.facilelogin.com
http://RampartFAQ.com
___
Carbon-dev mailing list
Carbon-dev@wso2.org
http://mail.wso2.org/cgi-bin/mailman/listinfo/carbon-dev


[Carbon-dev] Editing API element by the source view of ESB is unstable..

2012-02-22 Thread Prabath Siriwardena
This is my scenario...

I have the following scenario..

1. My configuration

  api name=MongoAPI context=/mongo
resource methods=GET uri-template=/{db}/{collection}
inSequence
log level=full/
property name=mongo.db
expression=get-property('uri.var.db') scope=axis2/
property name=mongo.db.collection
expression=get-property('uri.var.collection') scope=axis2/
class name=org.wso2.mongodb.connector.MongoDBMediator/
/inSequence
outSequence
send/
/outSequence
/resource
/api

2. Update  methods=GET to methods=POST - works fine

3.  methods=POST to  methods=GET,POST   - from the methods attribute
I feel like this is a valid case. Now this produce error

[2012-02-23 12:07:21,026] ERROR - SynapseTaskManager Task helper has not
been initialized, it requires to be initialized
[2012-02-23 12:07:21,027] ERROR - ConfigAdmin Error while updating the
Synapse configuration
org.apache.synapse.commons.SynapseCommonsException: Task helper has not
been initialized, it requires to be initialized

4. Since I get the error at [3] - synapse configuration goes back to the
state in [2].

5. Now I try to update the synapse configuration with valida values - like,
update  methods=POST to methods=GET - or anything - and this keeps on
failing..

And I cannot do any updates via source view, till I restart

Have I done anything wrong some where...? Appreciate a lot your thoughts...

-- 
Thanks  Regards,
Prabath

Mobile : +94 71 809 6732

http://blog.facilelogin.com
http://RampartFAQ.com
___
Carbon-dev mailing list
Carbon-dev@wso2.org
http://mail.wso2.org/cgi-bin/mailman/listinfo/carbon-dev


Re: [Carbon-dev] Editing API element by the source view of ESB is unstable..

2012-02-22 Thread Prabath Siriwardena
I can recreate the same with the API [800] sample we ship with the ESB
too...

Thanks  regards,
-Prabath

On Thu, Feb 23, 2012 at 12:18 PM, Prabath Siriwardena prab...@wso2.comwrote:

 This is my scenario...

 I have the following scenario..

 1. My configuration

   api name=MongoAPI context=/mongo
 resource methods=GET uri-template=/{db}/{collection}
 inSequence
 log level=full/
 property name=mongo.db
 expression=get-property('uri.var.db') scope=axis2/
 property name=mongo.db.collection
 expression=get-property('uri.var.collection') scope=axis2/
 class name=org.wso2.mongodb.connector.MongoDBMediator/
 /inSequence
 outSequence
 send/
 /outSequence
 /resource
 /api

 2. Update  methods=GET to methods=POST - works fine

 3.  methods=POST to  methods=GET,POST   - from the methods attribute
 I feel like this is a valid case. Now this produce error

 [2012-02-23 12:07:21,026] ERROR - SynapseTaskManager Task helper has not
 been initialized, it requires to be initialized
 [2012-02-23 12:07:21,027] ERROR - ConfigAdmin Error while updating the
 Synapse configuration
 org.apache.synapse.commons.SynapseCommonsException: Task helper has not
 been initialized, it requires to be initialized

 4. Since I get the error at [3] - synapse configuration goes back to the
 state in [2].

 5. Now I try to update the synapse configuration with valida values -
 like, update  methods=POST to methods=GET - or anything - and this
 keeps on failing..

 And I cannot do any updates via source view, till I restart

 Have I done anything wrong some where...? Appreciate a lot your thoughts...

 --
 Thanks  Regards,
 Prabath

 Mobile : +94 71 809 6732

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




-- 
Thanks  Regards,
Prabath

Mobile : +94 71 809 6732

http://blog.facilelogin.com
http://RampartFAQ.com
___
Carbon-dev mailing list
Carbon-dev@wso2.org
http://mail.wso2.org/cgi-bin/mailman/listinfo/carbon-dev


Re: [Carbon-dev] Cleaning up Carbon Authenticator Framework

2012-02-16 Thread Prabath Siriwardena
+1 for the approach..

'login' is a permission for the Management Console.. - so I believe BE
services shouldn't be coupled with it..

If you develop your own clients using the BE services - then you can have
your own permissions So - we need to treat our FE - one of those
clients - who will handle 'login' permission..

Thanks  regards,
-Prabath


On Wed, Feb 15, 2012 at 10:25 PM, Amila Jayasekara ami...@wso2.com wrote:

 Hi All,

 As i mentioned in the initial mail we will get rid of login call to
 AuthenticationAdmin and will authenticate users only through provided
 authenticators. During this change i realise that we were authorising
 (checking whether users have login permission) users at the same time
 we authenticate users. IMO the authentication process should not do
 any permission checks rather it should only validate the user is a
 legitimate user within the system.

 If we need to authorise users we need to make a separate call (We are
 yet to identify which component is going to handle authorization). I
 will be changing code accordingly.

 If you have any concerns / feedback please let me know.

 Thanks
 AmilaJ

 On Wed, Feb 15, 2012 at 8:33 AM, Manjula Rathnayake manju...@wso2.com
 wrote:
 
 
  On Tue, Feb 14, 2012 at 10:14 PM, Sameera Jayasoma same...@wso2.com
 wrote:
 
  https://wso2.org/jira/browse/CARBON-12378
 
  Thanks,
  Sameera.
 
 
  On Tue, Feb 14, 2012 at 9:50 PM, Amila Jayasekara ami...@wso2.com
 wrote:
 
  On Tue, Feb 14, 2012 at 9:32 PM, Sameera Jayasoma same...@wso2.com
  wrote:
   Hi Amila,
  
   +1 for the proposed changes. Please see my comments below.
  
   On Tue, Feb 14, 2012 at 3:22 PM, Amila Jayasekara ami...@wso2.com
   wrote:
  
   Hi All,
  
   We had a review discussion on Carbon Authenticators and following
 are
   the review notes.
  
   1. There are some common logic that should be implemented in every
   authenticator. Currently invoking this logic is duplicated among
   authenticators. So to avoid that we are planning to come up with an
   abstract Authenticator implementation.
   2. As per now AuthenticationHandler first invokes
 AuthenticationAdmin
   and then it calls chain of authenticators. The AuthenticationAdmin
   call is not necessary. We need to refactor code in such a way that
   authenticator it self will only handle authenticating logic (Rather
   than within the Handler).
   3. Properly implement authenticator chaining pattern. Make use
   “isHandle”, “priority”, “isAuthenticated” methods and make only
   authenticator aware about the logic.
   4. After cleaning up the API, implement “Basic Auth” authenticator.
   (As first step)
  
  
   5. Cleanup Carbon.UI framework to improve the plugability of custom
   authenticators. I recently wrote an authenticator, but I had to hard
   code
   some URLs in the CarbonSecurityHttpContext class. Please have a look
 at
   the
   following method in this class.
  
   private boolean skipSSOSessionInvalidation(String requestedURI) {
   boolean skipSessionInvalidation = false;
   if ((requestedURI.indexOf(/samlsso)  -1)
   || (requestedURI.indexOf(sso-saml/login.jsp)  -1)
   ||
   (requestedURI.indexOf(stratos-sso/login_ajaxprocessor.jsp)  -1)
   ||
   (requestedURI.indexOf(sso-saml/redirect_ajaxprocessor.jsp)  -1)
   ||
   (requestedURI.indexOf(stratos-sso/redirect_ajaxprocessor.jsp)  -1)
   ||
   (requestedURI.indexOf(sso-acs/redirect_ajaxprocessor.jsp)  -1)
   ||
   (requestedURI.indexOf(stratos-auth/redirect_ajaxprocessor.jsp) 
 -1))
   {
   skipSessionInvalidation = true;
   }
   return skipSessionInvalidation;
   }
  
   As a part of this effort, lets refactor this bit of code as well.
 
 
  I have looked into this already, I will come up with set of handler
  implementations(same as axis2 handlers) to clean up that lengthy method.
 We
  will discuss once I am done with the code.
 
  Thank you.
 
 
  +1. Will take above into consideration as well. If possible please
  create a carbon Jira and assigned to me.
 
  Thanks
  AmilaJ
 
  
   Thanks,
   Sameera.
  
  
   Thanks
   AmilaJ
  
   --
   Mobile : +94773330538
  
   ___
   Carbon-dev mailing list
   Carbon-dev@wso2.org
   http://mail.wso2.org/cgi-bin/mailman/listinfo/carbon-dev
  
  
  
  
   --
   Sameera Jayasoma
   Technical Lead and Product Manager, WSO2 Carbon
  
   WSO2, Inc. (http://wso2.com)
   email: same...@wso2.com
   blog: http://tech.jayasoma.org
  
  
   Lean . Enterprise . Middleware
  
   ___
   Carbon-dev mailing list
   Carbon-dev@wso2.org
   http://mail.wso2.org/cgi-bin/mailman/listinfo/carbon-dev
  
 
 
 
  --
  Mobile : +94773330538
  ___
  Carbon-dev mailing list
  Carbon-dev@wso2.org
  http://mail.wso2.org/cgi-bin/mailman/listinfo/carbon-dev
 
 
 
 
  

Re: [Carbon-dev] Cleaning up Carbon Authenticator Framework

2012-02-14 Thread Prabath Siriwardena
On Tue, Feb 14, 2012 at 3:31 PM, Afkham Azeez az...@wso2.com wrote:



 On Tue, Feb 14, 2012 at 3:22 PM, Amila Jayasekara ami...@wso2.com wrote:

 Hi All,

 We had a review discussion on Carbon Authenticators and following are
 the review notes.

 1. There are some common logic that should be implemented in every
 authenticator. Currently invoking this logic is duplicated among
 authenticators. So to avoid that we are planning to come up with an
 abstract Authenticator implementation.
 2. As per now AuthenticationHandler first invokes AuthenticationAdmin
 and then it calls chain of authenticators. The AuthenticationAdmin
 call is not necessary. We need to refactor code in such a way that
 authenticator it self will only handle authenticating logic (Rather
 than within the Handler).
 3. Properly implement authenticator chaining pattern. Make use
 “isHandle”


 Shouldn't this be isHandle*d*?


Yes.. we discussed today to change the name.. and suggestion was to rename
it to canHandle()..

Thanks  regards,
-Prabath




 , “priority”, “isAuthenticated” methods and make only
 authenticator aware about the logic.
 4. After cleaning up the API, implement “Basic Auth” authenticator.
 (As first step)

 Thanks
 AmilaJ

 --
 Mobile : +94773330538
 ___
 Carbon-dev mailing list
 Carbon-dev@wso2.org
 http://mail.wso2.org/cgi-bin/mailman/listinfo/carbon-dev




 --
 *Afkham Azeez*
 Director of Architecture; WSO2, Inc.; http://wso2.com
 Member; Apache Software Foundation; http://www.apache.org/
 * http://www.apache.org/**
 email: **az...@wso2.com* az...@wso2.com* cell: +94 77 3320919
 blog: **http://blog.afkham.org* http://blog.afkham.org*
 twitter: **http://twitter.com/afkham_azeez*http://twitter.com/afkham_azeez
 *
 linked-in: **http://lk.linkedin.com/in/afkhamazeez*
 *
 *
 *Lean . Enterprise . Middleware*


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




-- 
Thanks  Regards,
Prabath

Mobile : +94 71 809 6732

http://blog.facilelogin.com
http://RampartFAQ.com
___
Carbon-dev mailing list
Carbon-dev@wso2.org
http://mail.wso2.org/cgi-bin/mailman/listinfo/carbon-dev


Re: [Carbon-dev] java.lang.ClassNotFoundException: com.google.gdata.util.AuthenticationException while starting AS trunk build

2012-02-08 Thread Prabath Siriwardena
On Wed, Feb 8, 2012 at 5:29 PM, Thilina Buddhika thili...@wso2.com wrote:

 I think this is coming from the Google spreadsheet sample.

 On a related note, in few customer sites I have observed errors from this
 sample due to internet connectivity issues. It may take some time for a new
 user to realize that this issue is due to a connectivity issue.

 Although it does not have any impact on the functionality of the product,
 it affects the first impression. Shall we keep this as a sample, but not
 deploy this particular sample by default ?


+1 - me too have experienced the same issue.. IIRC there was a discussion
sometime back not to deploy samples by default...

Thanks  regards,
-Prabath



 Thanks,
 Thilina


 On Wed, Feb 8, 2012 at 4:51 PM, Dinusha Senanayaka dinu...@wso2.comwrote:

 I ll look into this.

 Regards,
 Dinusha.

 On Wed, Feb 8, 2012 at 4:22 PM, Rajika Kumarasiri raj...@wso2.comwrote:

 [2012-02-08 16:16:14,369] ERROR
 {org.wso2.carbon.utils.deployment.Axis2ServiceRegistry} -  Error building
 service from bundle : Symbolic Name:
 org.wso2.carbon.dataservices.core,Bundle Version: 4.0.0.SNAPSHOT, ID: 135
 java.lang.NoClassDefFoundError:
 com/google/gdata/util/AuthenticationException
 at java.lang.Class.forName0(Native Method)
 at java.lang.Class.forName(Class.java:247)
  at
 org.apache.axis2.description.java2wsdl.DefaultSchemaGenerator.init(DefaultSchemaGenerator.java:140)
 at org.apache.axis2.deployment.util.Utils.fillAxisService(Utils.java:453)
  at
 org.apache.axis2.deployment.ServiceBuilder.populateService(ServiceBuilder.java:397)
 at
 org.apache.axis2.deployment.ServiceGroupBuilder.populateServiceGroup(ServiceGroupBuilder.java:101)
  at
 org.wso2.carbon.utils.deployment.Axis2ServiceRegistry.addServices(Axis2ServiceRegistry.java:215)
 at
 org.wso2.carbon.utils.deployment.Axis2ServiceRegistry.register(Axis2ServiceRegistry.java:105)
  at
 org.wso2.carbon.utils.deployment.Axis2ServiceRegistry.register(Axis2ServiceRegistry.java:91)
 at
 org.wso2.carbon.core.init.CarbonServerManager.initializeCarbon(CarbonServerManager.java:439)
  at
 org.wso2.carbon.core.init.CarbonServerManager.removePendingItem(CarbonServerManager.java:265)
 at
 org.wso2.carbon.core.init.PreAxis2ConfigItemListener.bundleChanged(PreAxis2ConfigItemListener.java:117)
  at
 org.eclipse.osgi.framework.internal.core.BundleContextImpl.dispatchEvent(BundleContextImpl.java:847)
 at
 org.eclipse.osgi.framework.eventmgr.EventManager.dispatchEvent(EventManager.java:230)
  at
 org.eclipse.osgi.framework.eventmgr.EventManager$EventThread.run(EventManager.java:340)
 Caused by: java.lang.ClassNotFoundException:
 com.google.gdata.util.AuthenticationException
  at
 org.eclipse.osgi.internal.loader.BundleLoader.findClassInternal(BundleLoader.java:513)
 at
 org.eclipse.osgi.internal.loader.BundleLoader.findClass(BundleLoader.java:429)
  at
 org.eclipse.osgi.internal.loader.BundleLoader.findClass(BundleLoader.java:417)
 at
 org.eclipse.osgi.internal.baseadaptor.DefaultClassLoader.loadClass(DefaultClassLoader.java:107)
  at java.lang.ClassLoader.loadClass(ClassLoader.java:248)
 at java.lang.ClassLoader.loadClassInternal(ClassLoader.java:316)
  ... 15 more
 [2012-02-08 16:16:15,156]  INFO
 {org.wso2.carbon.core.deployment.DeploymentInterceptor} -  Deployi

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



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




 --
 Thilina Buddhika
 Associate Technical Lead
 WSO2 Inc. ; http://wso2.com
 lean . enterprise . middleware

 phone : +94 77 44 88 727
 blog : http://blog.thilinamb.com

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




-- 
Thanks  Regards,
Prabath

Mobile : +94 71 809 6732

http://blog.facilelogin.com
http://RampartFAQ.com
___
Carbon-dev mailing list
Carbon-dev@wso2.org
http://mail.wso2.org/cgi-bin/mailman/listinfo/carbon-dev


Re: [Carbon-dev] [Architecture] [ANN] Jaggery Milestone-2 Released !

2012-02-02 Thread Prabath Siriwardena
On Wed, Feb 1, 2012 at 9:32 AM, Samisa Abeysinghe sam...@wso2.com wrote:

 So I need to wrap this as a war?

 Well that is not that user friendly :(

 Why cannot I just upload the jss file?


+1 - also I guess we need to have an in-built editor - change the file on
the editor - save - results reflected..

Thanks  regards,
-Prabath




 On Wed, Feb 1, 2012 at 9:21 AM, Samisa Abeysinghe sam...@wso2.com wrote:



 On Wed, Feb 1, 2012 at 9:17 AM, Nuwan Bandara nu...@wso2.com wrote:

 Hi Yumani,

 On Wed, Feb 1, 2012 at 8:51 AM, Yumani Ranaweera yum...@wso2.comwrote:

 Hi,

 http://host:9763/samples/ is returning an HTTP 404 for me. Could you
 please chck.


 Its samples/index.jss


  Well, this is the 'Go To URL link causeing 
 404https://wso2.org/jira/browse/JAGGERY-33

 See https://wso2.org/jira/browse/JAGGERY-33

 This is an absolute blocker on M2

 Thanks,
 Samisa...

 Samisa Abeysinghe
 VP Engineering
 WSO2 Inc.
 http://wso2.com
 http://wso2.org

  Thanks,
 Samisa...

 Samisa Abeysinghe
 VP Engineering
 WSO2 Inc.
 http://wso2.com
 http://wso2.org



 ___
 Architecture mailing list
 architect...@wso2.org
 https://mail.wso2.org/cgi-bin/mailman/listinfo/architecture




-- 
Thanks  Regards,
Prabath

Mobile : +94 71 809 6732

http://blog.facilelogin.com
http://RampartFAQ.com
___
Carbon-dev mailing list
Carbon-dev@wso2.org
http://mail.wso2.org/cgi-bin/mailman/listinfo/carbon-dev


[Carbon-dev] Adding Thrift support for the ESB entitlement mediator

2012-01-30 Thread Prabath Siriwardena
After the work done by Hasini and Asela on exposing XACML PDP over Thrift,
we experienced a 16 times performance improvement..

Asela/Hasini can you please own the $subject as well... let's plan to do
this for Carbon 4.0.0...

-- 
Thanks  Regards,
Prabath

Mobile : +94 71 809 6732

http://blog.facilelogin.com
http://RampartFAQ.com
___
Carbon-dev mailing list
Carbon-dev@wso2.org
http://mail.wso2.org/cgi-bin/mailman/listinfo/carbon-dev


[Carbon-dev] Identity Server code needs some refactoring

2012-01-29 Thread Prabath Siriwardena
Hi folks,

Some of the code in identity components haven't evolved since it's first
carbon migration...

We need some refactoring in
identity.core/identity.provider/identity.relyingparty components..

1. We have centralized persistence code - identity.core - we need to move
those logic to the corresponding components [This is same as the BIG
PersistenceManager we had in Carbon]
2. OpenID/SAML2/XMPP code need to be separated out from the
identity.provider code
3. Need to remove some data stored in registry and need to maintain a
separate DB
4. We also need to maintain OpenID statistics and possibly write a BAM
agent to publish those stats to BAM
5. Once we have [1] and [2] done - we can have a better set of Carbon
features

I am currently working on 1 and 2 - please let me know if you have any
concerns...

-- 
Thanks  Regards,
Prabath

Mobile : +94 71 809 6732

http://blog.facilelogin.com
http://RampartFAQ.com
___
Carbon-dev mailing list
Carbon-dev@wso2.org
http://mail.wso2.org/cgi-bin/mailman/listinfo/carbon-dev


Re: [Carbon-dev] Identity Server code needs some refactoring

2012-01-29 Thread Prabath Siriwardena
On Mon, Jan 30, 2012 at 5:24 AM, Rajika Kumarasiri raj...@wso2.com wrote:

 I found the security component could have some code level improvements.
 May be you need to add that to the list too.


+1

Thanks  regards,
-Prabath



 Rajika

 On Mon, Jan 30, 2012 at 10:13 AM, Prabath Siriwardena prab...@wso2.comwrote:

 Hi folks,

 Some of the code in identity components haven't evolved since it's first
 carbon migration...

 We need some refactoring in
 identity.core/identity.provider/identity.relyingparty components..

 1. We have centralized persistence code - identity.core - we need to move
 those logic to the corresponding components [This is same as the BIG
 PersistenceManager we had in Carbon]
 2. OpenID/SAML2/XMPP code need to be separated out from the
 identity.provider code
 3. Need to remove some data stored in registry and need to maintain a
 separate DB
 4. We also need to maintain OpenID statistics and possibly write a BAM
 agent to publish those stats to BAM
 5. Once we have [1] and [2] done - we can have a better set of Carbon
 features

 I am currently working on 1 and 2 - please let me know if you have any
 concerns...

 --
 Thanks  Regards,
 Prabath

 Mobile : +94 71 809 6732

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


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



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




-- 
Thanks  Regards,
Prabath

Mobile : +94 71 809 6732

http://blog.facilelogin.com
http://RampartFAQ.com
___
Carbon-dev mailing list
Carbon-dev@wso2.org
http://mail.wso2.org/cgi-bin/mailman/listinfo/carbon-dev


Re: [Carbon-dev] Shall we remove InfoCard feature from the Identity Server product..?

2012-01-27 Thread Prabath Siriwardena
Removed InfoCards from Identity Server - there are some more refactoring
needs to be done - working on those...

Thanks  regards,
-Prabath

On Wed, Dec 14, 2011 at 2:31 AM, Amila Suriarachchi am...@wso2.com wrote:



 On Mon, Dec 12, 2011 at 3:50 PM, Prabath Siriwardena prab...@wso2.comwrote:

 $subject.. WDYT..? We can do it in the trunk...


 +1. if MSFT has already done that there is no reason us to keep it.

 thanks,
 Amila.


 --
 Thanks  Regards,
 Prabath

 http://blog.facilelogin.com
 http://RampartFAQ.com
 ___
 Carbon-dev mailing list
 Carbon-dev@wso2.org
 http://mail.wso2.org/cgi-bin/mailman/listinfo/carbon-dev



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




-- 
Thanks  Regards,
Prabath

Mobile : +94 71 809 6732

http://blog.facilelogin.com
http://RampartFAQ.com
___
Carbon-dev mailing list
Carbon-dev@wso2.org
http://mail.wso2.org/cgi-bin/mailman/listinfo/carbon-dev


Re: [Carbon-dev] Shall we remove XKMS feature from ESB..?

2012-01-26 Thread Prabath Siriwardena
On Thu, Jan 26, 2012 at 6:59 PM, Paul Fremantle p...@wso2.com wrote:

 +1. And from all products except IS?


+1

Thanks  regards,
-Prabath



 Paul

 On 26 January 2012 13:27, Prabath Siriwardena prab...@wso2.com wrote:

 $subject

 --
 Thanks  Regards,
 Prabath

 Mobile : +94 71 809 6732

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


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




 --
 Paul Fremantle
 CTO and Co-Founder, WSO2
 OASIS WS-RX TC Co-chair, VP, Apache Synapse

 UK: +44 207 096 0336
 US: +1 646 595 7614

 blog: http://pzf.fremantle.org
 twitter.com/pzfreo
 p...@wso2.com

 wso2.com Lean Enterprise Middleware

 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.


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




-- 
Thanks  Regards,
Prabath

Mobile : +94 71 809 6732

http://blog.facilelogin.com
http://RampartFAQ.com
___
Carbon-dev mailing list
Carbon-dev@wso2.org
http://mail.wso2.org/cgi-bin/mailman/listinfo/carbon-dev


Re: [Carbon-dev] Shall we remove XKMS feature from ESB..?

2012-01-26 Thread Prabath Siriwardena
Done... Removed from ESB, AS and BPS.

Thanks  regards,
-Prabath

On Thu, Jan 26, 2012 at 1:32 PM, Thilina Buddhika thili...@wso2.com wrote:



 On Thu, Jan 26, 2012 at 7:01 PM, Prabath Siriwardena prab...@wso2.comwrote:



 On Thu, Jan 26, 2012 at 6:59 PM, Paul Fremantle p...@wso2.com wrote:

 +1. And from all products except IS?


 +1


 +1.

 Thanks,
 Thilina



 Thanks  regards,
 -Prabath



 Paul

 On 26 January 2012 13:27, Prabath Siriwardena prab...@wso2.com wrote:

 $subject

 --
 Thanks  Regards,
 Prabath

 Mobile : +94 71 809 6732

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


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




 --
 Paul Fremantle
 CTO and Co-Founder, WSO2
 OASIS WS-RX TC Co-chair, VP, Apache Synapse

 UK: +44 207 096 0336
 US: +1 646 595 7614

 blog: http://pzf.fremantle.org
 twitter.com/pzfreo
 p...@wso2.com

 wso2.com Lean Enterprise Middleware

 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.


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




 --
 Thanks  Regards,
 Prabath

 Mobile : +94 71 809 6732

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


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




 --
 Thilina Buddhika
 Associate Technical Lead
 WSO2 Inc. ; http://wso2.com
 lean . enterprise . middleware

 phone : +94 77 44 88 727
 blog : http://blog.thilinamb.com

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




-- 
Thanks  Regards,
Prabath

Mobile : +94 71 809 6732

http://blog.facilelogin.com
http://RampartFAQ.com
___
Carbon-dev mailing list
Carbon-dev@wso2.org
http://mail.wso2.org/cgi-bin/mailman/listinfo/carbon-dev


Re: [Carbon-dev] Carbon 3.2.0 branch is still frozen for any commits

2012-01-16 Thread Prabath Siriwardena
Hi Tharindu,

Let's discuss the approach for 3.2.4... we were thinking about having only
few people having access to the branch - so we can commit only the critical
fixes in a very controlled manner..

Thanks  regards,
-Prabath

On Mon, Jan 16, 2012 at 5:45 PM, Tharindu Mathew thari...@wso2.com wrote:

 As this release is done with, we need to focus on 3.2.4...

 Please unfreeze this branch...


 On Wed, Dec 21, 2011 at 5:24 PM, Yasith Tharindu yas...@wso2.com wrote:

 Hi;

 Commits rights  removed from 3.2.0 branch. Please check and confirm

 Thanks

 On Wed, Dec 21, 2011 at 4:25 PM, Prabath Siriwardena prab...@wso2.comwrote:

 Hi folks,

 Thanks a lot for cooperating in getting the 3.2.3 release out..  Please
 note that Carbon 3.2.0 branch is still frozen for any commits - and commit
 rights will be removed from the branch...

 Please fix any issues in the trunk and later we can merge those back to
 the branch when necessary

 --
 Thanks  Regards,
 Prabath

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

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




 --
 ~Thanks
 Yasith Tharindu,WSO2 Inc,
 Blog : http://www.yasith.info
 Twitter : http://twitter.com/yasithnd
 LinkedIn : http://www.linkedin.com/in/yasithnd

 ' lean ' enterprise ' middleware ' http://wso2.com

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




 --
 Regards,

 Tharindu

 blog: http://mackiemathew.com/
 M: +9459908


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




-- 
Thanks  Regards,
Prabath

Mobile : +94 71 809 6732

http://blog.facilelogin.com
http://RampartFAQ.com
___
Carbon-dev mailing list
Carbon-dev@wso2.org
http://mail.wso2.org/cgi-bin/mailman/listinfo/carbon-dev


[Carbon-dev] Message Processor doc missing in the ESB 4.0.3 docs..

2012-01-13 Thread Prabath Siriwardena
Looks like Message Processor doc is missing in the ESB 4.0.3 docs.. And
also in the ESB hosted documentation

http://wso2.org/project/esb/java/4.0.3/docs/message_processor.html

-- 
Thanks  Regards,
Prabath

Mobile : +94 71 809 6732

http://blog.facilelogin.com
http://RampartFAQ.com
___
Carbon-dev mailing list
Carbon-dev@wso2.org
http://mail.wso2.org/cgi-bin/mailman/listinfo/carbon-dev


Re: [Carbon-dev] Kerberos Authentication with WSO2 identity.

2012-01-03 Thread Prabath Siriwardena
Hi Bram,

With the default setup you cannot authenticate users to the IS
management console through Kerberos..

But - you do it by writing your own Kerberos authenticator - then you
need to write all kerberos based authentication logic there in the
authenticator...

Thanks  regards,
-Prabath



On Wed, Jan 4, 2012 at 1:55 AM, Bram Cymet bcy...@cbnco.com wrote:
 Hi,

 I am trying to figure out if it is possible to use Kerberos to
 authenticate users with the Identity server.

 What I am trying to do is take my existing Kerberos/LDAP
 Authentication/Authorization setup and expose it as a SAML service.

 Thanks,

 --
 Bram Cymet
 Software Developer
 Canadian Bank Note Co. Ltd.
 613-608-9752
 ___
 Carbon-dev mailing list
 Carbon-dev@wso2.org
 http://mail.wso2.org/cgi-bin/mailman/listinfo/carbon-dev



-- 
Thanks  Regards,
Prabath

Mobile : +94 71 809 6732

http://blog.facilelogin.com
http://RampartFAQ.com
___
Carbon-dev mailing list
Carbon-dev@wso2.org
http://mail.wso2.org/cgi-bin/mailman/listinfo/carbon-dev


Re: [Carbon-dev] Kerberos Authentication with WSO2 identity.

2012-01-03 Thread Prabath Siriwardena
To add more.. if you are trying to do something similar to what is in
[1] - then that's possible..

[Secure the STS with Kerberos and get a SAML token from it]

Thanks  regards,
-Prabath

[1]: 
http://blog.facilelogin.com/2011/11/cross-domain-authentication-patterns.html

On Wed, Jan 4, 2012 at 9:52 AM, Prabath Siriwardena prab...@wso2.com wrote:
 Hi Bram,

 With the default setup you cannot authenticate users to the IS
 management console through Kerberos..

 But - you do it by writing your own Kerberos authenticator - then you
 need to write all kerberos based authentication logic there in the
 authenticator...

 Thanks  regards,
 -Prabath



 On Wed, Jan 4, 2012 at 1:55 AM, Bram Cymet bcy...@cbnco.com wrote:
 Hi,

 I am trying to figure out if it is possible to use Kerberos to
 authenticate users with the Identity server.

 What I am trying to do is take my existing Kerberos/LDAP
 Authentication/Authorization setup and expose it as a SAML service.

 Thanks,

 --
 Bram Cymet
 Software Developer
 Canadian Bank Note Co. Ltd.
 613-608-9752
 ___
 Carbon-dev mailing list
 Carbon-dev@wso2.org
 http://mail.wso2.org/cgi-bin/mailman/listinfo/carbon-dev



 --
 Thanks  Regards,
 Prabath

 Mobile : +94 71 809 6732

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



-- 
Thanks  Regards,
Prabath

Mobile : +94 71 809 6732

http://blog.facilelogin.com
http://RampartFAQ.com
___
Carbon-dev mailing list
Carbon-dev@wso2.org
http://mail.wso2.org/cgi-bin/mailman/listinfo/carbon-dev


[Carbon-dev] 'About' page in all the products

2012-01-02 Thread Prabath Siriwardena
When we click on the 'About' link on the login page of all the
products - it points to the Carbon About page with lots of information
- which includes all our products..

I guess - we need to have product specific 'About' pages for all the products...

-- 
Thanks  Regards,
Prabath

Mobile : +94 71 809 6732

http://blog.facilelogin.com
http://RampartFAQ.com
___
Carbon-dev mailing list
Carbon-dev@wso2.org
http://mail.wso2.org/cgi-bin/mailman/listinfo/carbon-dev


Re: [Carbon-dev] 'About' page in all the products

2012-01-02 Thread Prabath Siriwardena
On Tue, Jan 3, 2012 at 8:22 AM, Senaka Fernando sen...@wso2.com wrote:
 Hi Prabath, Sameera,

 No, you have product specific About pages. And, if you haven't got that, the
 product teams have not done that. For example, G-Reg and ESB (and perhaps a
 few others) have its own About page, from what I know.

Yes... this is fine with GReg - seems like an issue with the IS..

Thanks  regards,
-Prabath


 Thanks,
 Senaka.


 On Mon, Jan 2, 2012 at 2:25 PM, Sameera Jayasoma same...@wso2.com wrote:



 On Mon, Jan 2, 2012 at 2:21 PM, Prabath Siriwardena prab...@wso2.com
 wrote:

 When we click on the 'About' link on the login page of all the
 products - it points to the Carbon About page with lots of information
 - which includes all our products..

 I guess - we need to have product specific 'About' pages for all the
 products...


 +1.

 Thanks,
 Sameera.


 --
 Thanks  Regards,
 Prabath

 Mobile : +94 71 809 6732

 http://blog.facilelogin.com
 http://RampartFAQ.com
 ___
 Carbon-dev mailing list
 Carbon-dev@wso2.org
 http://mail.wso2.org/cgi-bin/mailman/listinfo/carbon-dev




 --
 Sameera Jayasoma
 Technical Lead and Product Manager, WSO2 Carbon

 WSO2, Inc. (http://wso2.com)
 email: same...@wso2.com
 blog: http://tech.jayasoma.org

 Lean . Enterprise . Middleware

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




 --
 Senaka Fernando
 Product Manager - WSO2 Governance Registry;
 Associate Technical Lead; WSO2 Inc.; http://wso2.com
 Member; Apache Software Foundation; http://apache.org

 E-mail: senaka AT wso2.com
 P: +1 408 754 7388; ext: 51736; M: +94 77 322 1818
 Linked-In: http://linkedin.com/in/senakafernando

 Lean . Enterprise . Middleware


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




-- 
Thanks  Regards,
Prabath

Mobile : +94 71 809 6732

http://blog.facilelogin.com
http://RampartFAQ.com
___
Carbon-dev mailing list
Carbon-dev@wso2.org
http://mail.wso2.org/cgi-bin/mailman/listinfo/carbon-dev


[Carbon-dev] How we broke the build in 2011 :-)

2012-01-01 Thread Prabath Siriwardena
Welcome back folks, after the vacation - and wish you all very happy
new year...!!!

[1] lists all possible ways how we broke the build in 2011 :-) Please
take two minutes go through them...

It's boring to break the build in the same way we did in 2011 - so
let's not repeat them - if you find much innovative ways - please
update [1] :-)

Thanks everyone who contributed to build the list...

Thanks  regards,
-Prabath

[1]: 
https://docs.google.com/a/wso2.com/document/d/1Cuj62jX8nA2bcZSDEpfIp72fF6ts9_7ASyChkARgOcw/edit

-- Forwarded message --
From: Prabath Siriwardena prab...@wso2.com
Date: Thu, Dec 8, 2011 at 9:12 AM
Subject: How we break the build..? :-)
To: carbon-dev-group carbon-dev@wso2.org


Nothing serious.. just for fun.. following are few ways how we did
break the build in the past.. :-) Please add whatever you remember how
you or your colleague broke the build... No names please

1. Changed a public API, built the components in my product and committed
2. Added a new method to an interface - updated it's implementation in
my product and committed - forgot to send mail to carbon-dev on the
interface change
3. Added new class - builds fine locally - committed all the other
changes - forgot to commit the new file
4. Added new a component - added a new feature - committed both -
updated the root pom of features - but, forgot to update the root pom
of components
5. Added a new dependency to the pom of my component - did some code
changes - did an svn stat from ../src - committed all code changes -
missed the pom with the new dependency

Let's build this list.. :)

--
Thanks  Regards,
Prabath

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


-- 
Thanks  Regards,
Prabath

Mobile : +94 71 809 6732

http://blog.facilelogin.com
http://RampartFAQ.com
___
Carbon-dev mailing list
Carbon-dev@wso2.org
http://mail.wso2.org/cgi-bin/mailman/listinfo/carbon-dev


[Carbon-dev] Carbon 3.2.0 branch is still frozen for any commits

2011-12-21 Thread Prabath Siriwardena
Hi folks,

Thanks a lot for cooperating in getting the 3.2.3 release out..  Please
note that Carbon 3.2.0 branch is still frozen for any commits - and commit
rights will be removed from the branch...

Please fix any issues in the trunk and later we can merge those back to the
branch when necessary

-- 
Thanks  Regards,
Prabath

http://blog.facilelogin.com
http://RampartFAQ.com
___
Carbon-dev mailing list
Carbon-dev@wso2.org
http://mail.wso2.org/cgi-bin/mailman/listinfo/carbon-dev


Re: [Carbon-dev] Carbon 3.2.3 packs to be released

2011-12-20 Thread Prabath Siriwardena
We need to crate the source packs.. Madhuka.. can you please work on that..
Please talk to Senaka - he will help you..

Thanks  regards,
-Prabath

On Tue, Dec 20, 2011 at 6:01 PM, Sanjeewa Malalgoda sanje...@wso2.comwrote:

 Hi Dasunpriya,
 You can get the signed packs from following url. you can host them.

 http://builder1.us1.wso2.org/~carbon320/releases/carbon/3.2.3/latest/signed_packs/final-packs/

 Thanks.


 On Tue, Dec 20, 2011 at 5:08 PM, Yumani Ranaweera yum...@wso2.com wrote:



 On Tue, Dec 20, 2011 at 5:03 PM, Sanjeewa Malalgoda sanje...@wso2.comwrote:

 Hope you have checked release data, licence, read me texts all. Else RMs
 please take some time and check it.


 This is done for G-Reg pack.

 Regards,
 Yumani



 Thanks.


 On Tue, Dec 20, 2011 at 4:58 PM, Sandapa Handakumbura 
 sand...@wso2.comwrote:

 Hi,

 Smoke test done for ESB 4.0.3 (latest pack) and it's good to release.

 Regards,
 Sandapa


 On Tue, Dec 20, 2011 at 4:47 PM, Pavithra Madurangi 
 pavit...@wso2.comwrote:

 Hi,

 Did a smoke test to the IS pack found at [1] and it's okay to be
 released.

 [1]
 http://builder1.us1.wso2.org/~carbon320/releases/carbon/3.2.3/latest/

 Thanks,
 Pavithra
 On Tue, Dec 20, 2011 at 11:57 AM, Prabath Siriwardena 
 prab...@wso2.com wrote:

 Hi Charitha,

 Can you please confirm whether we are okay to release...


 Thanks  regards,
 -Prabath

 On Tue, Dec 20, 2011 at 11:54 AM, Sanjeewa Malalgoda 
 sanje...@wso2.com wrote:

 Latest packs available in following url. RM's please sign the packs.
 http://builder1.us1.wso2.org/~carbon320/releases/carbon/3.2.3/latest/

 Thanks.
 --
 *Sanjeewa Malalgoda*
 Software Engineer
 **
 *WSO2, Inc.*
 lean.enterprise.middleware.

 mobile : +94 713068779
 web: http://wso2.com
  http://sanjeewamalalgoda.blogspot.com/blog
 :http://sanjeewamalalgoda.blogspot.com/http://sanjeewamalalgoda.blogspot.com/

 [image:
 http://wso2.com/wp-content/themes/wso2ng-v2/images/logos/stratos_logo_h42.gif]


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




 --
 Thanks  Regards,
 Prabath

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

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




 --
 Pavithra
 --
 Pavithra Madurangi
 email : pavit...@wso2.com; phone: +94 77 720 7357


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



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




 --
 *Sanjeewa Malalgoda*
 Software Engineer
 **
 *WSO2, Inc.*
 lean.enterprise.middleware.

 mobile : +94 713068779
 web: http://wso2.com
  http://sanjeewamalalgoda.blogspot.com/blog
 :http://sanjeewamalalgoda.blogspot.com/http://sanjeewamalalgoda.blogspot.com/

 [image:
 http://wso2.com/wp-content/themes/wso2ng-v2/images/logos/stratos_logo_h42.gif]


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




 --
 Yumani Ranaweera
 WSO2, Inc. - http://wso2.org
 Email : yum...@wso2.com
 Cell: +94 077 7795242
 Blog   : http://yumani.blogspot.com/

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




 --
 *Sanjeewa Malalgoda*
 Software Engineer
 **
 *WSO2, Inc.*
 lean.enterprise.middleware.

 mobile : +94 713068779
 web: http://wso2.com
  http://sanjeewamalalgoda.blogspot.com/blog
 :http://sanjeewamalalgoda.blogspot.com/http://sanjeewamalalgoda.blogspot.com/

 [image:
 http://wso2.com/wp-content/themes/wso2ng-v2/images/logos/stratos_logo_h42.gif]


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




-- 
Thanks  Regards,
Prabath

http://blog.facilelogin.com
http://RampartFAQ.com
___
Carbon-dev mailing list
Carbon-dev@wso2.org
http://mail.wso2.org/cgi-bin/mailman/listinfo/carbon-dev


Re: [Carbon-dev] Carbon 3.2.3 packs to be released

2011-12-20 Thread Prabath Siriwardena
On Tue, Dec 20, 2011 at 6:11 PM, Prabath Siriwardena prab...@wso2.comwrote:

 We need to crate the source packs.. Madhuka.. can you please work on
 that.. Please talk to Senaka - he will help you..


Tag : https://svn.wso2.org/repos/wso2/tags/carbon/3.2.3/

Thanks  regards,
-Prabath



 Thanks  regards,
 -Prabath


 On Tue, Dec 20, 2011 at 6:01 PM, Sanjeewa Malalgoda sanje...@wso2.comwrote:

 Hi Dasunpriya,
 You can get the signed packs from following url. you can host them.

 http://builder1.us1.wso2.org/~carbon320/releases/carbon/3.2.3/latest/signed_packs/final-packs/

 Thanks.


 On Tue, Dec 20, 2011 at 5:08 PM, Yumani Ranaweera yum...@wso2.comwrote:



 On Tue, Dec 20, 2011 at 5:03 PM, Sanjeewa Malalgoda 
 sanje...@wso2.comwrote:

 Hope you have checked release data, licence, read me texts all. Else
 RMs please take some time and check it.


 This is done for G-Reg pack.

 Regards,
 Yumani



 Thanks.


 On Tue, Dec 20, 2011 at 4:58 PM, Sandapa Handakumbura sand...@wso2.com
  wrote:

 Hi,

 Smoke test done for ESB 4.0.3 (latest pack) and it's good to release.

 Regards,
 Sandapa


 On Tue, Dec 20, 2011 at 4:47 PM, Pavithra Madurangi pavit...@wso2.com
  wrote:

 Hi,

 Did a smoke test to the IS pack found at [1] and it's okay to be
 released.

 [1]
 http://builder1.us1.wso2.org/~carbon320/releases/carbon/3.2.3/latest/

 Thanks,
 Pavithra
 On Tue, Dec 20, 2011 at 11:57 AM, Prabath Siriwardena 
 prab...@wso2.com wrote:

 Hi Charitha,

 Can you please confirm whether we are okay to release...


 Thanks  regards,
 -Prabath

 On Tue, Dec 20, 2011 at 11:54 AM, Sanjeewa Malalgoda 
 sanje...@wso2.com wrote:

 Latest packs available in following url. RM's please sign the packs.

 http://builder1.us1.wso2.org/~carbon320/releases/carbon/3.2.3/latest/

 Thanks.
 --
 *Sanjeewa Malalgoda*
 Software Engineer
 **
 *WSO2, Inc.*
 lean.enterprise.middleware.

 mobile : +94 713068779
 web: http://wso2.com
  http://sanjeewamalalgoda.blogspot.com/blog
 :http://sanjeewamalalgoda.blogspot.com/http://sanjeewamalalgoda.blogspot.com/

 [image:
 http://wso2.com/wp-content/themes/wso2ng-v2/images/logos/stratos_logo_h42.gif]


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




 --
 Thanks  Regards,
 Prabath

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

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




 --
 Pavithra
 --
 Pavithra Madurangi
 email : pavit...@wso2.com; phone: +94 77 720 7357


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



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




 --
 *Sanjeewa Malalgoda*
 Software Engineer
 **
 *WSO2, Inc.*
 lean.enterprise.middleware.

 mobile : +94 713068779
 web: http://wso2.com
  http://sanjeewamalalgoda.blogspot.com/blog
 :http://sanjeewamalalgoda.blogspot.com/http://sanjeewamalalgoda.blogspot.com/

 [image:
 http://wso2.com/wp-content/themes/wso2ng-v2/images/logos/stratos_logo_h42.gif]


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




 --
 Yumani Ranaweera
 WSO2, Inc. - http://wso2.org
 Email : yum...@wso2.com
 Cell: +94 077 7795242
 Blog   : http://yumani.blogspot.com/

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




 --
 *Sanjeewa Malalgoda*
 Software Engineer
 **
 *WSO2, Inc.*
 lean.enterprise.middleware.

 mobile : +94 713068779
 web: http://wso2.com
  http://sanjeewamalalgoda.blogspot.com/blog
 :http://sanjeewamalalgoda.blogspot.com/http://sanjeewamalalgoda.blogspot.com/

 [image:
 http://wso2.com/wp-content/themes/wso2ng-v2/images/logos/stratos_logo_h42.gif]


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




 --
 Thanks  Regards,
 Prabath

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




-- 
Thanks  Regards,
Prabath

http://blog.facilelogin.com
http://RampartFAQ.com
___
Carbon-dev mailing list
Carbon-dev@wso2.org
http://mail.wso2.org/cgi-bin/mailman/listinfo/carbon-dev


Re: [Carbon-dev] Release plan for Carbon 3.2.3

2011-12-19 Thread Prabath Siriwardena
We have done a complete build and Sanjeewa will share the location soon..

Thanks  regards,
-Prabath

On Mon, Dec 19, 2011 at 3:04 PM, Vijayaratha Vijayasingam
rat...@wso2.comwrote:

 Hi,
 are we going to sign and host the packs in builder machine? If so, what is
 the location...? except greg other products can be signed?
 -ratha


 On 19 December 2011 13:03, Senaka Fernando sen...@wso2.com wrote:

 Hi all,

 FYI, I have attached the fixed jars so that we can start verifying them
 even before the builds are made available.

 Thanks,
 Senaka.


 On Mon, Dec 19, 2011 at 12:48 PM, Senaka Fernando sen...@wso2.comwrote:

 Done and Sanjeewa just started building.

 Thanks,
 Senaka.


 On Mon, Dec 19, 2011 at 11:29 AM, Prabath Siriwardena 
 prab...@wso2.comwrote:

 There are some regression issues in G-Reg and Senaka is working on the
 fixes...

 Please do not commit anything other than that..

 Thanks  regards,
 -Prabath


 On Sun, Dec 18, 2011 at 9:44 PM, Prabath Siriwardena 
 prab...@wso2.comwrote:

 We'll be tagging the branch tomorrow afternoon to do the 3.2.3
 release.. PM/RMs please keep the release notes ready..

 Once we create the 3.2.3 tag tomorrow - we can start working on the
 3.2.4 - please do not commit to 3.2.0 branch till then..

 Thanks  regards,
 -Prabath

 On Wed, Dec 14, 2011 at 2:03 PM, Prabath Siriwardena prab...@wso2.com
  wrote:

 Hi folks,

 Following is the plan for the Carbon 3.2.3 release..

 1. Final RC will be done today - build in progress
 2. Any L1/Regressions will be fixed after being reviewed by the
 PMs/RMs
 3. Expected release date 20th December - Tuesday next week...

 Please do NOT commit to 3.2.0 branch...

 --
 Thanks  Regards,
 Prabath

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




 --
 Thanks  Regards,
 Prabath

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




 --
 Thanks  Regards,
 Prabath

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




 --
 *Senaka Fernando*
 Product Manager - WSO2 Governance Registry;
 Associate Technical Lead; WSO2 Inc.; http://wso2.com*
 Member; Apache Software Foundation; http://apache.org

 E-mail: senaka AT wso2.com
 **P: +1 408 754 7388; ext: 51736*; *M: +94 77 322 1818
 Linked-In: http://linkedin.com/in/senakafernando

 *Lean . Enterprise . Middleware




 --
 *Senaka Fernando*
 Product Manager - WSO2 Governance Registry;
 Associate Technical Lead; WSO2 Inc.; http://wso2.com*
 Member; Apache Software Foundation; http://apache.org

 E-mail: senaka AT wso2.com
 **P: +1 408 754 7388; ext: 51736*; *M: +94 77 322 1818
 Linked-In: http://linkedin.com/in/senakafernando

 *Lean . Enterprise . Middleware





-- 
Thanks  Regards,
Prabath

http://blog.facilelogin.com
http://RampartFAQ.com
___
Carbon-dev mailing list
Carbon-dev@wso2.org
http://mail.wso2.org/cgi-bin/mailman/listinfo/carbon-dev


Re: [Carbon-dev] Using the same invalid characters for username/rolesnames and Registry resources

2011-12-19 Thread Prabath Siriwardena
On Mon, Dec 19, 2011 at 9:31 PM, Supun Malinga sup...@wso2.com wrote:



 On Mon, Dec 19, 2011 at 9:12 PM, Thilina Buddhika thili...@wso2.comwrote:

 Hi Folks,

 At the moment, the two invalid character sets used in UM(for usernames
 and rolenames) and Registry (for Registry resources) are not synced. But in
 some of the components, username is used as part of the registry
 resources. Due to this , there are so many Carbon jira's created for
 broken functionality when there are characters in the usernames/rolesnames
 which are considered invalid for registry resource names.  When I reviewed
 Jiras created for Identity and Security components, I found nearly 10-15
 Jiras created for similar cases. I think it is the case for other
 components as well.

 So I suggest we should consider the same set of characters as invalid for
 both UM and Registry.


 +1
 How about introducing a JS function into core ui bundle that can filter
 and identify the invalid characters. I also faced this kind of issue where
 sql  injection was possible when I hadn't controlled the role-names allowed
 into server-roles component. So I ended up in adding my own js function to
 filter these. If it is available from core ui utils itself it would be much
 easier to define a common rule-set for allowing characters for property
 names from the ui, etc.


This also needs to be checked both at the UI level as well as at the
service level - and UI should ideally ask the validation rule from the BE
and then validate.. and BE should also validate independently...

Thanks  regards,
-Prabath



 thanks,


 Thanks,
 Thilina


 --
 Thilina Buddhika
 Associate Technical Lead
 WSO2 Inc. ; http://wso2.com
 lean . enterprise . middleware

 phone : +94 77 44 88 727
 blog : http://blog.thilinamb.com

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




 --
 Supun Malinga,

 Software Engineer,
 WSO2 Inc.
 http://wso2.com
 http://wso2.org
 email - sup...@wso2.com sup...@wso2.com
 mobile - 071 56 91 321


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




-- 
Thanks  Regards,
Prabath

http://blog.facilelogin.com
http://RampartFAQ.com
___
Carbon-dev mailing list
Carbon-dev@wso2.org
http://mail.wso2.org/cgi-bin/mailman/listinfo/carbon-dev


[Carbon-dev] [Stack Overflow] WSO2 - Using get-property() function in Property/Xquery Mediators

2011-12-19 Thread Prabath Siriwardena
http://stackoverflow.com/questions/8402322/wso2-using-get-property-function-in-property-xquery-mediators

Can someone from ESB team please have a look...

-- 
Thanks  Regards,
Prabath

http://blog.facilelogin.com
http://RampartFAQ.com
___
Carbon-dev mailing list
Carbon-dev@wso2.org
http://mail.wso2.org/cgi-bin/mailman/listinfo/carbon-dev


Re: [Carbon-dev] Carbon 3.2.3 packs to be released

2011-12-19 Thread Prabath Siriwardena
Hi Charitha,

Can you please confirm whether we are okay to release...


Thanks  regards,
-Prabath

On Tue, Dec 20, 2011 at 11:54 AM, Sanjeewa Malalgoda sanje...@wso2.comwrote:

 Latest packs available in following url. RM's please sign the packs.
 http://builder1.us1.wso2.org/~carbon320/releases/carbon/3.2.3/latest/

 Thanks.
 --
 *Sanjeewa Malalgoda*
 Software Engineer
 **
 *WSO2, Inc.*
 lean.enterprise.middleware.

 mobile : +94 713068779
 web: http://wso2.com
  http://sanjeewamalalgoda.blogspot.com/blog
 :http://sanjeewamalalgoda.blogspot.com/http://sanjeewamalalgoda.blogspot.com/

 [image:
 http://wso2.com/wp-content/themes/wso2ng-v2/images/logos/stratos_logo_h42.gif]


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




-- 
Thanks  Regards,
Prabath

http://blog.facilelogin.com
http://RampartFAQ.com
___
Carbon-dev mailing list
Carbon-dev@wso2.org
http://mail.wso2.org/cgi-bin/mailman/listinfo/carbon-dev


Re: [Carbon-dev] Unit test failure at Branch 3.2.3 axis2- 1.6.1-wso2v4

2011-12-18 Thread Prabath Siriwardena
There are no commits to the 3.2.0 dependancies since we did the last build
to QA - which was built with tests...

Sanjeewa/Madhuka, can you please have a look...

Thanks  regards
-Prabath

On Mon, Dec 19, 2011 at 9:44 AM, Dushan Abeyruwan dus...@wso2.com wrote:

 Hi
There was  a possible test failure at axis2 while running unit test,
 this failure scenario happens at arbitrary mode please ref trace
 for further ref,

 17-Dec-2011 03:54:04 Tests run: 1, Failures: 0, Errors: 0, Skipped: 0,
 Time elapsed: 0.013 sec 17-Dec-2011 03:54:04*Running
 org.apache.axis2.databinding.utils.BeanUtilTest* 17-Dec-2011 03:54:04 *Tests
 run: 11, Failures: 0, Errors: 11, Skipped: 0, Time elapsed: 0.035 sec 
 FAILURE!* 17-Dec-2011 03:54:04Running
 org.apache.axis2.databinding.utils.ConverterUtilTest 17-Dec-2011 
 03:54:04Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.034 
 sec17-Dec-2011 03:54:0417-Dec-2011 03:54:04Results
 : 17-Dec-2011 03:54:04 17-Dec-2011 03:54:04Tests in error: 17-Dec-2011
 03:54:04
 testSimpleArrayList(org.apache.axis2.databinding.ADBSOAPModelBuilderTest 
 17-Dec-2011
 03:54:04
 testPrintEvents(org.apache.axis2.databinding.ADBSOAPModelBuilderTest)17-Dec-2011
  03:54:04
 testPrintEvents2(org.apache.axis2.databinding.ADBSOAPModelBuilderTest) 
 17-Dec-2011
 03:54:04
 testConvertToDOOM(org.apache.axis2.databinding.ADBSOAPModelBuilderTest)17-Dec-2011
  03:54:04
 testConvertToDOOM2(org.apache.axis2.databinding.ADBSOAPModelBuilderTest) 
 17-Dec-2011
 03:54:04
 testComplexObjectArrayScenario(org.apache.axis2.databinding.utils.reader.ADBXMLStreamReaderTest)17-Dec-2011
  03:54:04
 testComplexObjectArrayScenarioWithNulls(org.apache.axis2.databinding.utils.reader.ADBXMLStreamReaderTest)
  17-Dec-2011
 03:54:04
 testComplexObjectArrayScenarioEmptyArray(org.apache.axis2.databinding.utils.reader.ADBXMLStreamReaderTest)17-Dec-2011
  03:54:04
 testComplexArrayList(org.apache.axis2.databinding.utils.reader.ADBXMLStreamReaderTest)
  17-Dec-2011
 03:54:04
 testWithOMElements(org.apache.axis2.databinding.utils.reader.ADBXMLStreamReaderTest)17-Dec-2011
  03:54:04
 testNullableAttribute(org.apache.axis2.databinding.utils.reader.ADBXMLStreamReaderTest)
  17-Dec-2011
 03:54:04
 testSimpleStringArrayScenario(org.apache.axis2.databinding.utils.reader.ADBXMLStreamReaderTest)17-Dec-2011
  03:54:04
 testSimpleStringArrayScenarioWithNulls(org.apache.axis2.databinding.utils.reader.ADBXMLStreamReaderTest)
  17-Dec-2011
 03:54:04
 testComplexStringArrayScenarioWithMixedContent(org.apache.axis2.databinding.utils.reader.ADBXMLStreamReaderTest)17-Dec-2011
  03:54:04
 testComplexStringArrayScenarioWithNull(org.apache.axis2.databinding.utils.reader.ADBXMLStreamReaderTest)
  17-Dec-2011
 03:54:04
 testAttributes(org.apache.axis2.databinding.utils.reader.ADBXMLStreamReaderTest)17-Dec-2011
  03:54:04
 testElementText(org.apache.axis2.databinding.utils.reader.ADBXMLStreamReaderTest)
  17-Dec-2011
 03:54:04
 testUnQualifiedAttributes(org.apache.axis2.databinding.utils.reader.ADBXMLStreamReaderTest)17-Dec-2011
  03:54:04
 testBase64EncodedText(org.apache.axis2.databinding.utils.reader.ADBXMLStreamReaderTest)
  17-Dec-2011
 03:54:04
 testQualifiedElement(org.apache.axis2.databinding.utils.reader.ADBXMLStreamReaderTest)17-Dec-2011
  03:54:04
 testNamedOMBuilder1(org.apache.axis2.databinding.utils.NamedStaxOMBuilderTest)
  17-Dec-2011
 03:54:04
 testProcessObjectAsSimpleType(org.apache.axis2.databinding.utils.BeanUtilTest)17-Dec-2011
  03:54:04
 testProcessObjectAsOmElement(org.apache.axis2.databinding.utils.BeanUtilTest) 
 17-Dec-2011
 03:54:04
 testProcessObjectAsNull(org.apache.axis2.databinding.utils.BeanUtilTest)17-Dec-2011
  03:54:04
 testProcessObjectAsByteArray(org.apache.axis2.databinding.utils.BeanUtilTest) 
 17-Dec-2011
 03:54:04
 testProcessObjectAsList(org.apache.axis2.databinding.utils.BeanUtilTest)17-Dec-2011
  03:54:04
 testProcessObjectAsDataHandler(org.apache.axis2.databinding.utils.BeanUtilTest)
  17-Dec-2011
 03:54:04
 testProcessObjectAsComplexType(org.apache.axis2.databinding.utils.BeanUtilTest)17-Dec-2011
  03:54:04
 testProcessObjectAsObject(org.apache.axis2.databinding.utils.BeanUtilTest) 
 17-Dec-2011
 03:54:04
 testGetOMElementWithDataHandlerArg(org.apache.axis2.databinding.utils.BeanUtilTest)17-Dec-2011
  03:54:04
 testProcessObjectWithWrongType(org.apache.axis2.databinding.utils.BeanUtilTest)
  17-Dec-2011
 03:54:04
 testDeserializeWithWrongType(org.apache.axis2.databinding.utils.BeanUtilTest)17-Dec-2011
  03:54:0417-Dec-2011 03:54:04Tests
 run: 63, Failures: 0, Errors: 32, Skipped: 0 17-Dec-2011 03:54:04 17-Dec-2011
 03:54:04 [INFO]
 17-Dec-2011
  03:54:04[ERROR]
 BUILD FAILURE 17-Dec-2011 03:54:04 [INFO]
 17-Dec-2011
  03:54:04[INFO]
 There are test failures. 17-Dec-2011 03:54:04 17-Dec-2011 03:54:04 Please
 refer to
 

Re: [Carbon-dev] Release plan for Carbon 3.2.3

2011-12-18 Thread Prabath Siriwardena
There are some regression issues in G-Reg and Senaka is working on the
fixes...

Please do not commit anything other than that..

Thanks  regards,
-Prabath

On Sun, Dec 18, 2011 at 9:44 PM, Prabath Siriwardena prab...@wso2.comwrote:

 We'll be tagging the branch tomorrow afternoon to do the 3.2.3 release..
 PM/RMs please keep the release notes ready..

 Once we create the 3.2.3 tag tomorrow - we can start working on the 3.2.4
 - please do not commit to 3.2.0 branch till then..

 Thanks  regards,
 -Prabath

 On Wed, Dec 14, 2011 at 2:03 PM, Prabath Siriwardena prab...@wso2.comwrote:

 Hi folks,

 Following is the plan for the Carbon 3.2.3 release..

 1. Final RC will be done today - build in progress
 2. Any L1/Regressions will be fixed after being reviewed by the PMs/RMs
 3. Expected release date 20th December - Tuesday next week...

 Please do NOT commit to 3.2.0 branch...

 --
 Thanks  Regards,
 Prabath

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




 --
 Thanks  Regards,
 Prabath

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




-- 
Thanks  Regards,
Prabath

http://blog.facilelogin.com
http://RampartFAQ.com
___
Carbon-dev mailing list
Carbon-dev@wso2.org
http://mail.wso2.org/cgi-bin/mailman/listinfo/carbon-dev


Re: [Carbon-dev] [Architecture] WSO2 BAM 2.0.0-ALPHA Released!

2011-12-16 Thread Prabath Siriwardena
On Sat, Dec 17, 2011 at 3:18 AM, Tharindu Mathew thari...@wso2.com wrote:



 P.S. : You should upgrade your java version from 1.6.0_14 to 1.6.0_21 or
 later as there are some bugs in that JDK version... This is not related to
 the issue you are facing :)


In fact  1.6.0_24 or later - there was a security bug in 21...

Thanks  regards,
-Prabath


 On Sat, Dec 17, 2011 at 2:02 AM, Jorge Infante Osorio jorg...@uci.cuwrote:

 HI Tharindu. This is a major improvement to BAM.

 I stared in windows OS with errors:

 D:\DesarrolloWS\BAM\wso2bam-2.0.0-ALPHA\binwso2server.bat
 JAVA_HOME environment variable is set to c:\Archivos de
 programa\Java\jdk1.6.0_14
 CARBON_HOME environment variable is set to
 D:\DESARR~2\BAM\WSO2BA~1.0-A\bin\..
 [2011-12-16 14:45:08,000]  INFO {org.wso2.carbon.server.Main} -
 Initializing system...
 [2011-12-16 14:45:08,281]  INFO
 {org.wso2.carbon.server.transports.http.HttpTransport} -  Created
 Connector
 [HTTP_11_NIO://*:9770]
 [2011-12-16 14:45:08,281]  INFO
 {org.wso2.carbon.server.transports.http.HttpTransport} -  Created
 Connector
 [HTTPS_11_NIO://*:9450]
 [2011-12-16 14:45:08,437]  INFO
 {org.wso2.carbon.server.TomcatCarbonWebappDeployer} -  Deployed Carbon
 webapp:
 StandardEngine[Tomcat].StandardHost[defaulthost].StandardContext[/]
 [2011-12-16 14:45:08,765]  INFO
 {org.wso2.carbon.atomikos.TransactionFactory} -  Starting Atomikos
 Transaction Manager 3.7.0
 [2011-12-16 14:45:20,203]  INFO
 {org.wso2.carbon.cassandra.dataaccess.DataAccessComponentManager} -  There
 is no \repository\conf\advanced\cassandra-component.xml. Using the defaul
 t configuration
 [2011-12-16 14:45:20,406]  INFO
 {org.wso2.carbon.core.internal.CarbonCoreActivator} -  Starting WSO2
 Carbon...
 [2011-12-16 14:45:20,406]  INFO
 {org.wso2.carbon.core.internal.CarbonCoreActivator} -  Operating System :
 Windows XP 5.1, x86
 [2011-12-16 14:45:20,406]  INFO
 {org.wso2.carbon.core.internal.CarbonCoreActivator} -  Java Home:
 c:\Archivos de programa\Java\jdk1.6.0_14\jre
 [2011-12-16 14:45:20,406]  INFO
 {org.wso2.carbon.core.internal.CarbonCoreActivator} -  Java Version :
 1.6.0_14-ea
 [2011-12-16 14:45:20,406]  INFO
 {org.wso2.carbon.core.internal.CarbonCoreActivator} -  Java VM  :
 Java HotSpot(TM) Client VM 14.0-b11,Sun Microsystems Inc.
 [2011-12-16 14:45:20,406]  INFO
 {org.wso2.carbon.core.internal.CarbonCoreActivator} -  Carbon Home  :
 D:\DESARR~2\BAM\WSO2BA~1.0-A\bin\..
 [2011-12-16 14:45:20,406]  INFO
 {org.wso2.carbon.core.internal.CarbonCoreActivator} -  Java Temp Dir:
 D:\DESARR~2\BAM\WSO2BA~1.0-A\bin\..\tmp
 [2011-12-16 14:45:20,406]  INFO
 {org.wso2.carbon.core.internal.CarbonCoreActivator} -  User :
 Administrador, es-ES, America/New_York
 [2011-12-16 14:45:23,046]  INFO
 {org.wso2.carbon.ldap.server.configuration.LDAPConfigurationBuilder} -
  KDC
 server is disabled.
 [2011-12-16 14:45:23,046]  INFO
 {org.wso2.carbon.ldap.server.DirectoryActivator} -  Embedded LDAP is
 disabled.
 [2011-12-16 14:45:29,218]  INFO
 {org.wso2.carbon.user.core.authorization.PermissionTree} -  updated
 permission tree from database for tenant 0
 [2011-12-16 14:45:29,953]  INFO
 {org.wso2.carbon.registry.core.internal.RegistryCoreServiceComponent} -
 Registry Mode: READ-WRITE
 [2011-12-16 14:45:30,734]  INFO
 {org.wso2.carbon.dashboard.dashboardpopulator.GadgetPopulator} -  Couldn't
 find a Dashboard at 'D:\DESARR~2\BAM\WSO2BA~1.0-A\bin\..\repository\resou
 rces\dashboard\dashboard.xml'. Giving up.
 [2011-12-16 14:45:30,734]  INFO
 {org.wso2.carbon.dashboard.dashboardpopulator.GadgetPopulator} -  Couldn't
 find contents at 'D:\DESARR~2\BAM\WSO2BA~1.0-A\bin\..\repository\resource
 s\dashboard\gadgets'. Giving up.
 [2011-12-16 14:45:32,515]  INFO
 {org.wso2.carbon.registry.core.internal.RegistryCoreServiceComponent} -
 Registry Mode: READ-WRITE
 [2011-12-16 14:45:32,531]  INFO
 {org.wso2.carbon.cassandra.server.internal.CassandraServerDSComponent} -
 There is no \repository\conf\advanced\cassandra.yaml. Using the default co
 nfiguration
 [2011-12-16 14:45:32,562]  INFO
 {org.apache.cassandra.service.AbstractCassandraDaemon} -  Heap size:
 266469376/532742144
 [2011-12-16 14:45:32,609]  INFO {org.apache.cassandra.utils.CLibrary} -
  JNA
 not found. Native methods will be disabled.
 [2011-12-16 14:45:32,671] ERROR
 {org.apache.cassandra.config.DatabaseDescriptor} -  Fatal error: Cannot
 locate \org\wso2\carbon\cassandra\server\deployment\cassandra_default.yaml
 Bad configuration; unable to start server
 D:\DesarrolloWS\BAM\wso2bam-2.0.0-ALPHA\bin

 After bypass this minor errors and Start again the server I see this:

 [2011-12-16 15:26:07,357]  INFO
 {org.apache.cassandra.service.GCInspector} -
 GC for MarkSweepCompact: 502 ms, 297880 reclaimed leaving 103355864 used;
 max is 834732032
 java.net.BindException: Could not bind to 0.0.0.0/0.0.0.0:5679
at

 org.apache.qpid.transport.network.mina.MINANetworkDriver.bind(MINANetworkDri
 ver.java:173)
at 

Re: [Carbon-dev] Release plan for Carbon 3.2.3

2011-12-15 Thread Prabath Siriwardena
PMs/RMs please decide on the commits and proceed...

Thanks  regards,
-Prabath

On Thu, Dec 15, 2011 at 3:53 PM, Vijayaratha Vijayasingam
rat...@wso2.comwrote:

 Hi prabath,
 i would like to commit this fix..
 https://wso2.org/jira/browse/ESBJAVA-850

 thanks
 -Ratha


 On 15 December 2011 15:04, Hasini Gunasinghe has...@wso2.com wrote:

 Hi Prabath,

 I am going to fix some IS product level docs to sync the related docs.

 Thanks,
 Haisni.


 On Thu, Dec 15, 2011 at 1:58 PM, Vijayaratha Vijayasingam 
 rat...@wso2.com wrote:

 Hi prabath..
 In ESB there is a module is outdated..means the new version is not
 available(message-store, it contains fix for a blocker)..
 I would like to fix that..
 Shall i?

 Thanks
 -Ratha


 On 15 December 2011 11:19, Prabath Siriwardena prab...@wso2.com wrote:

 We'll be doing another build tonight.. If you have L1 fixes - please
 discuss in this list and commit the fixes before 7 PM today...

 Thanks  regards,
 -Prabath


 On Wed, Dec 14, 2011 at 2:03 PM, Prabath Siriwardena 
 prab...@wso2.comwrote:

 Hi folks,

 Following is the plan for the Carbon 3.2.3 release..

 1. Final RC will be done today - build in progress
 2. Any L1/Regressions will be fixed after being reviewed by the PMs/RMs
 3. Expected release date 20th December - Tuesday next week...

 Please do NOT commit to 3.2.0 branch...

 --
 Thanks  Regards,
 Prabath

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




 --
 Thanks  Regards,
 Prabath

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



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



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



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




-- 
Thanks  Regards,
Prabath

http://blog.facilelogin.com
http://RampartFAQ.com
___
Carbon-dev mailing list
Carbon-dev@wso2.org
http://mail.wso2.org/cgi-bin/mailman/listinfo/carbon-dev


Re: [Carbon-dev] New set of packs available 3.2.3 Build

2011-12-15 Thread Prabath Siriwardena
Please note that 3.2.0 branch is frozen for any commits...

Thanks  regards,
-Prabath

On Fri, Dec 16, 2011 at 12:37 AM, Madhuka Udantha madh...@wso2.com wrote:

 hi,

 New set of 3.2.3 build packs available in following location[1]. With
 Revision: 117851

 [1]
 http://builder1.us1.wso2.org/~carbon320/releases/carbon/3.2.3/2011-12-15_10-57-46/


 thanks.
 --
 *Madhuka* Udantha
 http://madhukaudantha.blogspot.com/




-- 
Thanks  Regards,
Prabath

http://blog.facilelogin.com
http://RampartFAQ.com
___
Carbon-dev mailing list
Carbon-dev@wso2.org
http://mail.wso2.org/cgi-bin/mailman/listinfo/carbon-dev


[Carbon-dev] Release plan for Carbon 3.2.3

2011-12-14 Thread Prabath Siriwardena
Hi folks,

Following is the plan for the Carbon 3.2.3 release..

1. Final RC will be done today - build in progress
2. Any L1/Regressions will be fixed after being reviewed by the PMs/RMs
3. Expected release date 20th December - Tuesday next week...

Please do NOT commit to 3.2.0 branch...

-- 
Thanks  Regards,
Prabath

http://blog.facilelogin.com
http://RampartFAQ.com
___
Carbon-dev mailing list
Carbon-dev@wso2.org
http://mail.wso2.org/cgi-bin/mailman/listinfo/carbon-dev


Re: [Carbon-dev] How we break the build..? :-)

2011-12-14 Thread Prabath Siriwardena
18. Commit without building...

Thanks  regards,
-Prabath

On Sun, Dec 11, 2011 at 10:19 AM, Supun Malinga sup...@wso2.com wrote:



 On Fri, Dec 9, 2011 at 1:54 PM, Supun Malinga sup...@wso2.com wrote:



 On Fri, Dec 9, 2011 at 1:51 PM, Prabath Abeysekera praba...@wso2.comwrote:

 Just got the update of the number 14. Hence, changing the number to 15.

 15) Commits not being atomic. ;)


 16) not specifying the osgi properties properly and exact. This will give
 error in p2profile-gen goals.. :)


 17) Not properly handling externals!
  one eg: you get some resource externally from another component and
 modify it in your component and commit. original component breaks.




 On Fri, Dec 9, 2011 at 1:45 PM, Anjana Fernando anj...@wso2.com wrote:

 14. work on a component that no one knows about and break other
 people's products! ;) ..

 Cheers,
 Anjana,


 On Thu, Dec 8, 2011 at 4:16 PM, Harshana Martin harsh...@wso2.comwrote:

 13. Add a new module to dependency, orbit and commit only orbit
 related changes.

 Thanks and Regards,
 Harshana


 On Thu, Dec 8, 2011 at 4:04 PM, Prabath Siriwardena 
 prab...@wso2.comwrote:

 12. Commented out some modules from the components root pom [these
 components not needed to my product] and committed it back accidentally..


 Thanks  regards,
 -Prabath


 On Thu, Dec 8, 2011 at 2:37 PM, Supun Malinga sup...@wso2.comwrote:



 On Thu, Dec 8, 2011 at 2:28 PM, Kathiravelu Pradeeban 
 pradee...@wso2.com wrote:

 10. Applying a previously applied patch.
 If we try to apply a patch that was already applied or partially
 applied, it will revert the previous commit of the patch. (Just like
 applying the reverse of the original patch.)


 11. updating the version of a component. you update only in one
 product and forget the rest :)


 I have done that once, I recall.

 Have to take an svn up and check whether the patch is already
 applied before applying it and committing.

 Regards,
 Pradeeban.


 On Thu, Dec 8, 2011 at 2:19 PM, Sameera Jayasoma 
 same...@wso2.comwrote:



 On Thu, Dec 8, 2011 at 9:53 AM, Prabath Siriwardena 
 prab...@wso2.com wrote:

 8. Built without tests and committed - my fix has broken a test
 case


 9. Changes to orbit bundles can caues chaos, unless you build the
 whole thing and verify. These changes includes version changes,
 import/export changes, embedding of jar files.

 Sameera.


 Thanks  regards,
 -Prabath


 On Thu, Dec 8, 2011 at 9:49 AM, Supun Malinga sup...@wso2.comwrote:



 On Thu, Dec 8, 2011 at 9:23 AM, Supun Malinga 
 sup...@wso2.comwrote:
 my bad. wrong number!

 7) most frequent case in patch-releases : when adding a new
 version of a component, we never add the relative path property. :)

 1) most frequent case in patch-releases : when adding a new
 version of a component, we never add the relative path property. :)

 On Thu, Dec 8, 2011 at 9:12 AM, Prabath Siriwardena 
 prab...@wso2.com wrote:

 Nothing serious.. just for fun.. following are few ways how we
 did break the build in the past.. :-) Please add whatever you 
 remember how
 you or your colleague broke the build... No names please

 1. Changed a public API, built the components in my product
 and committed
 2. Added a new method to an interface - updated it's
 implementation in my product and committed - forgot to send mail 
 to
 carbon-dev on the interface change
 3. Added new class - builds fine locally - committed all the
 other changes - forgot to commit the new file
 4. Added new a component - added a new feature - committed
 both - updated the root pom of features - but, forgot to update 
 the root
 pom of components
 5. Added a new dependency to the pom of my component - did
 some code changes - did an svn stat from ../src - committed all 
 code
 changes - missed the pom with the new dependency

 Let's build this list.. :)

 --
 Thanks  Regards,
 Prabath

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

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




 --
 Supun Malinga,

 Software Engineer,
 WSO2 Inc.
 http://wso2.com
 http://wso2.org
 email - sup...@wso2.com sup...@wso2.com
 mobile - 071 56 91 321




 --
 Supun Malinga,

 Software Engineer,
 WSO2 Inc.
 http://wso2.com
 http://wso2.org
 email - sup...@wso2.com sup...@wso2.com
 mobile - 071 56 91 321


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




 --
 Thanks  Regards,
 Prabath

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

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




 --
 Sameera Jayasoma
 Technical Lead and Product Manager, WSO2 Carbon

 WSO2, Inc. (http://wso2.com)
 email: same...@wso2.com
 blog: http://tech.jayasoma.org

 Lean . Enterprise . Middleware

Re: [Carbon-dev] New set of packs available 3.2.3 build

2011-12-14 Thread Prabath Siriwardena
Still the 3.2.0 branch is frozen.. Please don't commit..

Thanks  regards,
-Prabath

On Wed, Dec 14, 2011 at 5:22 PM, Madhuka Udantha madh...@wso2.com wrote:

 hi,

 New set of packs available in following location[1]. With Revision: 117664

 thanks.
 [1]
 http://builder1.us1.wso2.org/~carbon320/releases/carbon/3.2.3/2011-12-14_03-05-27/

 --
 *Madhuka* Udantha
 http://madhukaudantha.blogspot.com/




-- 
Thanks  Regards,
Prabath

http://blog.facilelogin.com
http://RampartFAQ.com
___
Carbon-dev mailing list
Carbon-dev@wso2.org
http://mail.wso2.org/cgi-bin/mailman/listinfo/carbon-dev


Re: [Carbon-dev] Look into Axis2 test failures in Carbon trunk

2011-12-14 Thread Prabath Siriwardena
When committing please double check whether there is an svn external to the
3.2.0 branch - since we have code frozen the branch...

Thanks  regards,
-Prabath

On Thu, Dec 15, 2011 at 8:28 AM, Afkham Azeez az...@wso2.com wrote:



 On Thu, Dec 15, 2011 at 8:02 AM, Amila Suriarachchi am...@wso2.comwrote:



 On Wed, Dec 14, 2011 at 9:30 PM, Afkham Azeez az...@wso2.com wrote:

 Sagara,
 Can you please look into these? We need to fix these as part of the
 stabilization effort.


 Shouldn't carbon trunk point to the axis2 trunk?


 We can't keep on pointing to trunks of 3rd party projects. We have our own
 problems to sort out in the Carbon builds, and the last thing we need is
 some third party build failures also affecting us. We need to go with
 stable versions as much as possible.




 thanks,
 Amila.


 --
 *Afkham Azeez*
 Director of Architecture; WSO2, Inc.; http://wso2.com
 Member; Apache Software Foundation; http://www.apache.org/
 * http://www.apache.org/**
 email: **az...@wso2.com* az...@wso2.com* cell: +94 77 3320919
 blog: **http://blog.afkham.org* http://blog.afkham.org*
 twitter: **http://twitter.com/afkham_azeez*http://twitter.com/afkham_azeez
 *
 linked-in: **http://lk.linkedin.com/in/afkhamazeez*
 *
 *
 *Lean . Enterprise . Middleware*


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



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




 --
 *Afkham Azeez*
 Director of Architecture; WSO2, Inc.; http://wso2.com
 Member; Apache Software Foundation; http://www.apache.org/
 * http://www.apache.org/**
 email: **az...@wso2.com* az...@wso2.com* cell: +94 77 3320919
 blog: **http://blog.afkham.org* http://blog.afkham.org*
 twitter: **http://twitter.com/afkham_azeez*http://twitter.com/afkham_azeez
 *
 linked-in: **http://lk.linkedin.com/in/afkhamazeez*
 *
 *
 *Lean . Enterprise . Middleware*


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




-- 
Thanks  Regards,
Prabath

http://blog.facilelogin.com
http://RampartFAQ.com
___
Carbon-dev mailing list
Carbon-dev@wso2.org
http://mail.wso2.org/cgi-bin/mailman/listinfo/carbon-dev


Re: [Carbon-dev] Release plan for Carbon 3.2.3

2011-12-14 Thread Prabath Siriwardena
We'll be doing another build tonight.. If you have L1 fixes - please
discuss in this list and commit the fixes before 7 PM today...

Thanks  regards,
-Prabath

On Wed, Dec 14, 2011 at 2:03 PM, Prabath Siriwardena prab...@wso2.comwrote:

 Hi folks,

 Following is the plan for the Carbon 3.2.3 release..

 1. Final RC will be done today - build in progress
 2. Any L1/Regressions will be fixed after being reviewed by the PMs/RMs
 3. Expected release date 20th December - Tuesday next week...

 Please do NOT commit to 3.2.0 branch...

 --
 Thanks  Regards,
 Prabath

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




-- 
Thanks  Regards,
Prabath

http://blog.facilelogin.com
http://RampartFAQ.com
___
Carbon-dev mailing list
Carbon-dev@wso2.org
http://mail.wso2.org/cgi-bin/mailman/listinfo/carbon-dev


[Carbon-dev] Carbon 3.2.3 - Each product team please build your individual products with tests

2011-12-13 Thread Prabath Siriwardena
At least one member of each product team please build your own product with
tests...

Most of the time we find these issues while doing the build for QA and it
becomes very time consuming to get those fixes done..

Can we please do the $subject as the first thing in the morning tomorrow..?

Thanks  regards,
-Prabath


-- Forwarded message --
From: Vijayaratha Vijayasingam rat...@wso2.com
Date: Tue, Dec 13, 2011 at 5:46 PM
Subject: Re: [Carbon-dev] ESB test fail in 3.2.3 Branch.
To: Sanjeewa Malalgoda sanje...@wso2.com, carbon-dev carbon-dev@wso2.org


This is fixed..please take up from patch-release/3.2.3/components+ features
pom

-Ratha

On 13 December 2011 16:27, Vijayaratha Vijayasingam rat...@wso2.com wrote:
 Checking this..
 -ratha

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



-- 
Thanks  Regards,
Prabath

http://blog.facilelogin.com
http://RampartFAQ.com
___
Carbon-dev mailing list
Carbon-dev@wso2.org
http://mail.wso2.org/cgi-bin/mailman/listinfo/carbon-dev


[Carbon-dev] No more commits to the 3.2.0 branch please

2011-12-13 Thread Prabath Siriwardena
$subject

We are going to trigger the build in an hour...

-- 
Thanks  Regards,
Prabath

http://blog.facilelogin.com
http://RampartFAQ.com
___
Carbon-dev mailing list
Carbon-dev@wso2.org
http://mail.wso2.org/cgi-bin/mailman/listinfo/carbon-dev


[Carbon-dev] Shall we remove InfoCard feature from the Identity Server product..?

2011-12-12 Thread Prabath Siriwardena
$subject.. WDYT..? We can do it in the trunk...

-- 
Thanks  Regards,
Prabath

http://blog.facilelogin.com
http://RampartFAQ.com
___
Carbon-dev mailing list
Carbon-dev@wso2.org
http://mail.wso2.org/cgi-bin/mailman/listinfo/carbon-dev


Re: [Carbon-dev] Shall we remove InfoCard feature from the Identity Server product..?

2011-12-12 Thread Prabath Siriwardena
On Mon, Dec 12, 2011 at 4:26 PM, Paul Fremantle p...@wso2.com wrote:
 I don't know of anyone using it. I would be +1 and we can always keep it as
 a feature in p2 repo if people really need it. I suggest that we mark it as
 deprecated in our documentation too.

+1

Thanks  regards,
-Prabath


 Paul

 On 12 December 2011 10:20, Prabath Siriwardena prab...@wso2.com wrote:

 $subject.. WDYT..? We can do it in the trunk...

 --
 Thanks  Regards,
 Prabath

 http://blog.facilelogin.com
 http://RampartFAQ.com
 ___
 Carbon-dev mailing list
 Carbon-dev@wso2.org
 http://mail.wso2.org/cgi-bin/mailman/listinfo/carbon-dev




 --
 Paul Fremantle
 CTO and Co-Founder, WSO2
 OASIS WS-RX TC Co-chair, VP, Apache Synapse

 UK: +44 207 096 0336
 US: +1 646 595 7614

 blog: http://pzf.fremantle.org
 twitter.com/pzfreo
 p...@wso2.com

 wso2.com Lean Enterprise Middleware

 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.


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




-- 
Thanks  Regards,
Prabath

http://blog.facilelogin.com
http://RampartFAQ.com
___
Carbon-dev mailing list
Carbon-dev@wso2.org
http://mail.wso2.org/cgi-bin/mailman/listinfo/carbon-dev


Re: [Carbon-dev] Carbon 3.2.3 release : Code freeze : 7 PM IST

2011-12-12 Thread Prabath Siriwardena
Hi folks,

Just a gentle reminder, that - we'll be code freezing in 2.5 hrs..

Thanks  regards,
-Prabath

On Mon, Dec 12, 2011 at 12:31 PM, Prabath Siriwardena prab...@wso2.com wrote:
 Hi folks,
 Carbon 3.2.3 branch will be frozen at 7 PM IST today
 --
 Thanks  Regards,
 Prabath

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



-- 
Thanks  Regards,
Prabath

http://blog.facilelogin.com
http://RampartFAQ.com
___
Carbon-dev mailing list
Carbon-dev@wso2.org
http://mail.wso2.org/cgi-bin/mailman/listinfo/carbon-dev


[Carbon-dev] Can we have a custom field in JIRA to indicate whether a given issue is a regression or not..?

2011-12-12 Thread Prabath Siriwardena
If possible shall we do the the $subject...?

-- 
Thanks  Regards,
Prabath

http://blog.facilelogin.com
http://RampartFAQ.com
___
Carbon-dev mailing list
Carbon-dev@wso2.org
http://mail.wso2.org/cgi-bin/mailman/listinfo/carbon-dev


Re: [Carbon-dev] Carbon 3.2.3 release : Code freeze : 7 PM IST

2011-12-12 Thread Prabath Siriwardena
Hi folks,

Code is frozen now.. No more commits to the 3.2.0 branch please...

Thanks  regards,
-Prabath

On Mon, Dec 12, 2011 at 4:37 PM, Prabath Siriwardena prab...@wso2.comwrote:

 Hi folks,

 Just a gentle reminder, that - we'll be code freezing in 2.5 hrs..

 Thanks  regards,
 -Prabath

 On Mon, Dec 12, 2011 at 12:31 PM, Prabath Siriwardena prab...@wso2.com
 wrote:
  Hi folks,
  Carbon 3.2.3 branch will be frozen at 7 PM IST today
  --
  Thanks  Regards,
  Prabath
 
  http://blog.facilelogin.com
  http://RampartFAQ.com



 --
 Thanks  Regards,
 Prabath

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




-- 
Thanks  Regards,
Prabath

http://blog.facilelogin.com
http://RampartFAQ.com
___
Carbon-dev mailing list
Carbon-dev@wso2.org
http://mail.wso2.org/cgi-bin/mailman/listinfo/carbon-dev


Re: [Carbon-dev] Carbon 3.2.3 release : Code freeze : 7 PM IST

2011-12-12 Thread Prabath Siriwardena
There were some build failures in some components due to the relative
path issue.. Those are fixed now and Sanjeewa will trigger the build
in few minutes...

Thanks  regards,
-Prabath

On Tue, Dec 13, 2011 at 12:48 AM, Madhuka Udantha madh...@wso2.com wrote:
 hi,

 Revision: 117546, Building is Going on


 On Mon, Dec 12, 2011 at 8:42 PM, Madhuka Udantha madh...@wso2.com wrote:

 hi,

 Carbon 3.2.3 Building is progress

 Thank you.


 On Mon, Dec 12, 2011 at 8:05 PM, Prabath Siriwardena prab...@wso2.com
 wrote:

 Hi folks,

 Code is frozen now.. No more commits to the 3.2.0 branch please...

 Thanks  regards,
 -Prabath


 On Mon, Dec 12, 2011 at 4:37 PM, Prabath Siriwardena prab...@wso2.com
 wrote:

 Hi folks,

 Just a gentle reminder, that - we'll be code freezing in 2.5 hrs..

 Thanks  regards,
 -Prabath

 On Mon, Dec 12, 2011 at 12:31 PM, Prabath Siriwardena prab...@wso2.com
 wrote:
  Hi folks,
  Carbon 3.2.3 branch will be frozen at 7 PM IST today
  --
  Thanks  Regards,
  Prabath
 
  http://blog.facilelogin.com
  http://RampartFAQ.com



 --
 Thanks  Regards,
 Prabath

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




 --
 Thanks  Regards,
 Prabath

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

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




 --
 Madhuka Udantha
 http://madhukaudantha.blogspot.com/




 --
 Madhuka Udantha
 http://madhukaudantha.blogspot.com/


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




-- 
Thanks  Regards,
Prabath

http://blog.facilelogin.com
http://RampartFAQ.com
___
Carbon-dev mailing list
Carbon-dev@wso2.org
http://mail.wso2.org/cgi-bin/mailman/listinfo/carbon-dev


[Carbon-dev] Carbon 3.2.3 release : Code freeze : 7 PM IST

2011-12-11 Thread Prabath Siriwardena
Hi folks,
Carbon 3.2.3 branch will be frozen at 7 PM IST today
-- 
Thanks  Regards,
Prabath

http://blog.facilelogin.com
http://RampartFAQ.com
___
Carbon-dev mailing list
Carbon-dev@wso2.org
http://mail.wso2.org/cgi-bin/mailman/listinfo/carbon-dev


Re: [Carbon-dev] HTTP Status 405 in IS 3.2.2

2011-12-10 Thread Prabath Siriwardena
This will be fixed in 3.2.3 release -
https://wso2.org/jira/browse/CARBON-7261

Thanks  regards,
-Prabath

On Sun, Dec 11, 2011 at 10:13 AM, Jorge Infante Osorio jorg...@uci.cuwrote:

 When I try to Access to
 https://localhost:9444/carbon/oauth/docs/userguide.html I see this:

 ** **

 *HTTP Status 405 - HTTP method GET is not supported by this URL*
 --

 *type* Status report

 *message* *HTTP method GET is not supported by this URL*

 *description* *The specified HTTP method is not allowed for the requested
 resource (HTTP method GET is not supported by this URL).*
 --

 *Apache Tomcat/7.0.14*

 ** **

 ** **

 Saludos,

 Ing. Jorge Infante Osorio.

 J´Dpto Soluciones SOA.

 CDAE.

 Fac. 5.

 UCI.

 ** **

   http://www.antiterroristas.cu/


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




-- 
Thanks  Regards,
Prabath

http://blog.facilelogin.com
http://RampartFAQ.com
___
Carbon-dev mailing list
Carbon-dev@wso2.org
http://mail.wso2.org/cgi-bin/mailman/listinfo/carbon-dev


Re: [Carbon-dev] build failure 3.2.3 branch

2011-12-09 Thread Prabath Siriwardena
Hi Anjana,

How about sharing that with the 'How we break the build mail thread
on carbon-dev :-)

Thanks  regards,
-Prabath

On Fri, Dec 9, 2011 at 1:31 PM, Anjana Fernando anj...@wso2.com wrote:
 Hi Ratha,

 Yeah, there was a problem, thanks for reporting it, it's fixed now.

 Cheers,
 Anjana.


 On Fri, Dec 9, 2011 at 12:57 PM, Vijayaratha Vijayasingam rat...@wso2.com
 wrote:

 my orbit has
 apache-zookeeper-3.3.4.wso2v1

 this asks older version..i got update today morning..

 -Rtaha

 On 9 December 2011 12:49, Harshana Martin harsh...@wso2.com wrote:
  Hi Ratha,
 
  This is because you haven't build the zookeeper module in the orbit.
  Build
  zookeeper orbit bundle first and then build components.
 
  Thanks and Regards,
  Harshana
 
  On Fri, Dec 9, 2011 at 12:45 PM, Vijayaratha Vijayasingam
  rat...@wso2.com
  wrote:
 
  is anybody checking this?
 
  -Ratha
 
  On 9 December 2011 12:09, Vijayaratha Vijayasingam rat...@wso2.com
  wrote:
   Please fix asap
  
   INFO]
  
   
   INFO] Building WSO2 Carbon - Coordination Server
   INFO]    task-segment: [clean, install]
   INFO]
  
   
   INFO] [clean:clean {execution: default-clean}]
   ownloading:
  
   http://maven.wso2.org/nexus/content/groups/wso2-public//org/apache/zookeeper/wso2/apach
   -zookeeper/3.3.1.wso2v1/apache-zookeeper-3.3.1.wso2v1.pom
   INFO] Unable to find resource
   'org.apache.zookeeper.wso2:apache-zookeeper:pom:3.3.1.wso2v1' in repo
   itory wso2-nexus
   (http://maven.wso2.org/nexus/content/groups/wso2-public/)
   ownloading:
  
   http://repo1.maven.org/maven2/org/apache/zookeeper/wso2/apache-zookeeper/3.3.1.wso2v1/a
   ache-zookeeper-3.3.1.wso2v1.pom
   INFO] Unable to find resource
   'org.apache.zookeeper.wso2:apache-zookeeper:pom:3.3.1.wso2v1' in repo
   itory central (http://repo1.maven.org/maven2)
   ownloading:
  
   http://maven.wso2.org/nexus/content/groups/wso2-public//org/apache/zookeeper/wso2/apach
   -zookeeper/3.3.1.wso2v1/apache-zookeeper-3.3.1.wso2v1.jar
   INFO] Unable to find resource
   'org.apache.zookeeper.wso2:apache-zookeeper:jar:3.3.1.wso2v1' in repo
   itory wso2-nexus
   (http://maven.wso2.org/nexus/content/groups/wso2-public/)
   ownloading:
  
   http://repo1.maven.org/maven2/org/apache/zookeeper/wso2/apache-zookeeper/3.3.1.wso2v1/a
   ache-zookeeper-3.3.1.wso2v1.jar
   INFO] Unable to find resource
   'org.apache.zookeeper.wso2:apache-zookeeper:jar:3.3.1.wso2v1' in repo
   itory central (http://repo1.maven.org/maven2)
   INFO]
  
   
   ERROR] BUILD ERROR
   INFO]
  
   
   INFO] Failed to resolve artifact.
  
   issing:
   -
   ) org.apache.zookeeper.wso2:apache-zookeeper:jar:3.3.1.wso2v1
  
    Try downloading the file manually from the project website.
  
    Then, install it using the command:
       mvn install:install-file -DgroupId=org.apache.zookeeper.wso2
   -DartifactId=apache-zookeeper -Dv
   rsion=3.3.1.wso2v1 -Dpackaging=jar -Dfile=/path/to/file
  
    Alternatively, if you host your own repository you can deploy the
   file
   there:
       mvn deploy:deploy-file -DgroupId=org.apache.zookeeper.wso2
   -DartifactId=apache-zookeeper -Dver
   ion=3.3.1.wso2v1 -Dpackaging=jar -Dfile=/path/to/file -Durl=[url]
   -DrepositoryId=[id]
  
    Path to dependency:
         1)
   org.wso2.carbon:org.wso2.carbon.coordination.server:bundle:3.2.3
         2) org.apache.zookeeper.wso2:apache-zookeeper:jar:3.3.1.wso2v1
  
   -
    required artifact is missing.
  
   or artifact:
    org.wso2.carbon:org.wso2.carbon.coordination.server:bundle:3.2.3
  
   rom the specified remote repositories:
  ___
  Carbon-dev mailing list
  Carbon-dev@wso2.org
  http://mail.wso2.org/cgi-bin/mailman/listinfo/carbon-dev
 
 
 
 
  --
  Harshana Martin
  Software Engineer
  WSO2 Inc.
  Web:http://wso2.com
            http://wso2.org
 
  Mobile: +94 716062650
  Blog: http://harshana05.blogspot.com
  Profile: https://www.google.com/profiles/harshana05
  Twitter: http://twitter.com/harshana05
 
 
  ___
  Carbon-dev mailing list
  Carbon-dev@wso2.org
  http://mail.wso2.org/cgi-bin/mailman/listinfo/carbon-dev
 
 ___
 Carbon-dev mailing list
 Carbon-dev@wso2.org
 http://mail.wso2.org/cgi-bin/mailman/listinfo/carbon-dev




 --
 Anjana Fernando
 Senior Software Engineer
 WSO2 Inc. | http://wso2.com
 lean . enterprise . middleware

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




-- 
Thanks  Regards,
Prabath

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

Re: [Carbon-dev] Branch 3.2.3 Build Failure at Apache Axis2 - Fast Infoset - task-segment - TEST

2011-12-09 Thread Prabath Siriwardena
Hi Madhuka,

Have we got this issue sorted out...

Thanks  regards,
-Prabath

On Fri, Dec 9, 2011 at 9:51 AM, Madhuka Udantha madh...@wso2.com wrote:

 hi, Sagara

 It occurs when I am build 3.2.3 at builder machine, not in my local
 machine.


 Thank you.


 On Thu, Dec 8, 2011 at 6:21 PM, Sagara Gunathunga sag...@wso2.com wrote:



 On Thu, Dec 8, 2011 at 6:14 PM, Sanjeewa Malalgoda sanje...@wso2.comwrote:

 There was a problem in ports. port  is occupied by some java process
 and this test need to use same port. We were able to fix the issue in both
 builder machines. Still we are investigating this port is open as a result
 of any other test or process.


  Madhuka ,

  Since you reported same issue on your local machine can you run it again
 and see ? First make sure that port  is not bind to any other process.

  Thanks !




 Thanks.


 On Thu, Dec 8, 2011 at 5:22 PM, Sagara Gunathunga sag...@wso2.comwrote:



 On Thu, Dec 8, 2011 at 5:06 PM, Afkham Azeez az...@wso2.com wrote:

 Sagara, can you run a fast infoset sample with WSO2 Axis2 artifacts 
 see whether something fails?


   Sure I will work with Sanjeewa and try for this.

  Thanks !



 On Thu, Dec 8, 2011 at 5:02 PM, Sagara Gunathunga sag...@wso2.comwrote:

 Hi Prabath,

 Few days ago Sanjeewa mentioned this issue to me. I checked Apache
 trunk and branches on my local machine and couldn't find any build issue
 also since we have a build server setup at Apache I can monitor any
 failures. This seems an issue with a WSO2 branch , someone have to cross
 check WSO2 branch and Apache SVN to identify possible code changes cause
 this issue.

 If you feel this is related to configuration of WSO2 build server I
 can provide Apache build server configuration to the build team.

 Thanks !

 On Thu, Dec 8, 2011 at 3:56 PM, Prabath Siriwardena prab...@wso2.com
  wrote:

 Hi Sagara,

 Can you please have a look..

 Thanks  regards,
 -Prabath


 On Thu, Dec 8, 2011 at 3:50 PM, Madhuka Udantha madh...@wso2.comwrote:

 Hi,

 $subject still remain,

 please fix $subject

 Thank you



 On Thu, Dec 1, 2011 at 12:02 PM, Madhuka Udantha 
 madh...@wso2.comwrote:

 Hi,

 Please* $subject Fix.*


 Building* Apache Axis2 - Fast Infoset*
 [INFO]*task-segment*: [clean, install]

 [INFO] [compiler:testCompile {execution: default-testCompile}]
 [INFO] Compiling 5 source files to
 /home/carbon320/323build/3.2.0/dependencies/axis2/1.6.1-wso2v4/modules/fastinfoset/target/test-classes
 [INFO] [surefire:test {execution: default-test}]
 [INFO] Surefire report directory:
 /home/carbon320/323build/3.2.0/dependencies/axis2/1.6.1-wso2v4/modules/fastinfoset/target/surefire-reports

 ---
 * T E S T S*
 ---
 Running org.apache.axis2.fastinfoset.FastInfosetTest
 Tests run: 2, Failures: 0, Errors: 2, Skipped: 0, Time elapsed:
 1.287 sec  FAILURE!
 Running org.apache.axis2.fastinfoset.FastInfosetInputOutputTest
 Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed:
 0.637 sec

 Results :

 Tests in error:

 Tests run: 3, Failures: 0, Errors: 2, Skipped: 0

 [INFO]
 
 [ERROR] BUILD FAILURE
 [INFO]
 
 [INFO] There are test failures.

 Please refer to
 /home/carbon320/323build/3.2.0/dependencies/axis2/1.6.1-wso2v4/modules/fastinfoset/target/surefire-reports
 for the individual test results.



 /dependencies/axis2/1.6.1-wso2v4/modules/fastinfoset/target/surefire-reports$
 *org.apache.axis2.fastinfoset.FastInfosetTest.txt*

 *Test set: org.apache.axis2.fastinfoset.FastInfosetTest*

 ---
 Tests run: 2, Failures: 0, Errors: 2, Skipped: 0, Time elapsed:
 1.157 sec  FAILURE!
 testAdd(org.apache.axis2.fastinfoset.FastInfosetTest)  Time
 elapsed: 0.357 sec   ERROR!
 org.apache.axis2.AxisFault: Invalid UTF-8 middle byte 0x0 (at char
 #0, byte #-1)
 at
 org.apache.axis2.util.Utils.getInboundFaultFromMessageContext(Utils.java:531)
 at
 org.apache.axis2.description.OutInAxisOperationClient.handleResponse(OutInAxisOperation.java:375)
 at
 org.apache.axis2.description.OutInAxisOperationClient.send(OutInAxisOperation.java:421)
 at
 org.apache.axis2.description.OutInAxisOperationClient.executeImpl(OutInAxisOperation.java:229)
 at
 org.apache.axis2.client.OperationClient.execute(OperationClient.java:165)
 at
 org.apache.axis2.fastinfoset.SimpleAddServiceStub.addStrings(SimpleAddServiceStub.java:743)
 at
 org.apache.axis2.fastinfoset.SimpleAddServiceClient.addStrings(SimpleAddServiceClient.java:109)
 at
 org.apache.axis2.fastinfoset.FastInfosetTest.testAdd(FastInfosetTest.java:49)
 at sun.reflect.NativeMethodAccessorImpl.invoke0(Native
 Method

Re: [Carbon-dev] Branch 3.2.3 Build Failure at Apache Axis2 - Fast Infoset - task-segment - TEST

2011-12-08 Thread Prabath Siriwardena
Hi Sagara,

Can you please have a look..

Thanks  regards,
-Prabath

On Thu, Dec 8, 2011 at 3:50 PM, Madhuka Udantha madh...@wso2.com wrote:

 Hi,

 $subject still remain,

 please fix $subject

 Thank you



 On Thu, Dec 1, 2011 at 12:02 PM, Madhuka Udantha madh...@wso2.com wrote:

 Hi,

 Please* $subject Fix.*


 Building* Apache Axis2 - Fast Infoset*
 [INFO]*task-segment*: [clean, install]

 [INFO] [compiler:testCompile {execution: default-testCompile}]
 [INFO] Compiling 5 source files to
 /home/carbon320/323build/3.2.0/dependencies/axis2/1.6.1-wso2v4/modules/fastinfoset/target/test-classes
 [INFO] [surefire:test {execution: default-test}]
 [INFO] Surefire report directory:
 /home/carbon320/323build/3.2.0/dependencies/axis2/1.6.1-wso2v4/modules/fastinfoset/target/surefire-reports

 ---
 * T E S T S*
 ---
 Running org.apache.axis2.fastinfoset.FastInfosetTest
 Tests run: 2, Failures: 0, Errors: 2, Skipped: 0, Time elapsed: 1.287 sec
  FAILURE!
 Running org.apache.axis2.fastinfoset.FastInfosetInputOutputTest
 Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.637 sec

 Results :

 Tests in error:

 Tests run: 3, Failures: 0, Errors: 2, Skipped: 0

 [INFO]
 
 [ERROR] BUILD FAILURE
 [INFO]
 
 [INFO] There are test failures.

 Please refer to
 /home/carbon320/323build/3.2.0/dependencies/axis2/1.6.1-wso2v4/modules/fastinfoset/target/surefire-reports
 for the individual test results.



 /dependencies/axis2/1.6.1-wso2v4/modules/fastinfoset/target/surefire-reports$
 *org.apache.axis2.fastinfoset.FastInfosetTest.txt*

 *Test set: org.apache.axis2.fastinfoset.FastInfosetTest*

 ---
 Tests run: 2, Failures: 0, Errors: 2, Skipped: 0, Time elapsed: 1.157 sec
  FAILURE!
 testAdd(org.apache.axis2.fastinfoset.FastInfosetTest)  Time elapsed:
 0.357 sec   ERROR!
 org.apache.axis2.AxisFault: Invalid UTF-8 middle byte 0x0 (at char #0,
 byte #-1)
 at
 org.apache.axis2.util.Utils.getInboundFaultFromMessageContext(Utils.java:531)
 at
 org.apache.axis2.description.OutInAxisOperationClient.handleResponse(OutInAxisOperation.java:375)
 at
 org.apache.axis2.description.OutInAxisOperationClient.send(OutInAxisOperation.java:421)
 at
 org.apache.axis2.description.OutInAxisOperationClient.executeImpl(OutInAxisOperation.java:229)
 at
 org.apache.axis2.client.OperationClient.execute(OperationClient.java:165)
 at
 org.apache.axis2.fastinfoset.SimpleAddServiceStub.addStrings(SimpleAddServiceStub.java:743)
 at
 org.apache.axis2.fastinfoset.SimpleAddServiceClient.addStrings(SimpleAddServiceClient.java:109)
 at
 org.apache.axis2.fastinfoset.FastInfosetTest.testAdd(FastInfosetTest.java:49)
 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 junit.framework.TestCase.runTest(TestCase.java:168)
 at junit.framework.TestCase.runBare(TestCase.java:134)
 at junit.framework.TestResult$1.protect(TestResult.java:110)
 at junit.framework.TestResult.runProtected(TestResult.java:128)
 at junit.framework.TestResult.run(TestResult.java:113)
 at junit.framework.TestCase.run(TestCase.java:124)
 at junit.framework.TestSuite.runTest(TestSuite.java:232)
 at junit.framework.TestSuite.run(TestSuite.java:227)
 at junit.extensions.TestDecorator.basicRun(TestDecorator.java:24)
 at junit.extensions.TestSetup$1.protect(TestSetup.java:23)
 at junit.framework.TestResult.runProtected(TestResult.java:128)
 at junit.extensions.TestSetup.run(TestSetup.java:27)
 at
 org.junit.internal.runners.JUnit38ClassRunner.run(JUnit38ClassRunner.java:81)
 at
 org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:62)
 at
 org.apache.maven.surefire.suite.AbstractDirectoryTestSuite.executeTestSet(AbstractDirectoryTestSuite.java:140)
 at
 org.apache.maven.surefire.suite.AbstractDirectoryTestSuite.execute(AbstractDirectoryTestSuite.java:165)
 at org.apache.maven.surefire.Surefire.run(Surefire.java:107)
 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
 

Re: [Carbon-dev] How we break the build..? :-)

2011-12-08 Thread Prabath Siriwardena
12. Commented out some modules from the components root pom [these
components not needed to my product] and committed it back accidentally..


Thanks  regards,
-Prabath

On Thu, Dec 8, 2011 at 2:37 PM, Supun Malinga sup...@wso2.com wrote:



 On Thu, Dec 8, 2011 at 2:28 PM, Kathiravelu Pradeeban 
 pradee...@wso2.comwrote:

 10. Applying a previously applied patch.
 If we try to apply a patch that was already applied or partially applied,
 it will revert the previous commit of the patch. (Just like applying the
 reverse of the original patch.)


 11. updating the version of a component. you update only in one product
 and forget the rest :)


 I have done that once, I recall.

 Have to take an svn up and check whether the patch is already applied
 before applying it and committing.

 Regards,
 Pradeeban.


 On Thu, Dec 8, 2011 at 2:19 PM, Sameera Jayasoma same...@wso2.comwrote:



 On Thu, Dec 8, 2011 at 9:53 AM, Prabath Siriwardena prab...@wso2.comwrote:

 8. Built without tests and committed - my fix has broken a test case


 9. Changes to orbit bundles can caues chaos, unless you build the whole
 thing and verify. These changes includes version changes, import/export
 changes, embedding of jar files.

 Sameera.


 Thanks  regards,
 -Prabath


 On Thu, Dec 8, 2011 at 9:49 AM, Supun Malinga sup...@wso2.com wrote:



 On Thu, Dec 8, 2011 at 9:23 AM, Supun Malinga sup...@wso2.com wrote:
 my bad. wrong number!

 7) most frequent case in patch-releases : when adding a new version of
 a component, we never add the relative path property. :)

 1) most frequent case in patch-releases : when adding a new version
 of a component, we never add the relative path property. :)

 On Thu, Dec 8, 2011 at 9:12 AM, Prabath Siriwardena prab...@wso2.com
  wrote:

 Nothing serious.. just for fun.. following are few ways how we did
 break the build in the past.. :-) Please add whatever you remember how 
 you
 or your colleague broke the build... No names please

 1. Changed a public API, built the components in my product and
 committed
 2. Added a new method to an interface - updated it's implementation
 in my product and committed - forgot to send mail to carbon-dev on the
 interface change
 3. Added new class - builds fine locally - committed all the other
 changes - forgot to commit the new file
 4. Added new a component - added a new feature - committed both -
 updated the root pom of features - but, forgot to update the root pom of
 components
 5. Added a new dependency to the pom of my component - did some code
 changes - did an svn stat from ../src - committed all code changes - 
 missed
 the pom with the new dependency

 Let's build this list.. :)

 --
 Thanks  Regards,
 Prabath

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

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




 --
 Supun Malinga,

 Software Engineer,
 WSO2 Inc.
 http://wso2.com
 http://wso2.org
 email - sup...@wso2.com sup...@wso2.com
 mobile - 071 56 91 321




 --
 Supun Malinga,

 Software Engineer,
 WSO2 Inc.
 http://wso2.com
 http://wso2.org
 email - sup...@wso2.com sup...@wso2.com
 mobile - 071 56 91 321


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




 --
 Thanks  Regards,
 Prabath

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

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




 --
 Sameera Jayasoma
 Technical Lead and Product Manager, WSO2 Carbon

 WSO2, Inc. (http://wso2.com)
 email: same...@wso2.com
 blog: http://tech.jayasoma.org

 Lean . Enterprise . Middleware

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




 --
 Kathiravelu Pradeeban.
 Software Engineer.
 WSO2 Inc.

 Blog: [Llovizna] http://kkpradeeban.blogspot.com/


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




 --
 Supun Malinga,

 Software Engineer,
 WSO2 Inc.
 http://wso2.com
 http://wso2.org
 email - sup...@wso2.com sup...@wso2.com
 mobile - 071 56 91 321


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




-- 
Thanks  Regards,
Prabath

http://blog.facilelogin.com
http://RampartFAQ.com
___
Carbon-dev mailing list
Carbon-dev@wso2.org
http://mail.wso2.org/cgi-bin/mailman/listinfo/carbon-dev


Re: [Carbon-dev] Branch 3.2.3 Build Failure at Apache Axis2 - Fast Infoset - task-segment - TEST

2011-12-08 Thread Prabath Siriwardena
Hi Sagara,

Can you please check with the WSO2 Axis2 branch...

Thanks  regards,
-Prabath

On Thu, Dec 8, 2011 at 5:02 PM, Sagara Gunathunga sag...@wso2.com wrote:

 Hi Prabath,

 Few days ago Sanjeewa mentioned this issue to me. I checked Apache trunk
 and branches on my local machine and couldn't find any build issue also
 since we have a build server setup at Apache I can monitor any failures.
 This seems an issue with a WSO2 branch , someone have to cross check WSO2
 branch and Apache SVN to identify possible code changes cause this issue.

 If you feel this is related to configuration of WSO2 build server I can
 provide Apache build server configuration to the build team.

 Thanks !

 On Thu, Dec 8, 2011 at 3:56 PM, Prabath Siriwardena prab...@wso2.comwrote:

 Hi Sagara,

 Can you please have a look..

 Thanks  regards,
 -Prabath


 On Thu, Dec 8, 2011 at 3:50 PM, Madhuka Udantha madh...@wso2.com wrote:

 Hi,

 $subject still remain,

 please fix $subject

 Thank you



 On Thu, Dec 1, 2011 at 12:02 PM, Madhuka Udantha madh...@wso2.comwrote:

 Hi,

 Please* $subject Fix.*


 Building* Apache Axis2 - Fast Infoset*
 [INFO]*task-segment*: [clean, install]

 [INFO] [compiler:testCompile {execution: default-testCompile}]
 [INFO] Compiling 5 source files to
 /home/carbon320/323build/3.2.0/dependencies/axis2/1.6.1-wso2v4/modules/fastinfoset/target/test-classes
 [INFO] [surefire:test {execution: default-test}]
 [INFO] Surefire report directory:
 /home/carbon320/323build/3.2.0/dependencies/axis2/1.6.1-wso2v4/modules/fastinfoset/target/surefire-reports

 ---
 * T E S T S*
 ---
 Running org.apache.axis2.fastinfoset.FastInfosetTest
 Tests run: 2, Failures: 0, Errors: 2, Skipped: 0, Time elapsed: 1.287
 sec  FAILURE!
 Running org.apache.axis2.fastinfoset.FastInfosetInputOutputTest
 Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.637
 sec

 Results :

 Tests in error:

 Tests run: 3, Failures: 0, Errors: 2, Skipped: 0

 [INFO]
 
 [ERROR] BUILD FAILURE
 [INFO]
 
 [INFO] There are test failures.

 Please refer to
 /home/carbon320/323build/3.2.0/dependencies/axis2/1.6.1-wso2v4/modules/fastinfoset/target/surefire-reports
 for the individual test results.



 /dependencies/axis2/1.6.1-wso2v4/modules/fastinfoset/target/surefire-reports$
 *org.apache.axis2.fastinfoset.FastInfosetTest.txt*

 *Test set: org.apache.axis2.fastinfoset.FastInfosetTest*

 ---
 Tests run: 2, Failures: 0, Errors: 2, Skipped: 0, Time elapsed: 1.157
 sec  FAILURE!
 testAdd(org.apache.axis2.fastinfoset.FastInfosetTest)  Time elapsed:
 0.357 sec   ERROR!
 org.apache.axis2.AxisFault: Invalid UTF-8 middle byte 0x0 (at char #0,
 byte #-1)
 at
 org.apache.axis2.util.Utils.getInboundFaultFromMessageContext(Utils.java:531)
 at
 org.apache.axis2.description.OutInAxisOperationClient.handleResponse(OutInAxisOperation.java:375)
 at
 org.apache.axis2.description.OutInAxisOperationClient.send(OutInAxisOperation.java:421)
 at
 org.apache.axis2.description.OutInAxisOperationClient.executeImpl(OutInAxisOperation.java:229)
 at
 org.apache.axis2.client.OperationClient.execute(OperationClient.java:165)
 at
 org.apache.axis2.fastinfoset.SimpleAddServiceStub.addStrings(SimpleAddServiceStub.java:743)
 at
 org.apache.axis2.fastinfoset.SimpleAddServiceClient.addStrings(SimpleAddServiceClient.java:109)
 at
 org.apache.axis2.fastinfoset.FastInfosetTest.testAdd(FastInfosetTest.java:49)
 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 junit.framework.TestCase.runTest(TestCase.java:168)
 at junit.framework.TestCase.runBare(TestCase.java:134)
 at junit.framework.TestResult$1.protect(TestResult.java:110)
 at junit.framework.TestResult.runProtected(TestResult.java:128)
 at junit.framework.TestResult.run(TestResult.java:113)
 at junit.framework.TestCase.run(TestCase.java:124)
 at junit.framework.TestSuite.runTest(TestSuite.java:232)
 at junit.framework.TestSuite.run(TestSuite.java:227)
 at
 junit.extensions.TestDecorator.basicRun(TestDecorator.java:24)
 at junit.extensions.TestSetup$1.protect(TestSetup.java:23)
 at junit.framework.TestResult.runProtected(TestResult.java:128)
 at junit.extensions.TestSetup.run(TestSetup.java:27)
 at
 org.junit.internal.runners.JUnit38ClassRunner.run(JUnit38ClassRunner.java

[Carbon-dev] Carbon 3.2.3 release : Code freeze : 6 PM IST

2011-12-08 Thread Prabath Siriwardena
Hi folks,

Carbon 3.2.3 branch will be frozen at 6 PM IST today

-- 
Thanks  Regards,
Prabath

http://blog.facilelogin.com
http://RampartFAQ.com
___
Carbon-dev mailing list
Carbon-dev@wso2.org
http://mail.wso2.org/cgi-bin/mailman/listinfo/carbon-dev


Re: [Carbon-dev] Carbon 3.2.3 release : Code freeze : 6 PM IST

2011-12-08 Thread Prabath Siriwardena
Only the fixes for L1 are allowed - please associate your commit with
the related JIRA...

Thanks  regards,
-Prabath

On Fri, Dec 9, 2011 at 11:40 AM, Senaka Fernando sen...@wso2.com wrote:
 Hi Prabath,

 As discussed offline, let's postpone this to Monday 6 PM IST and only fix L1
 issues from today 6 PM onwards. We need 4.1.1 to be a stable release, with
 the recent experiences with instability of 4.1.0, and as a part of that, we
 need to ensure that 4.1.1 does not have any blockers.

 Thanks,
 Senaka.


 On Fri, Dec 9, 2011 at 11:00 AM, Sumedha Rubasinghe sume...@wso2.com
 wrote:

 G-Reg is having 8 blockers still.  Senaka will reply on the possibility of
 completion.
 /sumedha


 On Fri, Dec 9, 2011 at 10:26 AM, Prabath Siriwardena prab...@wso2.com
 wrote:

 Hi folks,

 Carbon 3.2.3 branch will be frozen at 6 PM IST today

 --
 Thanks  Regards,
 Prabath

 http://blog.facilelogin.com
 http://RampartFAQ.com
 ___
 Carbon-dev mailing list
 Carbon-dev@wso2.org
 http://mail.wso2.org/cgi-bin/mailman/listinfo/carbon-dev



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




 --
 Senaka Fernando
 Product Manager - WSO2 Governance Registry;
 Associate Technical Lead; WSO2 Inc.; http://wso2.com
 Member; Apache Software Foundation; http://apache.org

 E-mail: senaka AT wso2.com
 P: +1 408 754 7388; ext: 51736; M: +94 77 322 1818
 Linked-In: http://linkedin.com/in/senakafernando

 Lean . Enterprise . Middleware


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




-- 
Thanks  Regards,
Prabath

http://blog.facilelogin.com
http://RampartFAQ.com
___
Carbon-dev mailing list
Carbon-dev@wso2.org
http://mail.wso2.org/cgi-bin/mailman/listinfo/carbon-dev


[Carbon-dev] How we break the build..? :-)

2011-12-07 Thread Prabath Siriwardena
Nothing serious.. just for fun.. following are few ways how we did break
the build in the past.. :-) Please add whatever you remember how you or
your colleague broke the build... No names please

1. Changed a public API, built the components in my product and committed
2. Added a new method to an interface - updated it's implementation in my
product and committed - forgot to send mail to carbon-dev on the interface
change
3. Added new class - builds fine locally - committed all the other changes
- forgot to commit the new file
4. Added new a component - added a new feature - committed both - updated
the root pom of features - but, forgot to update the root pom of components
5. Added a new dependency to the pom of my component - did some code
changes - did an svn stat from ../src - committed all code changes - missed
the pom with the new dependency

Let's build this list.. :)

-- 
Thanks  Regards,
Prabath

http://blog.facilelogin.com
http://RampartFAQ.com
___
Carbon-dev mailing list
Carbon-dev@wso2.org
http://mail.wso2.org/cgi-bin/mailman/listinfo/carbon-dev


Re: [Carbon-dev] How we break the build..? :-)

2011-12-07 Thread Prabath Siriwardena
8. Built without tests and committed - my fix has broken a test case

Thanks  regards,
-Prabath

On Thu, Dec 8, 2011 at 9:49 AM, Supun Malinga sup...@wso2.com wrote:



 On Thu, Dec 8, 2011 at 9:23 AM, Supun Malinga sup...@wso2.com wrote:
 my bad. wrong number!

 7) most frequent case in patch-releases : when adding a new version of a
 component, we never add the relative path property. :)

 1) most frequent case in patch-releases : when adding a new version of a
 component, we never add the relative path property. :)

 On Thu, Dec 8, 2011 at 9:12 AM, Prabath Siriwardena prab...@wso2.comwrote:

 Nothing serious.. just for fun.. following are few ways how we did break
 the build in the past.. :-) Please add whatever you remember how you or
 your colleague broke the build... No names please

 1. Changed a public API, built the components in my product and
 committed
 2. Added a new method to an interface - updated it's implementation in
 my product and committed - forgot to send mail to carbon-dev on the
 interface change
 3. Added new class - builds fine locally - committed all the other
 changes - forgot to commit the new file
 4. Added new a component - added a new feature - committed both -
 updated the root pom of features - but, forgot to update the root pom of
 components
 5. Added a new dependency to the pom of my component - did some code
 changes - did an svn stat from ../src - committed all code changes - missed
 the pom with the new dependency

 Let's build this list.. :)

 --
 Thanks  Regards,
 Prabath

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

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




 --
 Supun Malinga,

 Software Engineer,
 WSO2 Inc.
 http://wso2.com
 http://wso2.org
 email - sup...@wso2.com sup...@wso2.com
 mobile - 071 56 91 321




 --
 Supun Malinga,

 Software Engineer,
 WSO2 Inc.
 http://wso2.com
 http://wso2.org
 email - sup...@wso2.com sup...@wso2.com
 mobile - 071 56 91 321


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




-- 
Thanks  Regards,
Prabath

http://blog.facilelogin.com
http://RampartFAQ.com
___
Carbon-dev mailing list
Carbon-dev@wso2.org
http://mail.wso2.org/cgi-bin/mailman/listinfo/carbon-dev


Re: [Carbon-dev] Carbon 3.2.3 Release

2011-12-07 Thread Prabath Siriwardena
Hi Sagara,

Can you please look in to the axis2 test failures...

Thanks  regards,
-Prabath

On Thu, Dec 8, 2011 at 2:01 AM, Madhuka Udantha madh...@wso2.com wrote:

 Hi,

 latest set of packs 3.2.3 are available at
 http://builder1.us1.wso2.org/~carbon320/releases/carbon/3.2.3/2011-12-07_05-46-09/


 (*This built without tests due to axis2 test fail in builder machine*)

 Thank you

 On Sat, Dec 3, 2011 at 4:16 PM, Sanjeewa Malalgoda sanje...@wso2.comwrote:

 latest set of packs available at
 http://builder1.us1.wso2.org/~carbon320/releases/carbon/3.2.3/2011-12-03_02-31-37/.
 This built without tests due to axis2 test fail in builder machine.
 Thanks


 On Tue, Nov 29, 2011 at 2:37 AM, Supun Malinga sup...@wso2.com wrote:

 Hi,

 Issues for AS related components [L1/L2]

 https://wso2.org/jira/secure/IssueNavigator.jspa?mode=hiderequestId=10615

 thanks,


 On Mon, Nov 28, 2011 at 12:24 PM, Dinusha Senanayaka 
 dinu...@wso2.comwrote:

 Hi,

 DSS L1 and L2 issues :
 https://wso2.org/jira/secure/IssueNavigator.jspa?mode=hiderequestId=10613

 Regards,
 Dinusha.


 On Mon, Nov 28, 2011 at 11:33 AM, Samisa Abeysinghe sam...@wso2.comwrote:

 G-Reg issues;
 https://wso2.org/jira/secure/IssueNavigator.jspa?mode=hiderequestId=10609


 On Mon, Nov 28, 2011 at 11:28 AM, Lalaji Sureshika lal...@wso2.comwrote:

 Hi Charitha,

 Following[1] is the filter for open issues exist related to MS.

 [1]
 https://wso2.org/jira/secure/IssueNavigator.jspa?mode=hiderequestId=10499


 https://wso2.org/jira/secure/IssueNavigator.jspa?mode=hiderequestId=10499
 Thanks;

 Best Regards;


 On Sun, Nov 27, 2011 at 10:59 PM, Charitha Kankanamge 
 chari...@wso2.com wrote:

 Hi RMs,

 Create Carbon jira filters for L1/L2 issues according to your
 products. eg-[1]
 Issues are in carbon jira not in emails. Therefore, please keep an
 eye on open jiras.

 [1]
 https://wso2.org/jira/secure/IssueNavigator.jspa?reset=truejqlQuery=project+%3D+CARBON+AND+component+%3D+%22Data+Services%22+AND+resolution+%3D+Unresolved+AND+priority+%3D+Highest+ORDER+BY+key+DESCmode=hide

 /Charitha




 On Sun, Nov 27, 2011 at 10:13 PM, Charitha Kankanamge 
 chari...@wso2.com wrote:

 Please host the P2-repo to test feature installations.

 /Charitha




 On Sun, Nov 27, 2011 at 1:34 PM, Madhuka Udantha 
 madh...@wso2.comwrote:

 hi,

 Latest packs available here

 http://builder1.us1.wso2.org/~carbon320/releases/carbon/3.2.3/2011-11-26_23-32-23/

 Thank you


 On Sun, Nov 27, 2011 at 8:53 AM, Isuru Suriarachchi 
 is...@wso2.com wrote:

 Yes, AS should also be released. SupunM will be the RM.

 Thanks,
 ~Isuru

 On Sat, Nov 26, 2011 at 4:06 PM, Kathiravelu Pradeeban 
 pradee...@wso2.com wrote:



 On Sat, Nov 26, 2011 at 4:04 PM, Sumedha Rubasinghe 
 sume...@wso2.com wrote:

 Pradeeban,
 recent changes to log4j needs to go in to AS release.


 Yes, that change is already in (r116192).
 branches/carbon/3.2.0/core/distribution/3.2.3/src/assembly/bin.xml
 and

 branches/carbon/3.2.0/core/org.wso2.carbon.server/3.2.3/src/assembly/bin.xml

 Regards,
 Pradeeban.

 /sumedha

 On 11/23/11, Charitha Kankanamge chari...@wso2.com wrote:
  Hi,
 
  In the last AS release, BAM publishers and other qpid related
 stuff do not
  work OOTB due to [1] since we have not shipped
 qpid-config.xml in AS. We
  may consider to fix that and release AS as well.
 
  [1]https://wso2.org/jira/browse/CARBON-11527
 
  /Charitha
 
 
  On Wed, Nov 23, 2011 at 11:40 AM, Prabath Siriwardena
  prab...@wso2.comwrote:
 
  Hi folks,
 
  Samisa. Sumedha and me had an offline discussion the
 $subject - please
  find the details below..
 
  Following products will be released
 
  1. G-Reg - [RM - Fazlan]
  2. IS - [RM - Hasini]
  3. ESB - [RM - Ratha]
  4. MS - [RM - Lalaji]
 
  Code Freeze : 2nd December
 
  Release : 16th December
 
  Any other products that need to be released on 16th December
 - PMs,
  please reply to this mail by EOD today...
 
  --
  Thanks  Regards,
  Prabath
 
  http://blog.facilelogin.com
  http://RampartFAQ.com
  ___
  Carbon-dev mailing list
  Carbon-dev@wso2.org
  http://mail.wso2.org/cgi-bin/mailman/listinfo/carbon-dev
 
 

 --
 Sent from my mobile device




 --
 Kathiravelu Pradeeban.
 Software Engineer.
 WSO2 Inc.

 Blog: [Llovizna] http://kkpradeeban.blogspot.com/




 --
 Isuru Suriarachchi
 Technical Lead  Product Manager, WSO2 Application Server
 WSO2 Inc. http://wso2.com
 email : is...@wso2.com
 blog : http://isurues.wordpress.com/


 lean . enterprise . middleware


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




 --
 *Madhuka* Udantha
 http://madhukaudantha.blogspot.com/


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




 ___
 Carbon-dev mailing list
 Carbon-dev

[Carbon-dev] Carbon 3.2.3 : G-Reg, IS, ESB, DSS

2011-12-07 Thread Prabath Siriwardena
PMs/RMs,

We are code freezing tomorrow.. please make sure release docs and all other
docs are updated

-- 
Thanks  Regards,
Prabath

http://blog.facilelogin.com
http://RampartFAQ.com
___
Carbon-dev mailing list
Carbon-dev@wso2.org
http://mail.wso2.org/cgi-bin/mailman/listinfo/carbon-dev


[Carbon-dev] Code Freeze for Carbon 3.2.3 on this Friday - 9th December

2011-12-04 Thread Prabath Siriwardena
Hi folks,

Please note the $subject...

-- 
Thanks  Regards,
Prabath

http://blog.facilelogin.com
http://RampartFAQ.com
___
Carbon-dev mailing list
Carbon-dev@wso2.org
http://mail.wso2.org/cgi-bin/mailman/listinfo/carbon-dev


Re: [Carbon-dev] What is the type of the password used in carbon products? md5, sha1 etc ?

2011-11-25 Thread Prabath Siriwardena
What is the carbon version you are using..?

Thanks  regards,
-Prabath

On Fri, Nov 25, 2011 at 2:27 PM, metin d met...@yahoo.com wrote:

 It says SHA-256, but is doesn't create SHA-256 encoded passwords in
 database, I checked it from here and in other places.

 http://www.technipixel.com/webapps/hashencoder.htm

   --
 *From:* metin d met...@yahoo.com
 *To:* carbon-dev@wso2.org carbon-dev@wso2.org
 *Sent:* Friday, November 25, 2011 9:53 AM
 *Subject:* Re: [Carbon-dev] What is the type of the password used in
 carbon products? md5, sha1 etc ?

 Found it under user-mgt.sml

 Property name=PasswordDigestSHA-256/Property

   --
 *From:* metin d met...@yahoo.com
 *To:* carbon-dev@wso2.org carbon-dev@wso2.org
 *Sent:* Friday, November 25, 2011 9:17 AM
 *Subject:* [Carbon-dev] What is the type of the password used in carbon
 products? md5, sha1 etc ?

 What is the type of the password used in carbon products? md5,sha1 etc ?

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



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



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




-- 
Thanks  Regards,
Prabath

http://blog.facilelogin.com
http://RampartFAQ.com
___
Carbon-dev mailing list
Carbon-dev@wso2.org
http://mail.wso2.org/cgi-bin/mailman/listinfo/carbon-dev


Re: [Carbon-dev] Carbon 3.2.3 Release

2011-11-25 Thread Prabath Siriwardena
On Fri, Nov 25, 2011 at 2:45 PM, Madhuka Udantha madh...@wso2.com wrote:

 hi,

 I will work with Sanjeewa Malalgoda on Carbon 3.2.3 release.


Thanks...!!!

Regards,
-Prabath



 Thank you


 On Fri, Nov 25, 2011 at 11:27 AM, Sanjeewa Malalgoda sanje...@wso2.comwrote:

 I have setup 3.2.3 build and built packs and fixed pom level issues.We
 have one set of packs and 1 build is in progress now. forgot to reply this
 mail. Build is in progress and will let you know once finished.

 Thanks.

 On Fri, Nov 25, 2011 at 11:18 AM, Prabath Siriwardena 
 prab...@wso2.comwrote:

 Madhuka will be working on the build team - Ranga, please help Madhuka
 to get started with the build..

 Thanks  regards,
 -Prabath


 On Fri, Nov 25, 2011 at 8:37 AM, Prabath Siriwardena 
 prab...@wso2.comwrote:

 Hi Folks,

 Please give a build to QA today - of all the products that we are
 planning to release.. [ESB, IS, G-Reg, DSS, MS]

 Thanks  regards,
 -Prabath


 On Wed, Nov 23, 2011 at 2:21 PM, Prabath Siriwardena 
 prab...@wso2.comwrote:

 Hi folks,

 Anyone who would volunteer to be in the build team..?

 Thanks  regards,
 -Prabath


 On Wed, Nov 23, 2011 at 2:18 PM, Anjana Fernando anj...@wso2.comwrote:

 Hi Prabath,

 On Wed, Nov 23, 2011 at 1:53 PM, Prabath Siriwardena 
 prab...@wso2.com wrote:

 Hi Anjana,

 Can you please suggest a RM for DSS..?


 Dinusha would be the RM.

 Cheers,
 Anjana.



 Thanks  regards,
 -Prabath


 On Wed, Nov 23, 2011 at 11:55 AM, Anjana Fernando 
 anj...@wso2.comwrote:

 Hi Prabath,

 On Wed, Nov 23, 2011 at 11:40 AM, Prabath Siriwardena 
 prab...@wso2.com wrote:

 Hi folks,

 Samisa. Sumedha and me had an offline discussion the $subject -
 please
 find the details below..

 Following products will be released

 1. G-Reg - [RM - Fazlan]
 2. IS - [RM - Hasini]
 3. ESB - [RM - Ratha]
 4. MS - [RM - Lalaji]

 Code Freeze : 2nd December

 Release : 16th December

 Any other products that need to be released on 16th December - PMs,
 please reply to this mail by EOD today...


 DSS also has to be released. There's a critical bug related to
 Carbon data sources, and also, I'm working on some scheduled task
 improvements, that's planned to add to the release.

 Cheers,
 Anjana.



 --
 Thanks  Regards,
 Prabath

 http://blog.facilelogin.com
 http://RampartFAQ.com
 ___
 Carbon-dev mailing list
 Carbon-dev@wso2.org
 http://mail.wso2.org/cgi-bin/mailman/listinfo/carbon-dev




 --
 *Anjana Fernando*
 Senior Software Engineer
 WSO2 Inc. | http://wso2.com
 lean . enterprise . middleware

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




 --
 Thanks  Regards,
 Prabath

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

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




 --
 *Anjana Fernando*
 Senior Software Engineer
 WSO2 Inc. | http://wso2.com
 lean . enterprise . middleware

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




 --
 Thanks  Regards,
 Prabath

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




 --
 Thanks  Regards,
 Prabath

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




 --
 Thanks  Regards,
 Prabath

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

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




 --
 *Sanjeewa Malalgoda*
 Software Engineer
 **
 *WSO2, Inc.*
 lean.enterprise.middleware.

 mobile : +94 713068779
 web: http://wso2.com
  http://sanjeewamalalgoda.blogspot.com/blog
 :http://sanjeewamalalgoda.blogspot.com/http://sanjeewamalalgoda.blogspot.com/

 [image:
 http://wso2.com/wp-content/themes/wso2ng-v2/images/logos/stratos_logo_h42.gif]


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




 --
 *Madhuka* Udantha
 http://madhukaudantha.blogspot.com/


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




-- 
Thanks  Regards,
Prabath

http://blog.facilelogin.com
http://RampartFAQ.com
___
Carbon-dev mailing list
Carbon-dev@wso2.org
http://mail.wso2.org/cgi-bin/mailman/listinfo/carbon-dev


Re: [Carbon-dev] What is the type of the password used in carbon products? md5, sha1 etc ?

2011-11-25 Thread Prabath Siriwardena
On Fri, Nov 25, 2011 at 2:38 PM, Prabath Siriwardena prab...@wso2.comwrote:

 What is the carbon version you are using..?


Also which database you checked it..?

Thanks  regards,
-Prabath



 Thanks  regards,
 -Prabath

 On Fri, Nov 25, 2011 at 2:27 PM, metin d met...@yahoo.com wrote:

 It says SHA-256, but is doesn't create SHA-256 encoded passwords in
 database, I checked it from here and in other places.

 http://www.technipixel.com/webapps/hashencoder.htm

   --
 *From:* metin d met...@yahoo.com
 *To:* carbon-dev@wso2.org carbon-dev@wso2.org
 *Sent:* Friday, November 25, 2011 9:53 AM
 *Subject:* Re: [Carbon-dev] What is the type of the password used in
 carbon products? md5, sha1 etc ?

 Found it under user-mgt.sml

 Property name=PasswordDigestSHA-256/Property

   --
 *From:* metin d met...@yahoo.com
 *To:* carbon-dev@wso2.org carbon-dev@wso2.org
 *Sent:* Friday, November 25, 2011 9:17 AM
 *Subject:* [Carbon-dev] What is the type of the password used in carbon
 products? md5, sha1 etc ?

 What is the type of the password used in carbon products? md5,sha1 etc ?

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



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



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




 --
 Thanks  Regards,
 Prabath

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




-- 
Thanks  Regards,
Prabath

http://blog.facilelogin.com
http://RampartFAQ.com
___
Carbon-dev mailing list
Carbon-dev@wso2.org
http://mail.wso2.org/cgi-bin/mailman/listinfo/carbon-dev


Re: [Carbon-dev] Thrift related changes in 3.2.3 branch

2011-11-25 Thread Prabath Siriwardena
+1

Thanks  regards,
-Prabath

On Fri, Nov 25, 2011 at 3:36 PM, Hasini Gunasinghe has...@wso2.com wrote:

 Hi,

 FYI,
 1). Currently, the version of thrift used in branch/trunk is 0.5. But
 AFAIK, it doesn't have support for SSL over socket transport.  This is
 available in 0.7(latest verion). We need this to expose a thrift based
 EntitlementService.
 Therefore, we are going to include 0.7 version of thrift in orbit,
 side by side with 0.5 so that other components that currently use thrift,
 will not break.

 2). We have included an AuthenticationService based on thrift (in the
 bundle: org.wso2.carbon.identity.thrift.authentication) which wraps the
 AuthenticationService in org.wso2.carbon.identity.authentication, in order
 to handle authentication to thrift based admin services. (Since we can not
 use default AuthenticationAdmin in this case)

 If any other thrift based Admin services needs to handle authentication,
 above service can be used as a common service.

 If you find any concerns with above, please let me know.

 Thanks,
 Hasini.



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




-- 
Thanks  Regards,
Prabath

http://blog.facilelogin.com
http://RampartFAQ.com
___
Carbon-dev mailing list
Carbon-dev@wso2.org
http://mail.wso2.org/cgi-bin/mailman/listinfo/carbon-dev


Re: [Carbon-dev] Carbon 3.2.3 Release

2011-11-24 Thread Prabath Siriwardena
Hi Folks,

Please give a build to QA today - of all the products that we are planning
to release.. [ESB, IS, G-Reg, DSS, MS]

Thanks  regards,
-Prabath

On Wed, Nov 23, 2011 at 2:21 PM, Prabath Siriwardena prab...@wso2.comwrote:

 Hi folks,

 Anyone who would volunteer to be in the build team..?

 Thanks  regards,
 -Prabath


 On Wed, Nov 23, 2011 at 2:18 PM, Anjana Fernando anj...@wso2.com wrote:

 Hi Prabath,

 On Wed, Nov 23, 2011 at 1:53 PM, Prabath Siriwardena prab...@wso2.comwrote:

 Hi Anjana,

 Can you please suggest a RM for DSS..?


 Dinusha would be the RM.

 Cheers,
 Anjana.



 Thanks  regards,
 -Prabath


 On Wed, Nov 23, 2011 at 11:55 AM, Anjana Fernando anj...@wso2.comwrote:

 Hi Prabath,

 On Wed, Nov 23, 2011 at 11:40 AM, Prabath Siriwardena prab...@wso2.com
  wrote:

 Hi folks,

 Samisa. Sumedha and me had an offline discussion the $subject - please
 find the details below..

 Following products will be released

 1. G-Reg - [RM - Fazlan]
 2. IS - [RM - Hasini]
 3. ESB - [RM - Ratha]
 4. MS - [RM - Lalaji]

 Code Freeze : 2nd December

 Release : 16th December

 Any other products that need to be released on 16th December - PMs,
 please reply to this mail by EOD today...


 DSS also has to be released. There's a critical bug related to Carbon
 data sources, and also, I'm working on some scheduled task improvements,
 that's planned to add to the release.

 Cheers,
 Anjana.



 --
 Thanks  Regards,
 Prabath

 http://blog.facilelogin.com
 http://RampartFAQ.com
 ___
 Carbon-dev mailing list
 Carbon-dev@wso2.org
 http://mail.wso2.org/cgi-bin/mailman/listinfo/carbon-dev




 --
 *Anjana Fernando*
 Senior Software Engineer
 WSO2 Inc. | http://wso2.com
 lean . enterprise . middleware

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




 --
 Thanks  Regards,
 Prabath

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

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




 --
 *Anjana Fernando*
 Senior Software Engineer
 WSO2 Inc. | http://wso2.com
 lean . enterprise . middleware

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




 --
 Thanks  Regards,
 Prabath

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




-- 
Thanks  Regards,
Prabath

http://blog.facilelogin.com
http://RampartFAQ.com
___
Carbon-dev mailing list
Carbon-dev@wso2.org
http://mail.wso2.org/cgi-bin/mailman/listinfo/carbon-dev


Re: [Carbon-dev] Carbon 3.2.3 Release

2011-11-24 Thread Prabath Siriwardena
Madhuka will be working on the build team - Ranga, please help Madhuka to
get started with the build..

Thanks  regards,
-Prabath

On Fri, Nov 25, 2011 at 8:37 AM, Prabath Siriwardena prab...@wso2.comwrote:

 Hi Folks,

 Please give a build to QA today - of all the products that we are planning
 to release.. [ESB, IS, G-Reg, DSS, MS]

 Thanks  regards,
 -Prabath


 On Wed, Nov 23, 2011 at 2:21 PM, Prabath Siriwardena prab...@wso2.comwrote:

 Hi folks,

 Anyone who would volunteer to be in the build team..?

 Thanks  regards,
 -Prabath


 On Wed, Nov 23, 2011 at 2:18 PM, Anjana Fernando anj...@wso2.com wrote:

 Hi Prabath,

 On Wed, Nov 23, 2011 at 1:53 PM, Prabath Siriwardena 
 prab...@wso2.comwrote:

 Hi Anjana,

 Can you please suggest a RM for DSS..?


 Dinusha would be the RM.

 Cheers,
 Anjana.



 Thanks  regards,
 -Prabath


 On Wed, Nov 23, 2011 at 11:55 AM, Anjana Fernando anj...@wso2.comwrote:

 Hi Prabath,

 On Wed, Nov 23, 2011 at 11:40 AM, Prabath Siriwardena 
 prab...@wso2.com wrote:

 Hi folks,

 Samisa. Sumedha and me had an offline discussion the $subject - please
 find the details below..

 Following products will be released

 1. G-Reg - [RM - Fazlan]
 2. IS - [RM - Hasini]
 3. ESB - [RM - Ratha]
 4. MS - [RM - Lalaji]

 Code Freeze : 2nd December

 Release : 16th December

 Any other products that need to be released on 16th December - PMs,
 please reply to this mail by EOD today...


 DSS also has to be released. There's a critical bug related to Carbon
 data sources, and also, I'm working on some scheduled task improvements,
 that's planned to add to the release.

 Cheers,
 Anjana.



 --
 Thanks  Regards,
 Prabath

 http://blog.facilelogin.com
 http://RampartFAQ.com
 ___
 Carbon-dev mailing list
 Carbon-dev@wso2.org
 http://mail.wso2.org/cgi-bin/mailman/listinfo/carbon-dev




 --
 *Anjana Fernando*
 Senior Software Engineer
 WSO2 Inc. | http://wso2.com
 lean . enterprise . middleware

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




 --
 Thanks  Regards,
 Prabath

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

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




 --
 *Anjana Fernando*
 Senior Software Engineer
 WSO2 Inc. | http://wso2.com
 lean . enterprise . middleware

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




 --
 Thanks  Regards,
 Prabath

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




 --
 Thanks  Regards,
 Prabath

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




-- 
Thanks  Regards,
Prabath

http://blog.facilelogin.com
http://RampartFAQ.com
___
Carbon-dev mailing list
Carbon-dev@wso2.org
http://mail.wso2.org/cgi-bin/mailman/listinfo/carbon-dev


Re: [Carbon-dev] Carbon 3.2.3 Release

2011-11-23 Thread Prabath Siriwardena
Hi Anjana,

Can you please suggest a RM for DSS..?

Thanks  regards,
-Prabath

On Wed, Nov 23, 2011 at 11:55 AM, Anjana Fernando anj...@wso2.com wrote:

 Hi Prabath,

 On Wed, Nov 23, 2011 at 11:40 AM, Prabath Siriwardena prab...@wso2.comwrote:

 Hi folks,

 Samisa. Sumedha and me had an offline discussion the $subject - please
 find the details below..

 Following products will be released

 1. G-Reg - [RM - Fazlan]
 2. IS - [RM - Hasini]
 3. ESB - [RM - Ratha]
 4. MS - [RM - Lalaji]

 Code Freeze : 2nd December

 Release : 16th December

 Any other products that need to be released on 16th December - PMs,
 please reply to this mail by EOD today...


 DSS also has to be released. There's a critical bug related to Carbon data
 sources, and also, I'm working on some scheduled task improvements, that's
 planned to add to the release.

 Cheers,
 Anjana.



 --
 Thanks  Regards,
 Prabath

 http://blog.facilelogin.com
 http://RampartFAQ.com
 ___
 Carbon-dev mailing list
 Carbon-dev@wso2.org
 http://mail.wso2.org/cgi-bin/mailman/listinfo/carbon-dev




 --
 *Anjana Fernando*
 Senior Software Engineer
 WSO2 Inc. | http://wso2.com
 lean . enterprise . middleware

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




-- 
Thanks  Regards,
Prabath

http://blog.facilelogin.com
http://RampartFAQ.com
___
Carbon-dev mailing list
Carbon-dev@wso2.org
http://mail.wso2.org/cgi-bin/mailman/listinfo/carbon-dev


Re: [Carbon-dev] Carbon 3.2.3 Release

2011-11-23 Thread Prabath Siriwardena
Hi folks,

Anyone who would volunteer to be in the build team..?

Thanks  regards,
-Prabath

On Wed, Nov 23, 2011 at 2:18 PM, Anjana Fernando anj...@wso2.com wrote:

 Hi Prabath,

 On Wed, Nov 23, 2011 at 1:53 PM, Prabath Siriwardena prab...@wso2.comwrote:

 Hi Anjana,

 Can you please suggest a RM for DSS..?


 Dinusha would be the RM.

 Cheers,
 Anjana.



 Thanks  regards,
 -Prabath


 On Wed, Nov 23, 2011 at 11:55 AM, Anjana Fernando anj...@wso2.comwrote:

 Hi Prabath,

 On Wed, Nov 23, 2011 at 11:40 AM, Prabath Siriwardena 
 prab...@wso2.comwrote:

 Hi folks,

 Samisa. Sumedha and me had an offline discussion the $subject - please
 find the details below..

 Following products will be released

 1. G-Reg - [RM - Fazlan]
 2. IS - [RM - Hasini]
 3. ESB - [RM - Ratha]
 4. MS - [RM - Lalaji]

 Code Freeze : 2nd December

 Release : 16th December

 Any other products that need to be released on 16th December - PMs,
 please reply to this mail by EOD today...


 DSS also has to be released. There's a critical bug related to Carbon
 data sources, and also, I'm working on some scheduled task improvements,
 that's planned to add to the release.

 Cheers,
 Anjana.



 --
 Thanks  Regards,
 Prabath

 http://blog.facilelogin.com
 http://RampartFAQ.com
 ___
 Carbon-dev mailing list
 Carbon-dev@wso2.org
 http://mail.wso2.org/cgi-bin/mailman/listinfo/carbon-dev




 --
 *Anjana Fernando*
 Senior Software Engineer
 WSO2 Inc. | http://wso2.com
 lean . enterprise . middleware

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




 --
 Thanks  Regards,
 Prabath

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

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




 --
 *Anjana Fernando*
 Senior Software Engineer
 WSO2 Inc. | http://wso2.com
 lean . enterprise . middleware

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




-- 
Thanks  Regards,
Prabath

http://blog.facilelogin.com
http://RampartFAQ.com
___
Carbon-dev mailing list
Carbon-dev@wso2.org
http://mail.wso2.org/cgi-bin/mailman/listinfo/carbon-dev


[Carbon-dev] Carbon 3.2.3 Release

2011-11-22 Thread Prabath Siriwardena
Hi folks,

Samisa. Sumedha and me had an offline discussion the $subject - please
find the details below..

Following products will be released

1. G-Reg - [RM - Fazlan]
2. IS - [RM - Hasini]
3. ESB - [RM - Ratha]
4. MS - [RM - Lalaji]

Code Freeze : 2nd December

Release : 16th December

Any other products that need to be released on 16th December - PMs,
please reply to this mail by EOD today...

-- 
Thanks  Regards,
Prabath

http://blog.facilelogin.com
http://RampartFAQ.com
___
Carbon-dev mailing list
Carbon-dev@wso2.org
http://mail.wso2.org/cgi-bin/mailman/listinfo/carbon-dev


Re: [Carbon-dev] Carbon 3.2.3 release plans

2011-11-20 Thread Prabath Siriwardena
Any updates from the PMs/RMs..? Shall we plan to code freeze by end of
this week...?

Thanks  regards,
-Prabath


On Tue, Nov 15, 2011 at 10:19 AM, Samisa Abeysinghe sam...@wso2.com wrote:
 We need to code freeze end of this week, if we are to release end Nov. Are
 we ready to do that?

 On Tue, Nov 15, 2011 at 10:16 AM, Prabath Siriwardena prab...@wso2.com
 wrote:

 IS also needs to go with 3.2.3..
 Shall we plan to release by end of Nov...?
 Thanks  regards,
 -Prabath

 On Wed, Nov 9, 2011 at 4:55 PM, Samisa Abeysinghe sam...@wso2.com wrote:

 What about $subject?
 When and what products?

 Thanks,
 Samisa...

 Samisa Abeysinghe
 VP Engineering
 WSO2 Inc.
 http://wso2.com
 http://wso2.org

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




 --
 Thanks  Regards,
 Prabath

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

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

 Thanks,
 Samisa...

 Samisa Abeysinghe
 VP Engineering
 WSO2 Inc.
 http://wso2.com
 http://wso2.org

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





-- 
Thanks  Regards,
Prabath

http://blog.facilelogin.com
http://RampartFAQ.com
___
Carbon-dev mailing list
Carbon-dev@wso2.org
http://mail.wso2.org/cgi-bin/mailman/listinfo/carbon-dev


Re: [Carbon-dev] Carbon 3.2.3 release plans

2011-11-20 Thread Prabath Siriwardena
If we plan to freeze the code by end of this week - then we can
release by the first week of December..

Thanks  regards,
-Prabath

On Mon, Nov 21, 2011 at 12:03 PM, Vijayaratha Vijayasingam
rat...@wso2.com wrote:
 Hi prabath,

 What would be the release date?

 -ratha


 On 21 November 2011 09:35, Prabath Siriwardena prab...@wso2.com wrote:
 Any updates from the PMs/RMs..? Shall we plan to code freeze by end of
 this week...?

 Thanks  regards,
 -Prabath


 On Tue, Nov 15, 2011 at 10:19 AM, Samisa Abeysinghe sam...@wso2.com wrote:
 We need to code freeze end of this week, if we are to release end Nov. Are
 we ready to do that?

 On Tue, Nov 15, 2011 at 10:16 AM, Prabath Siriwardena prab...@wso2.com
 wrote:

 IS also needs to go with 3.2.3..
 Shall we plan to release by end of Nov...?
 Thanks  regards,
 -Prabath

 On Wed, Nov 9, 2011 at 4:55 PM, Samisa Abeysinghe sam...@wso2.com wrote:

 What about $subject?
 When and what products?

 Thanks,
 Samisa...

 Samisa Abeysinghe
 VP Engineering
 WSO2 Inc.
 http://wso2.com
 http://wso2.org

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




 --
 Thanks  Regards,
 Prabath

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

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

 Thanks,
 Samisa...

 Samisa Abeysinghe
 VP Engineering
 WSO2 Inc.
 http://wso2.com
 http://wso2.org

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





 --
 Thanks  Regards,
 Prabath

 http://blog.facilelogin.com
 http://RampartFAQ.com
 ___
 Carbon-dev mailing list
 Carbon-dev@wso2.org
 http://mail.wso2.org/cgi-bin/mailman/listinfo/carbon-dev

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




-- 
Thanks  Regards,
Prabath

http://blog.facilelogin.com
http://RampartFAQ.com
___
Carbon-dev mailing list
Carbon-dev@wso2.org
http://mail.wso2.org/cgi-bin/mailman/listinfo/carbon-dev


Re: [Carbon-dev] Carbon 3.2.3 release plans

2011-11-14 Thread Prabath Siriwardena
IS also needs to go with 3.2.3..

Shall we plan to release by end of Nov...?

Thanks  regards,
-Prabath

On Wed, Nov 9, 2011 at 4:55 PM, Samisa Abeysinghe sam...@wso2.com wrote:

 What about $subject?

 When and what products?

 Thanks,
 Samisa...

 Samisa Abeysinghe
 VP Engineering
 WSO2 Inc.
 http://wso2.com
 http://wso2.org


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




-- 
Thanks  Regards,
Prabath

http://blog.facilelogin.com
http://RampartFAQ.com
___
Carbon-dev mailing list
Carbon-dev@wso2.org
http://mail.wso2.org/cgi-bin/mailman/listinfo/carbon-dev


Re: [Carbon-dev] How authenticate my client to a remote carbon server

2011-11-02 Thread Prabath Siriwardena
Hi Senaka,

On Wed, Nov 2, 2011 at 8:51 AM, Senaka Fernando sen...@wso2.com wrote:
 * The URL, username and password of each remote instance are stored as a
 registry artifact in plain text.

 We need to encrypt this or find a better solution than storing in
 plain-text. This is just at the POC-level yet, hence its easier when its
 plain-text, so we'll get step #1 done right and then move to step #2.

 Thilina/Prabath, as in SSH, can't we have some form of Certificate-based
 authentication for carbon? Do we always need WS-Security to do that? or
 can't we just expose a non WS-Security based API for this using
 AuthenticationAdmin.

Current authentication is based on - sending credentials over HTTPS -
no ws-security involved - we can also write an authenticator for BE
which can authenticate using client certs...

Thanks  regards,
-Prabath


 Thanks,
 Senaka.

  How can I improve the above given scenarios ? Suggestions please.


 thanks,
 --Pradeep

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




 --
 Senaka Fernando
 Product Manager - WSO2 Governance Registry;
 Associate Technical Lead; WSO2 Inc.; http://wso2.com
 Member; Apache Software Foundation; http://apache.org

 E-mail: senaka AT wso2.com
 P: +1 408 754 7388; ext: 51736; M: +94 77 322 1818
 Linked-In: http://linkedin.com/in/senakafernando

 Lean . Enterprise . Middleware





-- 
Thanks  Regards,
Prabath

http://blog.facilelogin.com
http://RampartFAQ.com
___
Carbon-dev mailing list
Carbon-dev@wso2.org
http://mail.wso2.org/cgi-bin/mailman/listinfo/carbon-dev


Re: [Carbon-dev] How to use Apache DS with WSO2 AS to authenticate using kerberos?

2011-10-31 Thread Prabath Siriwardena
I double checked Kerberos - scenario 16 - having AD as KDC with ESB
4.0 - and it works fine - added a comment to the related JIRA with
pointers..

AmilaM is testing with ApacheDS..

Thanks  regards,
-Prabath

On Mon, Oct 31, 2011 at 3:29 PM, Amila Suriarachchi am...@wso2.com wrote:


 On Sun, Oct 30, 2011 at 9:47 PM, Prabath Siriwardena prab...@wso2.com
 wrote:

 Also, please check whether you have the following in the policy at the
 service end [it was in the client side policy  you attached]

 rampart:property name=kdc.des.aes.factor4/rampart:property

 I tried adding this at both side and removing as well. Could not get it
 working.

 thanks,
 Amila.

 Thanks  regards,
 -Prabath


 On Mon, Oct 31, 2011 at 7:12 AM, Prabath Siriwardena prab...@wso2.com
 wrote:
  This fails at the signature validation.. Are you using the exact
  version [1.5.5] of Apache DS as in the link or 1.5.7?
 
  Thanks  regards,
  -Prabath
 
  On Mon, Oct 31, 2011 at 3:22 AM, Amila Suriarachchi am...@wso2.com
  wrote:
  hi,
 
  I did the following to authenticate a client who's details are stored
  in
  Apache ds to WSO2 AS using kerberos.
 
  1. First I configured the Apache DS kdc server for (1.5.5) as given
  here[1].
  Then I could login to Apache DS server using Apache directory studio
  using
  kerberos. So that should be working fine.
 
  2. I started configuring the WSO2 AS 4.0.0. First put the attached
  files to
  the repository/conf. Then use the security senario 16 in the wizard to
  configure the kerberos. Here I put SPN as ldap/localh...@example.com
  and
  password as randall (please see the given ldif file in the kerberos
  guide).
  Then it generated the policy but when I looked into it password was not
  there.
 
  3. Finally started the client part following the sample given here[2].
  Full
  client has been attached. I put the repository/lib +xalan 2.7.1 jar to
  the
  class path.
 
  After running  the client it sends the message to the server. This can
  be
  seen from the tcp mon. But at the server it gives the following
  exception. I
  put the password and edited the server side policy like this as well.
 
  rampart:kerberosConfig
    rampart:property
 
  name=service.principal.nameldap/localh...@example.com/rampart:property
    rampart:property
  name=service.principal.passwordrandall/rampart:property
      /rampart:kerberosConfig
 
  GSSException: Failure unspecified at GSS-API level (Mechanism level:
  Integrity check on decrypted field failed (31))
      at
 
  sun.security.jgss.krb5.Krb5Context.acceptSecContext(Krb5Context.java:741)
      at
 
  sun.security.jgss.GSSContextImpl.acceptSecContext(GSSContextImpl.java:323)
      at
 
  sun.security.jgss.GSSContextImpl.acceptSecContext(GSSContextImpl.java:267)
      at
 
  org.apache.ws.security.processor.KerberosTokenProcessor$1.run(KerberosTokenProcessor.java:475)
      at
 
  org.apache.ws.security.processor.KerberosTokenProcessor$1.run(KerberosTokenProcessor.java:468)
      at java.security.AccessController.doPrivileged(Native Method)
      at javax.security.auth.Subject.doAs(Subject.java:337)
      at
 
  org.apache.ws.security.processor.KerberosTokenProcessor.acceptSecurityContext(KerberosTokenProcessor.java:468)
      at
 
  org.apache.ws.security.processor.KerberosTokenProcessor.verifyXMLSignature(KerberosTokenProcessor.java:296)
      at
 
  org.apache.ws.security.processor.SignatureProcessor.verifyXMLSignature(SignatureProcessor.java:292)
      at
 
  org.apache.ws.security.processor.SignatureProcessor.handleToken(SignatureProcessor.java:120)
      at
 
  org.apache.ws.security.WSSecurityEngine.processSecurityHeader(WSSecurityEngine.java:332)
      at
 
  org.apache.ws.security.WSSecurityEngine.processSecurityHeader(WSSecurityEngine.java:249)
      at org.apache.rampart.RampartEngine.process(RampartEngine.java:161)
      at
 
  org.apache.rampart.handler.RampartReceiver.invoke(RampartReceiver.java:92)
      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:206)
      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

Re: [Carbon-dev] How to use Apache DS with WSO2 AS to authenticate using kerberos?

2011-10-30 Thread Prabath Siriwardena
This fails at the signature validation.. Are you using the exact
version [1.5.5] of Apache DS as in the link or 1.5.7?

Thanks  regards,
-Prabath

On Mon, Oct 31, 2011 at 3:22 AM, Amila Suriarachchi am...@wso2.com wrote:
 hi,

 I did the following to authenticate a client who's details are stored in
 Apache ds to WSO2 AS using kerberos.

 1. First I configured the Apache DS kdc server for (1.5.5) as given here[1].
 Then I could login to Apache DS server using Apache directory studio using
 kerberos. So that should be working fine.

 2. I started configuring the WSO2 AS 4.0.0. First put the attached files to
 the repository/conf. Then use the security senario 16 in the wizard to
 configure the kerberos. Here I put SPN as ldap/localh...@example.com and
 password as randall (please see the given ldif file in the kerberos guide).
 Then it generated the policy but when I looked into it password was not
 there.

 3. Finally started the client part following the sample given here[2]. Full
 client has been attached. I put the repository/lib +xalan 2.7.1 jar to the
 class path.

 After running  the client it sends the message to the server. This can be
 seen from the tcp mon. But at the server it gives the following exception. I
 put the password and edited the server side policy like this as well.

 rampart:kerberosConfig
   rampart:property
 name=service.principal.nameldap/localh...@example.com/rampart:property
   rampart:property
 name=service.principal.passwordrandall/rampart:property
     /rampart:kerberosConfig

 GSSException: Failure unspecified at GSS-API level (Mechanism level:
 Integrity check on decrypted field failed (31))
     at
 sun.security.jgss.krb5.Krb5Context.acceptSecContext(Krb5Context.java:741)
     at
 sun.security.jgss.GSSContextImpl.acceptSecContext(GSSContextImpl.java:323)
     at
 sun.security.jgss.GSSContextImpl.acceptSecContext(GSSContextImpl.java:267)
     at
 org.apache.ws.security.processor.KerberosTokenProcessor$1.run(KerberosTokenProcessor.java:475)
     at
 org.apache.ws.security.processor.KerberosTokenProcessor$1.run(KerberosTokenProcessor.java:468)
     at java.security.AccessController.doPrivileged(Native Method)
     at javax.security.auth.Subject.doAs(Subject.java:337)
     at
 org.apache.ws.security.processor.KerberosTokenProcessor.acceptSecurityContext(KerberosTokenProcessor.java:468)
     at
 org.apache.ws.security.processor.KerberosTokenProcessor.verifyXMLSignature(KerberosTokenProcessor.java:296)
     at
 org.apache.ws.security.processor.SignatureProcessor.verifyXMLSignature(SignatureProcessor.java:292)
     at
 org.apache.ws.security.processor.SignatureProcessor.handleToken(SignatureProcessor.java:120)
     at
 org.apache.ws.security.WSSecurityEngine.processSecurityHeader(WSSecurityEngine.java:332)
     at
 org.apache.ws.security.WSSecurityEngine.processSecurityHeader(WSSecurityEngine.java:249)
     at org.apache.rampart.RampartEngine.process(RampartEngine.java:161)
     at
 org.apache.rampart.handler.RampartReceiver.invoke(RampartReceiver.java:92)
     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:206)
     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.bridge.BridgeServlet.service(BridgeServlet.java:155)
     at javax.servlet.http.HttpServlet.service(HttpServlet.java:722)
     at
 org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:304)
     at
 org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:210)
     at
 org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:240)
     at
 org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:164)
     at
 org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:462)
     at
 org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:164)
     at
 org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:100)
     at 

Re: [Carbon-dev] How to use Apache DS with WSO2 AS to authenticate using kerberos?

2011-10-30 Thread Prabath Siriwardena
Also, please check whether you have the following in the policy at the
service end [it was in the client side policy  you attached]

rampart:property name=kdc.des.aes.factor4/rampart:property

Thanks  regards,
-Prabath


On Mon, Oct 31, 2011 at 7:12 AM, Prabath Siriwardena prab...@wso2.com wrote:
 This fails at the signature validation.. Are you using the exact
 version [1.5.5] of Apache DS as in the link or 1.5.7?

 Thanks  regards,
 -Prabath

 On Mon, Oct 31, 2011 at 3:22 AM, Amila Suriarachchi am...@wso2.com wrote:
 hi,

 I did the following to authenticate a client who's details are stored in
 Apache ds to WSO2 AS using kerberos.

 1. First I configured the Apache DS kdc server for (1.5.5) as given here[1].
 Then I could login to Apache DS server using Apache directory studio using
 kerberos. So that should be working fine.

 2. I started configuring the WSO2 AS 4.0.0. First put the attached files to
 the repository/conf. Then use the security senario 16 in the wizard to
 configure the kerberos. Here I put SPN as ldap/localh...@example.com and
 password as randall (please see the given ldif file in the kerberos guide).
 Then it generated the policy but when I looked into it password was not
 there.

 3. Finally started the client part following the sample given here[2]. Full
 client has been attached. I put the repository/lib +xalan 2.7.1 jar to the
 class path.

 After running  the client it sends the message to the server. This can be
 seen from the tcp mon. But at the server it gives the following exception. I
 put the password and edited the server side policy like this as well.

 rampart:kerberosConfig
   rampart:property
 name=service.principal.nameldap/localh...@example.com/rampart:property
   rampart:property
 name=service.principal.passwordrandall/rampart:property
     /rampart:kerberosConfig

 GSSException: Failure unspecified at GSS-API level (Mechanism level:
 Integrity check on decrypted field failed (31))
     at
 sun.security.jgss.krb5.Krb5Context.acceptSecContext(Krb5Context.java:741)
     at
 sun.security.jgss.GSSContextImpl.acceptSecContext(GSSContextImpl.java:323)
     at
 sun.security.jgss.GSSContextImpl.acceptSecContext(GSSContextImpl.java:267)
     at
 org.apache.ws.security.processor.KerberosTokenProcessor$1.run(KerberosTokenProcessor.java:475)
     at
 org.apache.ws.security.processor.KerberosTokenProcessor$1.run(KerberosTokenProcessor.java:468)
     at java.security.AccessController.doPrivileged(Native Method)
     at javax.security.auth.Subject.doAs(Subject.java:337)
     at
 org.apache.ws.security.processor.KerberosTokenProcessor.acceptSecurityContext(KerberosTokenProcessor.java:468)
     at
 org.apache.ws.security.processor.KerberosTokenProcessor.verifyXMLSignature(KerberosTokenProcessor.java:296)
     at
 org.apache.ws.security.processor.SignatureProcessor.verifyXMLSignature(SignatureProcessor.java:292)
     at
 org.apache.ws.security.processor.SignatureProcessor.handleToken(SignatureProcessor.java:120)
     at
 org.apache.ws.security.WSSecurityEngine.processSecurityHeader(WSSecurityEngine.java:332)
     at
 org.apache.ws.security.WSSecurityEngine.processSecurityHeader(WSSecurityEngine.java:249)
     at org.apache.rampart.RampartEngine.process(RampartEngine.java:161)
     at
 org.apache.rampart.handler.RampartReceiver.invoke(RampartReceiver.java:92)
     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:206)
     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.bridge.BridgeServlet.service(BridgeServlet.java:155)
     at javax.servlet.http.HttpServlet.service(HttpServlet.java:722)
     at
 org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:304)
     at
 org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:210)
     at
 org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:240)
     at
 org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:164

Re: [Carbon-dev] Creating 3.2.3 branch for WSO2IS 3.2.3 release.

2011-10-25 Thread Prabath Siriwardena
On Tue, Oct 25, 2011 at 12:21 PM, Asela Pathberiya as...@wso2.com wrote:

 Hi All,

 We are going to create the Carbon 3.2.3 branch for the IS 3.2.3 release.


+1

Thanks  regards,
-Prabath


 Thanks,
 Asela.

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




-- 
Thanks  Regards,
Prabath

http://blog.facilelogin.com
http://RampartFAQ.com
___
Carbon-dev mailing list
Carbon-dev@wso2.org
http://mail.wso2.org/cgi-bin/mailman/listinfo/carbon-dev


Re: [Carbon-dev] Hector tests are failing on 3.2.0 branch

2011-10-21 Thread Prabath Siriwardena
Just double checked - all tests passed on Mac..

Thanks  regards,
-Prabath

On Fri, Oct 21, 2011 at 8:11 PM, Samisa Abeysinghe sam...@wso2.com wrote:
 Builder is running with tests AFAIK, am I correct?
 If so, could this be a Windows issue?

 On Fri, Oct 21, 2011 at 5:24 PM, Samisa Abeysinghe sam...@wso2.com wrote:

 What is hector, and who put it in svn?
 Please make sure that the tests are passing.

 Results :
 Tests in error:
 Tests run: 58, Failures: 0, Errors: 13, Skipped: 1
 [INFO]
 
 [ERROR] BUILD FAILURE
 [INFO]
 
 [INFO] There are test failures.
 Please refer to
 E:\svn\carbon_320\dependencies\hector\0.7.0-23-wso2v1\core\target\surefire-reports
 for the individual test results.
 [INFO]
 
 [INFO] For more information, run Maven with the -e switch
 [INFO]
 
 [INFO] Total time: 219 minutes 6 seconds
 [INFO] Finished at: Fri Oct 21 16:42:37 IST 2011
 [INFO] Final Memory: 740M/1498M
 [INFO]
 

 Thanks,
 Samisa...

 Samisa Abeysinghe
 VP Engineering
 WSO2 Inc.
 http://wso2.com
 http://wso2.org

 Thanks,
 Samisa...

 Samisa Abeysinghe
 VP Engineering
 WSO2 Inc.
 http://wso2.com
 http://wso2.org

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





-- 
Thanks  Regards,
Prabath

http://blog.facilelogin.com
http://RampartFAQ.com
___
Carbon-dev mailing list
Carbon-dev@wso2.org
http://mail.wso2.org/cgi-bin/mailman/listinfo/carbon-dev


Re: [Carbon-dev] Latest 3.2.2 packs for testing (Fwd: WSO2 Carbon Continuous Build was SUCCESSFUL)

2011-10-19 Thread Prabath Siriwardena
Can you please host the p2-repo too..

Thanks  regards,
-Prabath

On Wed, Oct 19, 2011 at 4:52 PM, Ranga Siriwardena ra...@wso2.com wrote:
 Hi All,

 Latest 3.2.2 packs are available for testing under [1].
 Please note that, these packs were build with revision 114437.  And also
 these packs includes product level fixes provided by revision 114443 ,
 114445 , 114448 , 114450 , 114451 and 114454 because of the importance of
 those fixes.

 [1]
 http://builder4.us1.wso2.org/~build/releases/carbon/3.2.2/2011-10-19_03-48-04/


 -- Forwarded message --
 From: WSO2 Carbon 3.2.2 Builder (US1) cbuil...@wso2.org
 Date: Wed, Oct 19, 2011 at 4:21 PM
 Subject: WSO2 Carbon Continuous Build was SUCCESSFUL
 To: carbon-bu...@wso2.org, ra...@wso2.com, sanje...@wso2.com


 Repository Root: https://svn.wso2.org/repos/wso2
 Repository UUID: a5903396-d722-0410-b921-86c7d4935375
 Revision: 114436
 Node Kind: directory
 Schedule: normal
 Last Changed Author: sadeep
 Last Changed Rev: 114436
 Last Changed Date: 2011-10-18 23:57:48 -0700 (Tue, 18 Oct 2011)
 [INFO]
 
 2011-10-19_03-48-04
 Carbon  packs are available at :
 http://builder4.us1.wso2.org/~build/releases/carbon/3.2.2/latest/
 tail -n50 $CARBON_SRC_HOME/build.log


 Thanks.
 Ranga.
 --
 Ranga Siriwardena
 Software Engineer
 WSO2 Inc.


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





-- 
Thanks  Regards,
Prabath

http://blog.facilelogin.com
http://RampartFAQ.com
___
Carbon-dev mailing list
Carbon-dev@wso2.org
http://mail.wso2.org/cgi-bin/mailman/listinfo/carbon-dev


Re: [Carbon-dev] Releasing features as 3.2.1 or 3.2.2 if we have released the same feature in 3.2.0?

2011-10-17 Thread Prabath Siriwardena
On Mon, Oct 17, 2011 at 11:49 AM, Supun Malinga sup...@wso2.com wrote:
 Hi manjula,

 On Mon, Oct 17, 2011 at 11:46 AM, Manjula Rathnayake manju...@wso2.com
 wrote:


 On Mon, Oct 17, 2011 at 11:42 AM, Manjula Rathnayake manju...@wso2.com
 wrote:

 Hi all,

 I am bit confused with $subject.

 We have released a features with 3.2.0. And this feature need to be
 changed with new dependencies. So what is the correct version of this
 feature, 3.2.1 or 3.2.2?

 Clarifying this further, note that we do not have a feature created for
 3.2.1 yet.

 In that case you still have to create the version as 3.2.2. This is because
 the release is 3.2.2 and all the releasing versions should be 3.2.2
 please look at the mail under subject,
 [mars-dev] 3.2.2 branch under the 3.2.0 branch

I guess we need to revisit this approach.. Shouldn't individual
components have their own versioning..? So - a new component can start
with 1.0 and progress..

Thanks  regards,
-Prabath

 thanks,


 Thank you.

 --
 Manjula Rathnayaka
 Software Engineer
 WSO2, Inc.
 Mobile:+94 77 743 1987



 --
 Manjula Rathnayaka
 Software Engineer
 WSO2, Inc.
 Mobile:+94 77 743 1987

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




 --
 Supun Malinga,

 Software Engineer,
 WSO2 Inc.
 http://wso2.com
 http://wso2.org
 email - sup...@wso2.com
 mobile - 071 56 91 321


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





-- 
Thanks  Regards,
Prabath

http://blog.facilelogin.com
http://RampartFAQ.com
___
Carbon-dev mailing list
Carbon-dev@wso2.org
http://mail.wso2.org/cgi-bin/mailman/listinfo/carbon-dev


[Carbon-dev] Carbon 3.2.3 Release

2011-10-11 Thread Prabath Siriwardena
Hi Folks,

Please create corresponding products in the SVN for Carbon 3.2.3 -
Currently we only have IS and BPS...

-- 
Thanks  Regards,
Prabath

http://blog.facilelogin.com
http://RampartFAQ.com
___
Carbon-dev mailing list
Carbon-dev@wso2.org
http://mail.wso2.org/cgi-bin/mailman/listinfo/carbon-dev


Re: [Carbon-dev] Creating new bam features on 3.2.3 branch

2011-09-30 Thread Prabath Siriwardena
I guess we should not have/add new feature in 3.2.3 - which is to be
released by early Nov..

Thanks  regards,
-Prabath

On Fri, Sep 30, 2011 at 1:42 PM, Tharindu Mathew thari...@wso2.com wrote:
 Hi all,
 We are reaching an alpha stage in BAM 2.0. Hence, we need a proper build to
 speed up testing and deployment purposes.
 We will be adding components/features to 3.2.3. Also, we will be creating a
 bam-2.0 in products , that will contain product and services of the new
 implementation.

 --
 Regards,

 Tharindu

 blog: http://mackiemathew.com/

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





-- 
Thanks  Regards,
Prabath

http://blog.facilelogin.com
http://RampartFAQ.com
___
Carbon-dev mailing list
Carbon-dev@wso2.org
http://mail.wso2.org/cgi-bin/mailman/listinfo/carbon-dev


Re: [Carbon-dev] Creating new bam features on 3.2.3 branch

2011-09-30 Thread Prabath Siriwardena
When are you planing to release these features..? With which carbon version...?

Thanks  regards,
-Prabath

On Fri, Sep 30, 2011 at 9:16 PM, Tharindu Mathew thari...@wso2.com wrote:
 This will not affect the regular build, or the 3.2.3 release. BAM 1.3.3 will
 be released accordingly.
 We will just be using the 3.2.x Carbon versions to get proper BAM 2.0
 builds.

 On Fri, Sep 30, 2011 at 5:56 PM, Prabath Siriwardena prab...@wso2.com
 wrote:

 I guess we should not have/add new feature in 3.2.3 - which is to be
 released by early Nov..

 Thanks  regards,
 -Prabath

 On Fri, Sep 30, 2011 at 1:42 PM, Tharindu Mathew thari...@wso2.com
 wrote:
  Hi all,
  We are reaching an alpha stage in BAM 2.0. Hence, we need a proper build
  to
  speed up testing and deployment purposes.
  We will be adding components/features to 3.2.3. Also, we will be
  creating a
  bam-2.0 in products , that will contain product and services of the new
  implementation.
 
  --
  Regards,
 
  Tharindu
 
  blog: http://mackiemathew.com/
 
  ___
  Carbon-dev mailing list
  Carbon-dev@wso2.org
  http://mail.wso2.org/cgi-bin/mailman/listinfo/carbon-dev
 
 



 --
 Thanks  Regards,
 Prabath

 http://blog.facilelogin.com
 http://RampartFAQ.com
 ___
 Carbon-dev mailing list
 Carbon-dev@wso2.org
 http://mail.wso2.org/cgi-bin/mailman/listinfo/carbon-dev



 --
 Regards,

 Tharindu

 blog: http://mackiemathew.com/

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





-- 
Thanks  Regards,
Prabath

http://blog.facilelogin.com
http://RampartFAQ.com
___
Carbon-dev mailing list
Carbon-dev@wso2.org
http://mail.wso2.org/cgi-bin/mailman/listinfo/carbon-dev


Re: [Carbon-dev] wso2 dss cassandra dependency

2011-09-30 Thread Prabath Siriwardena
Please also see [1].

Thanks  regards,
-Prabath

[1]: http://stackoverflow.com/questions/7579597/wso2-dss-cassandra-dependency

2011/9/28 Deependra Ariyadewa d...@wso2.com:


 2011/9/28 guclu akkaya guclu.akk...@ardictech.com

 Hi,

 Is the integrated Cassandra server(version 0.7.x) loosely coupled with
 WSO2 DSS (version 2.6) or not?

  Yes. DSS version 2.6.1 shipped with stratos 1.5.1 has the WSO2 Column Store
 Service (WSO2 CSS ) admin interface.

 Will the usage of a newer version of
 Cassandra (e.g. 0.8.x) affect the DSS in the low level?

 Current DSS CSS admin interface only works with Cassandra 0.7.x.
 Next DSS major release will support Cassandra 0.8.x.
 Thanks,
 Deependra.

 Thanks




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



 --
 Deependra Ariyadewa
 WSO2, Inc.;  http://wso2.com/
 email: d...@wso2.com; cell: +94 71 403 5996 ;
 PGP info: KeyID: 'DC627E6F'

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





-- 
Thanks  Regards,
Prabath

http://blog.facilelogin.com
http://RampartFAQ.com
___
Carbon-dev mailing list
Carbon-dev@wso2.org
http://mail.wso2.org/cgi-bin/mailman/listinfo/carbon-dev


[Carbon-dev] Please deploy Carbon 3.2.2 release packs for Stratos testing

2011-09-29 Thread Prabath Siriwardena
Hi Sanjaya,

Can you please do the $subject...

Thanks  regards,
-Prabath

-- Forwarded message --
From: Ranga Siriwardena ra...@wso2.com
Date: Thu, Sep 29, 2011 at 4:34 PM
Subject: Re: [Carbon-dev] Code frozen for Carbon 3.2.2 release
To: support-dev-group support-dev-gr...@wso2.com
Cc: Charitha Kankanamge chari...@wso2.com, Prabath Siriwardana 
prab...@wso2.com


Hi,

All the packs which were build with tests are hosted in [1].

[1] http://192.168.0.21/~build/releases/carbon/3.2.2/2011-09-29_16-17-51/
___
Carbon-dev mailing list
Carbon-dev@wso2.org
http://mail.wso2.org/cgi-bin/mailman/listinfo/carbon-dev


Re: [Carbon-dev] Carbon 3.2.2 Release - Code Freeze @ 2 PM IST Today

2011-09-22 Thread Prabath Siriwardena
PMs/RMs,

Please review the JIRAs[1] under 3.2.2 - there are 3 L1s and 2 L2s

Thanks  regards,
-Prabath

[1]: https://wso2.org/jira/browse/CARBON/fixforversion/10477

On Thu, Sep 22, 2011 at 10:58 AM, Samisa Abeysinghe sam...@wso2.com wrote:

 We have the QA setup with all pathes to be tested for next round. So please
 complete testing those set of patches first, and then we can move onto these
 patches.

 On Thu, Sep 22, 2011 at 10:52 AM, Charitha Kankanamge 
 chari...@wso2.comwrote:

 Hi Prabath,


 On Thu, Sep 22, 2011 at 10:41 AM, Prabath Siriwardena 
 prab...@wso2.comwrote:

 Hi Folks,

 Please note the $subject.. Appreciate a lot if you can make the branch
 stable by then.. Please talk to the PMs for more details...

 We'll be giving a build to QA this afternoon...


 Build means stratos services right? Hope cloud1 (or QA setup) will be
 updated with these packs.

 /Charitha




 --

 Thanks  Regards,
 Prabath

 http://blog.facilelogin.com
 http://RampartFAQ.com
 ___
 Carbon-dev mailing list
 Carbon-dev@wso2.org
 http://mail.wso2.org/cgi-bin/mailman/listinfo/carbon-dev



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

 Thanks,
 Samisa...

 Samisa Abeysinghe
 VP Engineering
 WSO2 Inc.
 http://wso2.com
 http://wso2.org



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




-- 
Thanks  Regards,
Prabath

http://blog.facilelogin.com
http://RampartFAQ.com
___
Carbon-dev mailing list
Carbon-dev@wso2.org
http://mail.wso2.org/cgi-bin/mailman/listinfo/carbon-dev


Re: [Carbon-dev] Carbon 3.2.2 Release - Code Freeze @ 2 PM IST Today

2011-09-22 Thread Prabath Siriwardena
On Thu, Sep 22, 2011 at 12:23 PM, Senaka Fernando sen...@wso2.com wrote:

 Hi Prabath,

 I see that there are 8 L1s and 2 L2s.


Yes. I moved some from 3.2.1...

Thanks  regards,
-Prabath



 Thanks,
 Senaka.


 On Thu, Sep 22, 2011 at 12:19 PM, Senaka Fernando sen...@wso2.com wrote:

 ACK.

 Thanks,
 Senaka.


 On Thu, Sep 22, 2011 at 12:16 PM, Prabath Siriwardena 
 prab...@wso2.comwrote:

 PMs/RMs,

 Please review the JIRAs[1] under 3.2.2 - there are 3 L1s and 2 L2s

 Thanks  regards,
 -Prabath

 [1]: https://wso2.org/jira/browse/CARBON/fixforversion/10477

 On Thu, Sep 22, 2011 at 10:58 AM, Samisa Abeysinghe sam...@wso2.comwrote:

 We have the QA setup with all pathes to be tested for next round. So
 please complete testing those set of patches first, and then we can move
 onto these patches.

 On Thu, Sep 22, 2011 at 10:52 AM, Charitha Kankanamge 
 chari...@wso2.com wrote:

 Hi Prabath,


 On Thu, Sep 22, 2011 at 10:41 AM, Prabath Siriwardena 
 prab...@wso2.com wrote:

 Hi Folks,

 Please note the $subject.. Appreciate a lot if you can make the branch
 stable by then.. Please talk to the PMs for more details...

 We'll be giving a build to QA this afternoon...


 Build means stratos services right? Hope cloud1 (or QA setup) will be
 updated with these packs.

 /Charitha




 --

 Thanks  Regards,
 Prabath

 http://blog.facilelogin.com
 http://RampartFAQ.com
 ___
 Carbon-dev mailing list
 Carbon-dev@wso2.org
 http://mail.wso2.org/cgi-bin/mailman/listinfo/carbon-dev



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

 Thanks,
 Samisa...

 Samisa Abeysinghe
 VP Engineering
 WSO2 Inc.
 http://wso2.com
 http://wso2.org



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




 --
 Thanks  Regards,
 Prabath

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

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




 --
 *Senaka Fernando*
 Product Manager - WSO2 Governance Registry;
 Associate Technical Lead; WSO2 Inc.; http://wso2.com*
 Member; Apache Software Foundation; http://apache.org

 E-mail: senaka AT wso2.com
 **P: +1 408 754 7388; ext: 51736*; *M: +94 77 322 1818
 Linked-In: http://linkedin.com/in/senakafernando

 *Lean . Enterprise . Middleware




 --
 *Senaka Fernando*
 Product Manager - WSO2 Governance Registry;
 Associate Technical Lead; WSO2 Inc.; http://wso2.com*
 Member; Apache Software Foundation; http://apache.org

 E-mail: senaka AT wso2.com
 **P: +1 408 754 7388; ext: 51736*; *M: +94 77 322 1818
 Linked-In: http://linkedin.com/in/senakafernando

 *Lean . Enterprise . Middleware


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




-- 
Thanks  Regards,
Prabath

http://blog.facilelogin.com
http://RampartFAQ.com
___
Carbon-dev mailing list
Carbon-dev@wso2.org
http://mail.wso2.org/cgi-bin/mailman/listinfo/carbon-dev


Re: [Carbon-dev] Please review JIRA for 3.2.1 and 3.2.2

2011-09-22 Thread Prabath Siriwardena
Pleas decide what needs to be go in to 3.2.2 and 3.2.3...

Thanks  regards,
-Prabath

On Thu, Sep 22, 2011 at 12:27 PM, Prabath Siriwardena prab...@wso2.comwrote:

 Hi PMs/RMs,

 Please review all the JIRAs under [1] and [2] - some may be already fixed..
 appreciate a lot if we can finish this today it self..

 [1]: https://wso2.org/jira/browse/CARBON/fixforversion/10473
 [2]: https://wso2.org/jira/browse/CARBON/fixforversion/10477

 --
 Thanks  Regards,
 Prabath

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




-- 
Thanks  Regards,
Prabath

http://blog.facilelogin.com
http://RampartFAQ.com
___
Carbon-dev mailing list
Carbon-dev@wso2.org
http://mail.wso2.org/cgi-bin/mailman/listinfo/carbon-dev


[Carbon-dev] Carbon 3.2.2 Release - Code Freeze @ 2 PM IST Today

2011-09-21 Thread Prabath Siriwardena
Hi Folks,

Please note the $subject.. Appreciate a lot if you can make the branch
stable by then.. Please talk to the PMs for more details...

We'll be giving a build to QA this afternoon...

-- 
Thanks  Regards,
Prabath

http://blog.facilelogin.com
http://RampartFAQ.com
___
Carbon-dev mailing list
Carbon-dev@wso2.org
http://mail.wso2.org/cgi-bin/mailman/listinfo/carbon-dev


Re: [Carbon-dev] Carbon 3.2.2 Release - Code Freeze @ 2 PM IST Today

2011-09-21 Thread Prabath Siriwardena
On Thu, Sep 22, 2011 at 10:52 AM, Charitha Kankanamge chari...@wso2.com wrote:
 Hi Prabath,


 On Thu, Sep 22, 2011 at 10:41 AM, Prabath Siriwardena prab...@wso2.com
 wrote:

 Hi Folks,

 Please note the $subject.. Appreciate a lot if you can make the branch
 stable by then.. Please talk to the PMs for more details...

 We'll be giving a build to QA this afternoon...

 Build means stratos services right? Hope cloud1 (or QA setup) will be
 updated with these packs.

Yes.. we need some one from cloud team to own the task to do the
stratos setup...

Thanks  regards,
-Prabath


 /Charitha



 --
 Thanks  Regards,
 Prabath

 http://blog.facilelogin.com
 http://RampartFAQ.com
 ___
 Carbon-dev mailing list
 Carbon-dev@wso2.org
 http://mail.wso2.org/cgi-bin/mailman/listinfo/carbon-dev


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





-- 
Thanks  Regards,
Prabath

http://blog.facilelogin.com
http://RampartFAQ.com
___
Carbon-dev mailing list
Carbon-dev@wso2.org
http://mail.wso2.org/cgi-bin/mailman/listinfo/carbon-dev


Re: [Carbon-dev] Identity Server 3.2.2 Release Readiness

2011-09-20 Thread Prabath Siriwardena
+1

We have done improvements to 3-legged OAuth as well and committed to
the branch...

Thanks  regards,
-Prabath

On Tue, Sep 20, 2011 at 5:15 PM, Thilina Buddhika thili...@wso2.com wrote:
 Hi Folks,
 For IS 3.2.2 release, we will including the fixes/improvements for the
 following components.
 - XACML BE and FE components
 - SAML2 SSO BE an FE components
 - OpenID provider FE component
 And there are some fixes gone into Rampart and WSS4J.
 We will be adding the PassiveSTS support back to 3.2.2. (Manjula is already
 working it.)
 Asela, please make sure that all the relevant XACML related fixes are
 committed. I will make sure that all the features are branched off and P2
 profiles are up-to date.
 Thanks,
 Thilina

 --
 Thilina Buddhika
 Associate Technical Lead
 WSO2 Inc. ; http://wso2.com
 lean . enterprise . middleware

 phone : +94 77 44 88 727
 blog : http://blog.thilinamb.com

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





-- 
Thanks  Regards,
Prabath

http://blog.facilelogin.com
http://RampartFAQ.com
___
Carbon-dev mailing list
Carbon-dev@wso2.org
http://mail.wso2.org/cgi-bin/mailman/listinfo/carbon-dev


  1   2   3   4   >