Re: [Dev] How to handle null response , with http header "content-type = application/json" from third party service.

2018-01-11 Thread Susankha Nirmala
Hi Vikram,

You can use payload factory mediator like below in the fault sequence to
achieve your requirement.


  
 {"Message": "Not Data Found."}
  


Thanks,
/Susankha.

On Thu, Jan 11, 2018 at 9:17 AM, Vinod Kavinda <vi...@wso2.com> wrote:

> Hi,
> This should be triggering the fault sequence of your API/Proxy or the
> default fault sequence. You can capture the error in fault sequence and
> construct your error message.
>
> Regards,
> Vinod
>
> On Wed, Jan 10, 2018 at 7:43 PM, vikram nayak <nayak.vikr...@yahoo.in>
> wrote:
>
>>
>> Hi,
>>
>> Third party service which I need to consume returns “null” when it has no
>> data for a particular input.
>> Here is how it looks in postman when I hit third party service.
>>
>> [image: Inline image 1]
>> [image: Inline image 2]
>>
>> and wso2 service console shows below erros and service gets hanged , the
>> control does not come to response flow : (Error logs attached)
>>
>> [2018-01-10 19:34:49,145] [EI-Core] ERROR - JsonUtil #getNewJsonPayload.
>> Could not save JSON payload. Invalid input stream found. MessageID:
>> urn:uuid:ca4bbd52-ec0d-4fe9-9dcf-b99b5fda1b8c
>> [2018-01-10 19:34:49,146] [EI-Core] ERROR - JsonStreamBuilder Error
>> occurred while processing document for application/json
>> java.lang.reflect.InvocationTargetException
>> at sun.reflect.GeneratedMethodAccessor52.invoke(Unknown Source)
>> at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
>> at java.lang.reflect.Method.invoke(Unknown Source)
>> at org.wso2.carbon.integrator.core.json.JsonStreamBuilder.proce
>> ssDocument(JsonStreamBuilder.java:69)
>> at org.apache.synapse.transport.passthru.util.DeferredMessageBu
>> ilder.getDocument(DeferredMessageBuilder.java:148)
>> at org.apache.synapse.transport.passthru.util.RelayUtils.builld
>> Message(RelayUtils.java:136)
>>
>> Please suggest how to handle this error. I want to throw some business
>> exception like {"Message": "Not Data Found."}
>>
>> Regards,
>>
>> ___
>> Dev mailing list
>> Dev@wso2.org
>> http://wso2.org/cgi-bin/mailman/listinfo/dev
>>
>>
>
>
> --
> Vinod Kavinda
> Senior Software Engineer
> *WSO2 Inc. - lean . enterprise . middleware <http://www.wso2.com>.*
> Mobile : +94 (0) 712 415544
> Blog : http://soatechflicks.blogspot.com/
> [image: http://wso2.com/signature]
> <http://wso2.com/signature>
>
>
> ___
> Dev mailing list
> Dev@wso2.org
> http://wso2.org/cgi-bin/mailman/listinfo/dev
>
>


-- 
Susankha Nirmala
Senior Software Engineer
WSO2, Inc.: http://wso2.com
lean.enterprise.middleware

Mobile : +94 77 593 2146
blog : https://susankhanirmala.wordpress.com/
___
Dev mailing list
Dev@wso2.org
http://wso2.org/cgi-bin/mailman/listinfo/dev


Re: [Dev] How to configure the Cache mediator in ESB 5.0.0

2017-11-29 Thread Susankha Nirmala
Hi Dilusha,

You can achieve your requirement with below sample API configuration.

http://ws.apache.org/ns/synapse; name="TestAPI" context="/abc">
   
  
 

 
 

   
  
   


 
 

   http://www.mocky.io/v2/5a158a1f2e5f00eab752"/>

 
  
  
 

 
 
 
  
   


Thanks,
/Susankha.


On Wed, Nov 29, 2017 at 1:34 PM, Dilusha Alphonso <dilu...@wso2.com> wrote:

> Hi All,
>
> I have created an API in wso2 ESB 5.0.0  to call the SOAP back-end
> service. I have used cache mediator for a normal GET method.  What I want
> is, I have used a GET Method to get some details, I passed the id with the
> URL.
>
> Requirement- When I call the service through API for a given id in the
> first time I need a proper response for particular id, then for next call
> for the same id it should get the response from the cache itself up-to-the
> given Timeout period. if I change the id then it should hit the service.
>
> I attached my configuration.
>
> http://ws.apache.org/ns/synapse; name="Durdan"
> context="/test">
>  
>   
>  
>   hashGenerator="org.wso2.carbon.mediator.cache.digest.REQUESTHASHGenerator"
> timeout="60">
> 
>  
>  
>   
>
>
>   
>  http://schemas.
> xmlsoap.org/soap/envelope/">
> 
>12
> 
> 
>http://service.
> sample.durdans.com">
>   $1
>
> 
>  
>   
>   
>  
>   
>
>  
>   scope="transport"/>
>  
> 
>
> 
>  
>   
>   
> 
>  
>   
>
> 
>
>
> Above configuration, I was able to get the response for proper id. but
> cache mediator is not working.
>
>
> Can anyone help me to solve this??
>
> Thanks in advance.
> --
>
>
> *Best Regards,Dilusha Alphonso*
>
> *Software Engineer - Support Team*
>
>
> *WSO2*
> *Mobile : *
>
> *+94766837098 <+94%2076%20683%207098>[image: http://wso2.com/signature]
> <http://wso2.com/signature>*
>
> ___
> Dev mailing list
> Dev@wso2.org
> http://wso2.org/cgi-bin/mailman/listinfo/dev
>
>


-- 
Susankha Nirmala
Senior Software Engineer
WSO2, Inc.: http://wso2.com
lean.enterprise.middleware

Mobile : +94 77 593 2146
blog : https://susankhanirmala.wordpress.com/
___
Dev mailing list
Dev@wso2.org
http://wso2.org/cgi-bin/mailman/listinfo/dev


Re: [Dev] Recursively request going on for one soap request

2017-08-04 Thread Susankha Nirmala
Hi Nandika,

Yes, if we add a send mediator with an endpoint to the out sequence, we
could see this behavior. But AFAIU, to allow adding send mediator with an
endpoint to the out sequence is wrong.
Because AFAIU we do not have any valid use case the send mediator might use
in the out sequence as we mentioned.

Thanks,
/Susankha.

On Fri, Aug 4, 2017 at 5:04 PM, Vinod Kavinda <vi...@wso2.com> wrote:

> Hi Senuwan,
> As a solution, Please use a Call mediator in place of the send mediator in
> the outSequece.
>
> Regards,
> Vinod
>
>
> On Fri, Aug 4, 2017 at 4:55 PM, Nandika Jayawardana <nand...@wso2.com>
> wrote:
>
>> This is the expected behavior. In in sequence, the request is sent to the
>> endpoint and response returns to the out sequence. When the message is sent
>> from out sequence, the response returns to the out sequence, resulting in
>> the loop.
>>
>> Regards
>> Nandika
>>
>> On Fri, Aug 4, 2017 at 12:20 PM, Senuwan Withana <senu...@wso2.com>
>> wrote:
>>
>>>
>>> *Scenario *
>>> I have created below proxy and added address endpoint URL.However by
>>> mistakenly I have added same endpoint URL to the 'Out Sequence'. After that
>>> I have send one SOAP request. in back-end recursively request going on.
>>>
>>>
>>> *Please refer XML file   [WSO2-ESB 4.9.0]*
>>>
>>> 
>>> http://ws.apache.org/ns/synapse;
>>>name="tenone"
>>>transports="http,https"
>>>statistics="disable"
>>>trace="disable"
>>>startOnLoad="true">
>>>
>>>   
>>>  
>>>  
>>> 
>>>http://www.mocky.io/v2/59
>>> 84075e11b601416671"/>
>>> 
>>>  
>>>   
>>>   
>>>  
>>> 
>>>http://www.mocky.io/v2/59
>>> 84075e11b601416671"/>
>>> 
>>>  
>>>   
>>>
>>>
>>> 
>>>
>>>
>>>
>>> *Carbon Log file is attached *
>>>
>>> As per my understand this might not be the expected behaviour and what
>>> we would able to do this.
>>>
>>>
>>> *Senuwan Withana*
>>> Software Engineer - Support Team | WSO2
>>>
>>> Email : senu...@wso2.com
>>> Mobile: 94773212853 <077%20321%202853>
>>> Web: http://www.wso2.com
>>>
>>>
>>>
>>
>>
>> --
>> Nandika Jayawardana
>> WSO2 Inc ; http://wso2.com
>> lean.enterprise.middleware
>>
>> ___
>> Dev mailing list
>> Dev@wso2.org
>> http://wso2.org/cgi-bin/mailman/listinfo/dev
>>
>>
>
>
> --
> Vinod Kavinda
> Senior Software Engineer
> *WSO2 Inc. - lean . enterprise . middleware <http://www.wso2.com>.*
> Mobile : +94 (0) 712 415544
> Blog : http://soatechflicks.blogspot.com/
> [image: http://wso2.com/signature]
> <http://wso2.com/signature>
>
>
> ___
> Dev mailing list
> Dev@wso2.org
> http://wso2.org/cgi-bin/mailman/listinfo/dev
>
>


-- 
Susankha Nirmala
Senior Software Engineer
WSO2, Inc.: http://wso2.com
lean.enterprise.middleware

Mobile : +94 77 593 2146
blog : https://susankhanirmala.wordpress.com/
___
Dev mailing list
Dev@wso2.org
http://wso2.org/cgi-bin/mailman/listinfo/dev


Re: [Dev] [DEV] [VOTE] WSO2 Developer Studio Tooling for Platform RC2

2016-05-27 Thread Susankha Nirmala
I was able to start ESB 5.0.0 using DevStudio 3.8.0 (with carbonserver 4.4)
with Java 1.7 and 1.8. Because, as I explained, in the DevS 3.8 we are
passing "-Xms256m -Xmx1024m -XX:MaxPermSize=256m" VM parameters(refer [1]).
Attached the screenshots to the mail.

 @ Awanthika,

You can pass the same "-Xms256m -Xmx1024m -XX: MaxPermSize=256m" VM
parameters in the DevStudio 4.1.0 (revert relevant changes in the commit
[2]). When you are testing, don't test with the selfhost devstudio, and
build the p2 locally and install that to fresh eclipse Mars pack.

[1]-
https://github.com/wso2/developer-studio/blob/developer-studio-3.8.0/server/org.wso2.developerstudio.eclipse.carbonserver44/serverdefinition/carbon.definition.xml
[2]-
https://github.com/wso2/devstudio-tooling-platform/commit/e17477078563fc145da99a5460a6ef18af385822#diff-54e1d0cafafda5466af0c4671299155b

Thanks.
/Susankha.

On Thu, May 26, 2016 at 9:45 PM, Susankha Nirmala <susan...@wso2.com> wrote:

>
> On Thu, May 26, 2016 at 9:02 PM, Awanthika Senarath <awanth...@wso2.com>
> wrote:
>
>> Hello Susankha,
>>
>> We cannot have those VM arguments in serverdefinition.xml as ESB 5.0.0
>> which is based on carbon 4.4.1 has a different wso2carbon.sh which will not
>> be able to start if we pass those VM arguments. So the option is to
>> integrate a new server for carbon 4.4.1.
>>
>
> ESB 5.0.0 is using the Carbon Kernel version 4.4.5 and in the
> "wso2server.sh" carbon file, it will check the Java version like below and
> assign the values of the VM parameters to the "JVM_MEM_OPTS" variable,
> according to the java version. Then use the "$JVM_MEM_OPTS" parameter in
> the
> system property section (refer [1])
>
>
> if [ -z "$JVM_MEM_OPTS" ]; then
>java_version=$("$JAVACMD" -version 2>&1 | awk -F '"' '/version/ {print
> $2}')
>JVM_MEM_OPTS="-Xms256m -Xmx1024m"
>if [ "$java_version" \< "1.8" ]; then
>   JVM_MEM_OPTS="$JVM_MEM_OPTS -XX:MaxPermSize=256m"
>fi
> fi
>
> .
>
> while [ "$status" = "$START_EXIT_STATUS" ]
> do
> $JAVACMD \
> -Xbootclasspath/a:"$CARBON_XBOOTCLASSPATH" \
> $JVM_MEM_OPTS \
>
> Without creating a new server for ESB 5.0.0 (Carbon Kernel 4.4.5), we can
> use the same CarbonServer44 component.
> We can check the JAVA version and according to that, we can set the
> relavent VM parameters.
> I think that is the best way to handle this issue, without introduce a new
> CarbonSever vertion inside the DevStudio.
>
>
> [1]-
> https://github.com/wso2/carbon-kernel/blob/v4.4.5/distribution/kernel/carbon-home/bin/wso2server.sh
>
>
>
>
>>
>>
>>
>> Regards
>> Awanthika
>>
>> Awanthika Senarath
>> Software Engineer, WSO2 Inc.
>> Mobile: +94717681791
>>
>>
>>
>> On Fri, May 27, 2016 at 9:15 AM, Susankha Nirmala <susan...@wso2.com>
>> wrote:
>>
>>>
>>>
>>> On Thu, May 26, 2016 at 8:26 PM, Susankha Nirmala <susan...@wso2.com>
>>> wrote:
>>>
>>>>
>>>>
>>>> On Thu, May 26, 2016 at 7:18 PM, Jasintha Dasanayake <jasin...@wso2.com
>>>> > wrote:
>>>>
>>>>>
>>>>>
>>>>> On Thu, May 26, 2016 at 9:05 AM, Awanthika Senarath <
>>>>> awanth...@wso2.com> wrote:
>>>>>
>>>>>> Hello Nuwan,
>>>>>>
>>>>>> Please find my comments inline,
>>>>>>
>>>>>> I have noticed following issues while testing.
>>>>>>
>>>>>>
>>>>>> https://wso2.org/jira/browse/TOOLS-3412
>>>>>>
>>>>>> As I have mentioned before this is a OS specific issue which comes in
>>>>>> Linux and not a blocker. We will attempt to fix this as we move on.
>>>>>>
>>>>>> https://wso2.org/jira/browse/TOOLS-3416
>>>>>>
>>>>>
>>>>> Actually this issue happens only when the server is started in JDK 1.7
>>>>> if server runs on JDK 1.8 this issue won't be there , reason for this 
>>>>> issue
>>>>> is ,  memory settings are defined in two different ways for JDK 7 and 8  
>>>>> in
>>>>> carbons server , So we have to find  a way to distinguish  these two
>>>>> settings inside the eclipse
>>>>>
>>>>
>>>>
>>>> This error happens due to missin

Re: [Dev] [DEV] [VOTE] WSO2 Developer Studio Tooling for Platform RC2

2016-05-26 Thread Susankha Nirmala
On Thu, May 26, 2016 at 9:02 PM, Awanthika Senarath <awanth...@wso2.com>
wrote:

> Hello Susankha,
>
> We cannot have those VM arguments in serverdefinition.xml as ESB 5.0.0
> which is based on carbon 4.4.1 has a different wso2carbon.sh which will not
> be able to start if we pass those VM arguments. So the option is to
> integrate a new server for carbon 4.4.1.
>

ESB 5.0.0 is using the Carbon Kernel version 4.4.5 and in the
"wso2server.sh" carbon file, it will check the Java version like below and
assign the values of the VM parameters to the "JVM_MEM_OPTS" variable,
according to the java version. Then use the "$JVM_MEM_OPTS" parameter in
the
system property section (refer [1])


if [ -z "$JVM_MEM_OPTS" ]; then
   java_version=$("$JAVACMD" -version 2>&1 | awk -F '"' '/version/ {print
$2}')
   JVM_MEM_OPTS="-Xms256m -Xmx1024m"
   if [ "$java_version" \< "1.8" ]; then
  JVM_MEM_OPTS="$JVM_MEM_OPTS -XX:MaxPermSize=256m"
   fi
fi

.

while [ "$status" = "$START_EXIT_STATUS" ]
do
$JAVACMD \
-Xbootclasspath/a:"$CARBON_XBOOTCLASSPATH" \
$JVM_MEM_OPTS \

Without creating a new server for ESB 5.0.0 (Carbon Kernel 4.4.5), we can
use the same CarbonServer44 component.
We can check the JAVA version and according to that, we can set the
relavent VM parameters.
I think that is the best way to handle this issue, without introduce a new
CarbonSever vertion inside the DevStudio.


[1]-
https://github.com/wso2/carbon-kernel/blob/v4.4.5/distribution/kernel/carbon-home/bin/wso2server.sh




>
>
>
> Regards
> Awanthika
>
> Awanthika Senarath
> Software Engineer, WSO2 Inc.
> Mobile: +94717681791
>
>
>
> On Fri, May 27, 2016 at 9:15 AM, Susankha Nirmala <susan...@wso2.com>
> wrote:
>
>>
>>
>> On Thu, May 26, 2016 at 8:26 PM, Susankha Nirmala <susan...@wso2.com>
>> wrote:
>>
>>>
>>>
>>> On Thu, May 26, 2016 at 7:18 PM, Jasintha Dasanayake <jasin...@wso2.com>
>>> wrote:
>>>
>>>>
>>>>
>>>> On Thu, May 26, 2016 at 9:05 AM, Awanthika Senarath <awanth...@wso2.com
>>>> > wrote:
>>>>
>>>>> Hello Nuwan,
>>>>>
>>>>> Please find my comments inline,
>>>>>
>>>>> I have noticed following issues while testing.
>>>>>
>>>>>
>>>>> https://wso2.org/jira/browse/TOOLS-3412
>>>>>
>>>>> As I have mentioned before this is a OS specific issue which comes in
>>>>> Linux and not a blocker. We will attempt to fix this as we move on.
>>>>>
>>>>> https://wso2.org/jira/browse/TOOLS-3416
>>>>>
>>>>
>>>> Actually this issue happens only when the server is started in JDK 1.7
>>>> if server runs on JDK 1.8 this issue won't be there , reason for this issue
>>>> is ,  memory settings are defined in two different ways for JDK 7 and 8  in
>>>> carbons server , So we have to find  a way to distinguish  these two
>>>> settings inside the eclipse
>>>>
>>>
>>>
>>> This error happens due to missing "-Xms256m -Xmx1024m -XX:
>>> MaxPermSize=256m" VM parameters in the carbon.definition.xml[1]. ESB 5.0.0
>>> is support for Java 1.7.0 and 1.8.0 (refer [3]).
>>> ESB 4.9.0 also supported for both Java versions and in the
>>> carbon.definition.xml file of the carbonserver 4.2, we can see "-Xms256m
>>> -Xmx1024m -XX:MaxPermSize=256m" VM parameters[2].
>>>
>>> With the Java 1.8, PermSize VM parameter not using, because in Java 8
>>> PermGen is replace with Metaspace. But we need to support Both Java
>>> versions (1.7 and 1.8).
>>> We can pass same three "-Xms256m -Xmx1024m -XX: MaxPermSize=256m" VM
>>> parameters and when we are starting server in Java 1.8.0 it will give the
>>> following warning, but continue the starting process.
>>>
>>> Java HotSpot(TM) 64-Bit Server VM warning: ignoring option
>>> MaxPermSize=256m; support was removed in 8.0
>>>
>>> If you directly run ESB with Java 1.8.0, you can see above warning log.
>>> The best thing we can do is use the same VM parameters define in the
>>> wso2carbon.sh file in the carbon.definition.xml (that's what we have done
>>> with carbonserver 4.2 and that's why we can't see
>>> This issue, when starting ESB 4.9.0 with Java 1.7.0)
>>>
>>> [1]-
>>> https://gith

Re: [Dev] [DEV] [VOTE] WSO2 Developer Studio Tooling for Platform RC2

2016-05-26 Thread Susankha Nirmala
On Thu, May 26, 2016 at 8:26 PM, Susankha Nirmala <susan...@wso2.com> wrote:

>
>
> On Thu, May 26, 2016 at 7:18 PM, Jasintha Dasanayake <jasin...@wso2.com>
> wrote:
>
>>
>>
>> On Thu, May 26, 2016 at 9:05 AM, Awanthika Senarath <awanth...@wso2.com>
>> wrote:
>>
>>> Hello Nuwan,
>>>
>>> Please find my comments inline,
>>>
>>> I have noticed following issues while testing.
>>>
>>>
>>> https://wso2.org/jira/browse/TOOLS-3412
>>>
>>> As I have mentioned before this is a OS specific issue which comes in
>>> Linux and not a blocker. We will attempt to fix this as we move on.
>>>
>>> https://wso2.org/jira/browse/TOOLS-3416
>>>
>>
>> Actually this issue happens only when the server is started in JDK 1.7 if
>> server runs on JDK 1.8 this issue won't be there , reason for this issue is
>> ,  memory settings are defined in two different ways for JDK 7 and 8  in
>> carbons server , So we have to find  a way to distinguish  these two
>> settings inside the eclipse
>>
>
>
> This error happens due to missing "-Xms256m -Xmx1024m -XX:
> MaxPermSize=256m" VM parameters in the carbon.definition.xml[1]. ESB 5.0.0
> is support for Java 1.7.0 and 1.8.0 (refer [3]).
> ESB 4.9.0 also supported for both Java versions and in the
> carbon.definition.xml file of the carbonserver 4.2, we can see "-Xms256m
> -Xmx1024m -XX:MaxPermSize=256m" VM parameters[2].
>
> With the Java 1.8, PermSize VM parameter not using, because in Java 8
> PermGen is replace with Metaspace. But we need to support Both Java
> versions (1.7 and 1.8).
> We can pass same three "-Xms256m -Xmx1024m -XX: MaxPermSize=256m" VM
> parameters and when we are starting server in Java 1.8.0 it will give the
> following warning, but continue the starting process.
>
> Java HotSpot(TM) 64-Bit Server VM warning: ignoring option
> MaxPermSize=256m; support was removed in 8.0
>
> If you directly run ESB with Java 1.8.0, you can see above warning log.
> The best thing we can do is use the same VM parameters define in the
> wso2carbon.sh file in the carbon.definition.xml (that's what we have done
> with carbonserver 4.2 and that's why we can't see
> This issue, when starting ESB 4.9.0 with Java 1.7.0)
>
> [1]-
> https://github.com/wso2/devstudio-tooling-platform/blob/developer-studio-tooling-platform-4.1.0-beta2/plugins/org.wso2.developerstudio.eclipse.carbonserver44/serverdefinition/carbon.definition.xml
> [2]-
> https://github.com/wso2/devstudio-tooling-platform/blob/master/plugins/org.wso2.developerstudio.eclipse.carbonserver42/serverdefinition/carbon.definition.xml
> [3]- https://docs.wso2.com/display/ESB500/Installation+Prerequisites
>
> Thanks.
> /Susankha.
>


With the DevStudio 3.8.0 also we can run carbon44 servers and but there we
can see "-Xms256m -Xmx1024m -XX:MaxPermSize=256m" VM parameters ([1])

[1]-
https://github.com/wso2/developer-studio/blob/developer-studio-3.8.0/server/org.wso2.developerstudio.eclipse.carbonserver44/serverdefinition/carbon.definition.xml




>
>
>
>
>
>
>
>>
>> Thanks and Regards
>> /Jasintha
>>
>>>
>>> We will look into this. It appears that this is caused by a memory leak
>>> due to non heap-size setting[1] by the configurations.
>>>
>>>
>>> [1] https://github.com/spring-projects/spring-boot/issues/4376
>>>
>>>
>>>
>>>
>>> Regards
>>> Awanthika
>>>
>>>
>>>
>>> Awanthika Senarath
>>> Software Engineer, WSO2 Inc.
>>> Mobile: +94717681791
>>>
>>>
>>>
>>> On Thu, May 26, 2016 at 8:50 AM, Sohani Weerasinghe <soh...@wso2.com>
>>> wrote:
>>>
>>>> Hi All,
>>>>
>>>> I have tested the updater tool functionality including installing
>>>> features and no major issues found
>>>>
>>>> @Nuwan: I have tested [1] in Linux and couldn't reproduce the issue.
>>>>
>>>> [1] https://wso2.org/jira/browse/TOOLS-3416
>>>>
>>>> Sohani Weerasinghe
>>>> Software Engineer
>>>> WSO2, Inc: http://wso2.com
>>>>
>>>> Mobile  : +94 716439774
>>>> Blog :http://christinetechtips.blogspot.com/
>>>> Twitter  : https://twitter.com/sohanichristine
>>>>
>>>> On Wed, May 25, 2016 at 6:02 PM, Nuwan Pallewela <nuw...@wso2.com>
>>>> wrote:
>>>>
>>>>> Hi All,
>>>>>
>>

Re: [Dev] [DEV] [VOTE] WSO2 Developer Studio Tooling for Platform RC2

2016-05-26 Thread Susankha Nirmala
the project nature extension point and found no issues.
>>>>>>
>>>>>> +1
>>>>>>
>>>>>> Thanks,
>>>>>> Maheeka
>>>>>>
>>>>>> Maheeka Jayasuriya
>>>>>> Software Engineer
>>>>>> Mobile : +9450661
>>>>>>
>>>>>> On Mon, May 23, 2016 at 1:55 PM, Awanthika Senarath <
>>>>>> awanth...@wso2.com> wrote:
>>>>>>
>>>>>>> Hello Devs,
>>>>>>>
>>>>>>>
>>>>>>> We are pleased to announce the vote for RC-2 of *WSO2 Developer Studio 
>>>>>>> Tooling
>>>>>>> for Platform 4.1.0.*
>>>>>>>
>>>>>>> P2 repository of WSO2 developer Studio  Tooling for Platform 4.1.0
>>>>>>> is available here
>>>>>>> <http://builder1.us1.wso2.org/~developerstudio/developer-studio-kernel/4.1.0/platform-bundles/releases/>.
>>>>>>>  Source
>>>>>>> and Tag Location to be voted upon is available here
>>>>>>> <https://github.com/wso2/devstudio-tooling-platform/releases/tag/Released-mars-carbon-4.4-platform-4.1.0-RC2-2016-05-23-115802>
>>>>>>> .
>>>>>>>
>>>>>>> Developer Studio 4.1.0  Tooling for Platform is released on
>>>>>>> Developer Studio kernel 4.1.0
>>>>>>> Developer Studio Kernel contains a single feature which has the
>>>>>>> bundles that are required to implement WSO2 specific product tooling on
>>>>>>> Eclipse.
>>>>>>>
>>>>>>>- This release contains Developer Studio migration to Eclipse
>>>>>>>mars
>>>>>>>- Improvements in the Developer Studio Updater tool for
>>>>>>>automatic updates
>>>>>>>
>>>>>>>
>>>>>>>
>>>>>>>1. [+] Stable - go ahead and release
>>>>>>>2. [-]  Broken - do not release (please explain why)
>>>>>>>
>>>>>>>
>>>>>>> The platform could to be tested on top of Developer Studio Kernel
>>>>>>> with compatible tooling SNAPSHOT versions available at [1].
>>>>>>>
>>>>>>>
>>>>>>> [1]
>>>>>>> http://builder1.us1.wso2.org/~developerstudio/developer-studio-kernel/4.1.0/
>>>>>>>
>>>>>>>
>>>>>>> Awanthika Senarath
>>>>>>> Software Engineer, WSO2 Inc.
>>>>>>> Mobile: +94717681791
>>>>>>>
>>>>>>>
>>>>>>>
>>>>>>> ___
>>>>>>> Dev mailing list
>>>>>>> Dev@wso2.org
>>>>>>> http://wso2.org/cgi-bin/mailman/listinfo/dev
>>>>>>>
>>>>>>>
>>>>>>
>>>>>> ___
>>>>>> Dev mailing list
>>>>>> Dev@wso2.org
>>>>>> http://wso2.org/cgi-bin/mailman/listinfo/dev
>>>>>>
>>>>>>
>>>>>
>>>>>
>>>>> --
>>>>> Heshitha Hettihewa
>>>>> *Software Engineer*
>>>>> Mobile : +94716866386
>>>>> <%2B94%20%280%29%20773%20451194>
>>>>> heshit...@wso2.com
>>>>>
>>>>> ___
>>>>> Dev mailing list
>>>>> Dev@wso2.org
>>>>> http://wso2.org/cgi-bin/mailman/listinfo/dev
>>>>>
>>>>>
>>>>
>>>>
>>>> --
>>>> --
>>>>
>>>> *Nuwan Chamara Pallewela*
>>>>
>>>>
>>>> *Software Engineer*
>>>>
>>>> *WSO2, Inc. *http://wso2.com
>>>> *lean . enterprise . middleware*
>>>>
>>>> Email   *nuw...@wso2.com <nuw...@wso2.com>*
>>>> Mobile  *+94719079739 <%2B94719079739>@*
>>>>
>>>>
>>>>
>>>> ___
>>>> Dev mailing list
>>>> Dev@wso2.org
>>>> http://wso2.org/cgi-bin/mailman/listinfo/dev
>>>>
>>>>
>>>
>>
>> ___
>> Dev mailing list
>> Dev@wso2.org
>> http://wso2.org/cgi-bin/mailman/listinfo/dev
>>
>>
>
>
> --
>
> *Jasintha Dasanayake*
>
> *Senior Software EngineerWSO2 Inc. | http://wso2.com
> <http://wso2.com/>lean . enterprise . middleware*
>
>
> *mobile :- 0711368118*
>
> ___
> Dev mailing list
> Dev@wso2.org
> http://wso2.org/cgi-bin/mailman/listinfo/dev
>
>


-- 
Susankha Nirmala
Software Engineer
WSO2, Inc.: http://wso2.com
lean.enterprise.middleware
Mobile : +94 77 593 2146
___
Dev mailing list
Dev@wso2.org
http://wso2.org/cgi-bin/mailman/listinfo/dev


Re: [Dev] Error while deploying sequence with a connector via a CAR file

2016-03-26 Thread Susankha Nirmala
Hi Hasitha,

Did you installed connector to the ESB?
You can install that connector from the connector store. You can follow the
steps mentioned in doc (1).

(1)
https://docs.wso2.com/display/ESB490/Managing+Connectors+in+Your+ESB+Instance

Thanks.
/Susankha.
On Mar 26, 2016 4:10 PM, "Harsha Thirimanna"  wrote:

> You can see the more error detail in dev studio error.log while you are
> deploying .
> On Mar 26, 2016 5:08 AM, "Hasitha Hiranya"  wrote:
>
>> Hi,
>>
>> And I do not see connector is bundled into the CAR file.
>>
>> [image: Inline image 1]
>>
>> Thanks
>>
>> On Sat, Mar 26, 2016 at 2:31 PM, Hasitha Hiranya 
>> wrote:
>>
>>> Hi,
>>>
>>> I have following sequence. When it is deployed via a CAR file (I added
>>> salesforce connector to the CAR by right click >> add remove connector in
>>> Dev Studio) it gives error [1]. Any idea what I am doing wrong here? I am
>>> using ESB 4.9.0.
>>>
>>>
>>> 
>>> http://ws.apache.org/ns/synapse;>
>>>   
>>> >> xmlns:ns="http://org.apache.synapse/xsd"/>
>>>   
>>>   
>>> 
>>>   
>>> 
>>>   $1
>>> 
>>>   
>>> 
>>> 
>>>   >> xmlns:ns="http://org.apache.synapse/xsd"/>
>>> 
>>>   
>>>   
>>> 0
>>> 0
>>> {//sfdc:sObjects}
>>>   
>>>   
>>> 
>>>
>>> [1].
>>>
>>>
>>> [2016-03-26 14:20:34,061] ERROR - MediatorFactoryFinder Unknown mediator
>>> referenced by configuration element : {
>>> http://ws.apache.org/ns/synapse}salesforce
>>> [2016-03-26 14:20:34,062] ERROR - SequenceDeploymentInterceptor Sequence
>>> Deployment from the file :
>>> /learn/demo/new_esb/wso2esb-4.9.0/tmp/carbonapps/-1234/1458982232842ESBProject_1.0.0.car/salesForceInvokeSequence_1.0.0/salesForceInvokeSequence-1.0.0.xml
>>> : Failed.
>>> *org.apache.synapse.SynapseException: Unknown mediator referenced by
>>> configuration element : {http://ws.apache.org/ns/synapse}salesforce
>>> *
>>> at
>>> org.apache.synapse.config.xml.MediatorFactoryFinder.getMediator(MediatorFactoryFinder.java:219)
>>> at
>>> org.apache.synapse.config.xml.AbstractListMediatorFactory.addChildren(AbstractListMediatorFactory.java:46)
>>> at
>>> org.apache.synapse.config.xml.SequenceMediatorFactory.createSpecificMediator(SequenceMediatorFactory.java:87)
>>> at
>>> org.apache.synapse.config.xml.AbstractMediatorFactory.createMediator(AbstractMediatorFactory.java:94)
>>> at
>>> org.apache.synapse.config.xml.MediatorFactoryFinder.getMediator(MediatorFactoryFinder.java:224)
>>> at
>>> org.apache.synapse.deployers.SequenceDeployer.deploySynapseArtifact(SequenceDeployer.java:58)
>>> at
>>> org.wso2.carbon.sequences.SequenceDeploymentInterceptor.deploySynapseArtifact(SequenceDeploymentInterceptor.java:42)
>>> at
>>> org.apache.synapse.deployers.AbstractSynapseArtifactDeployer.deploy(AbstractSynapseArtifactDeployer.java:194)
>>> at
>>> org.wso2.carbon.application.deployer.synapse.SynapseAppDeployer.deployArtifacts(SynapseAppDeployer.java:130)
>>> at
>>> org.wso2.carbon.application.deployer.internal.ApplicationManager.deployCarbonApp(ApplicationManager.java:263)
>>> at
>>> org.wso2.carbon.application.deployer.CappAxis2Deployer.deploy(CappAxis2Deployer.java:72)
>>> at
>>> org.apache.axis2.deployment.repository.util.DeploymentFileData.deploy(DeploymentFileData.java:136)
>>> at
>>> org.apache.axis2.deployment.DeploymentEngine.doDeploy(DeploymentEngine.java:807)
>>> at
>>> org.apache.axis2.deployment.repository.util.WSInfoList.update(WSInfoList.java:144)
>>> at
>>> org.apache.axis2.deployment.RepositoryListener.update(RepositoryListener.java:377)
>>> at
>>> org.apache.axis2.deployment.RepositoryListener.checkServices(RepositoryListener.java:254)
>>> at
>>> org.apache.axis2.deployment.RepositoryListener.startListener(RepositoryListener.java:371)
>>> at
>>> org.apache.axis2.deployment.scheduler.SchedulerTask.checkRepository(SchedulerTask.java:59)
>>> at
>>> org.apache.axis2.deployment.scheduler.SchedulerTask.run(SchedulerTask.java:67)
>>> at
>>> org.wso2.carbon.core.deployment.CarbonDeploymentSchedulerTask.runAxisDeployment(CarbonDeploymentSchedulerTask.java:93)
>>> at
>>> org.wso2.carbon.core.deployment.CarbonDeploymentSchedulerTask.run(CarbonDeploymentSchedulerTask.java:138)
>>> at
>>> java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:471)
>>> at java.util.concurrent.FutureTask.runAndReset(FutureTask.java:304)
>>> at
>>> java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.access$301(ScheduledThreadPoolExecutor.java:178)
>>> at
>>> java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:293)
>>> at
>>> java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145)
>>> at
>>> java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
>>> at java.lang.Thread.run(Thread.java:745)
>>> [2016-03-26 14:20:34,065] ERROR - AbstractSynapseArtifactDeployer
>>> Deployment 

Re: [Dev] Sample 57 ,58 create from Dev Studio 3.8.0

2015-10-30 Thread Susankha Nirmala
Hi Ajith,

I have tried to create both sample configurations using DevStudio 3.8.0 and
I couldn't create both of them. I have created public Jiras for Bth issues.

[1]- https://wso2.org/jira/browse/TOOLS-3279
[2]- https://wso2.org/jira/browse/TOOLS-3280

Thanks.
/Susankha.

On Sat, Oct 31, 2015 at 8:22 AM, Ajith Vitharana <aji...@wso2.com> wrote:

> Hi All,
>
> How do we create this configuration from Dev Studio 3.8.0 ? I faced the
> following issues.
>
> 1. Adding dynamicLoadbalance configuration in sample 57?
> 2. Adding failover="true" and members in sample 58 ?
>
> [57]
> https://docs.wso2.com/display/ESB490/Sample+57%3A+Dynamic+Load+Balancing+between+Three+Nodes
>
> [58]
> https://docs.wso2.com/display/ESB490/Sample+58%3A+Static+Load+Balancing+between+Three+Nodes
>
> -Ajith
>
> --
> Ajith Vitharana.
>
> WSO2 Inc. - http://wso2.com
> Email  : aji...@wso2.com
> Blog: http://vitharana.org
> Mobile : +1-812-360-5335
>
>


-- 
Susankha Nirmala
Software Engineer
WSO2, Inc.: http://wso2.com
lean.enterprise.middleware
Mobile : +94 77 593 2146
___
Dev mailing list
Dev@wso2.org
http://wso2.org/cgi-bin/mailman/listinfo/dev


Re: [Dev] 1 test failure in latest C5

2015-08-20 Thread Susankha Nirmala
Hi Azeez,

I have build the master branch without any issue. I'm using Java 1.8.0_51
and Maven  3.0.5

Thanks.
/Susankha.

On Fri, Aug 14, 2015 at 11:49 PM, Afkham Azeez az...@wso2.com wrote:

 Master

 On Fri, Aug 14, 2015 at 11:09 PM, Aruna Karunarathna ar...@wso2.com
 wrote:

 Hi Azeez,

 What branch you are building?.. master or the release-5.0.0-m4 branch?

 Regards,
 Aruna

 On Fri, Aug 14, 2015 at 10:23 PM, Afkham Azeez az...@wso2.com wrote:

 INFO: [192.168.1.3]:4004 [wso2.wka.domain] [3.5]
 Address[192.168.1.3]:4004 is SHUTDOWN

 Tests run: 64, Failures: 1, Errors: 0, Skipped: 0, Time elapsed: 36.865
 sec  FAILURE!


 Results :


 Failed tests:
 testSendMessageToMember(org.wso2.carbon.clustering.MulitcastMembershipSchemeTestCase):
 Members to send list is empty


 Tests run: 64, Failures: 1, Errors: 0, Skipped: 0

 --
 *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 %2B94%2077%203320919blog: *
 *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
 http://lk.linkedin.com/in/afkhamazeez*

 *Lean . Enterprise . Middleware*




 --

 *Aruna Sujith Karunarathna *| Software Engineer
 WSO2, Inc | lean. enterprise. middleware.
 #20, Palm Grove, Colombo 03, Sri Lanka
 Mobile: +94 71 9040362 | Work: +94 112145345
 Email: ar...@wso2.com | Web: www.wso2.com





 --
 *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 %2B94%2077%203320919blog: *
 *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
 http://lk.linkedin.com/in/afkhamazeez*

 *Lean . Enterprise . Middleware*

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




-- 
Susankha Nirmala
Software Engineer
WSO2, Inc.: http://wso2.com
lean.enterprise.middleware
Mobile : +94 77 593 2146
___
Dev mailing list
Dev@wso2.org
http://wso2.org/cgi-bin/mailman/listinfo/dev


Re: [Dev] Axiom returns a OMElement with default namespace when there is no namespace defined

2015-08-12 Thread Susankha Nirmala
Great. I think without space, Axiom will think it is empty and with a space
Axiom thinks it has a value and build it.

On Thu, Aug 13, 2015 at 10:48 AM, Chanaka Fernando chana...@wso2.com
wrote:

 Hi Susankha,

 It worked after adding namespace with space.

 Payment xmlns= 

 On Thu, Aug 13, 2015 at 10:43 AM, Chanaka Fernando chana...@wso2.com
 wrote:

 Hi Susankha,

 Thanks for the reply. I have tried that method also, but unfortunately,
 still it is returning with synapse namespace.


 On Thu, Aug 13, 2015 at 10:33 AM, Susankha Nirmala susan...@wso2.com
 wrote:

 Hi Chanaka,

 AFAIK we can change the input xml like below

 localEntry xmlns=http://ws.apache.org/ns/synapse;
 key=discountPayment.xsl type=1xsl:stylesheet xmlns:xsl=
 http://www.w3.org/1999/XSL/Transform; xmlns:fn=
 http://www.w3.org/2005/02/xpath-functions; xmlns:m0=
 http://services.samples; version=2.0 exclude-result-prefixes=m0 fn
   xsl:output method=xml omit-xml-declaration=yes indent=yes/
   xsl:template match=/
  *Payment **xmlns=***
 xsl:for-each select=//Order/lunch
discount
   xsl:value-of select=drinkPrice/
/discount
 /xsl:for-each
  /Payment
   /xsl:template
/xsl:stylesheet/localEntry

 Just add empty namespace to the payment element.

 Thanks.
 /Susankha.


 On Thu, Aug 13, 2015 at 10:19 AM, Chanaka Fernando chana...@wso2.com
 wrote:

 Hi Devs,

 I am having issues with axiom when I am trying to retrieve OMNode from
 an OMElement. Here is my code.

 OMNodenodeValue = elem.getFirstOMChild();

 In this scenario, my elem variable has the following xml.

 localEntry xmlns=http://ws.apache.org/ns/synapse;
 key=discountPayment.xsl type=1xsl:stylesheet xmlns:xsl=
 http://www.w3.org/1999/XSL/Transform; xmlns:fn=
 http://www.w3.org/2005/02/xpath-functions; xmlns:m0=
 http://services.samples; version=2.0 exclude-result-prefixes=m0 fn
   xsl:output method=xml omit-xml-declaration=yes indent=yes/
   xsl:template match=/
  *Payment*
 xsl:for-each select=//Order/lunch
discount
   xsl:value-of select=drinkPrice/
/discount
 /xsl:for-each
  /Payment
   /xsl:template
/xsl:stylesheet/localEntry


 In the above xml, under the Payment element, I don't have any
 namespace defined. I need to retrieve the first OMChile element with the
 above code. But it returns the below xml for the nodeValue.

 xsl:stylesheet xmlns:xsl=http://www.w3.org/1999/XSL/Transform;
 xmlns:fn=http://www.w3.org/2005/02/xpath-functions; xmlns:m0=
 http://services.samples; version=2.0 exclude-result-prefixes=m0 fn
   xsl:output method=xml omit-xml-declaration=yes indent=yes/
   xsl:template match=/
  *Payment xmlns=http://ws.apache.org/ns/synapse
 http://ws.apache.org/ns/synapse*
 xsl:for-each select=//Order/lunch
discount
   xsl:value-of select=drinkPrice/
/discount
 /xsl:for-each
  /Payment
   /xsl:template
/xsl:stylesheet


 Here, it adds the http://ws.apache.org/ns/synapse; namespace to the
 result. This is causing errors in the subsequent code.

 Is there any way I can get around this and retrieve the original
 message?


 Thanks,
 Chanaka
 --
 --
 Chanaka Fernando
 Senior Technical Lead
 WSO2, Inc.; http://wso2.com
 lean.enterprise.middleware

 mobile: +94 773337238
 Blog : http://soatutorials.blogspot.com
 LinkedIn:http://www.linkedin.com/pub/chanaka-fernando/19/a20/5b0
 Twitter:https://twitter.com/chanakaudaya
 Wordpress:http://chanakaudaya.wordpress.com




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




 --
 Susankha Nirmala
 Software Engineer
 WSO2, Inc.: http://wso2.com
 lean.enterprise.middleware
 Mobile : +94 77 593 2146




 --
 --
 Chanaka Fernando
 Senior Technical Lead
 WSO2, Inc.; http://wso2.com
 lean.enterprise.middleware

 mobile: +94 773337238
 Blog : http://soatutorials.blogspot.com
 LinkedIn:http://www.linkedin.com/pub/chanaka-fernando/19/a20/5b0
 Twitter:https://twitter.com/chanakaudaya
 Wordpress:http://chanakaudaya.wordpress.com






 --
 --
 Chanaka Fernando
 Senior Technical Lead
 WSO2, Inc.; http://wso2.com
 lean.enterprise.middleware

 mobile: +94 773337238
 Blog : http://soatutorials.blogspot.com
 LinkedIn:http://www.linkedin.com/pub/chanaka-fernando/19/a20/5b0
 Twitter:https://twitter.com/chanakaudaya
 Wordpress:http://chanakaudaya.wordpress.com






-- 
Susankha Nirmala
Software Engineer
WSO2, Inc.: http://wso2.com
lean.enterprise.middleware
Mobile : +94 77 593 2146
___
Dev mailing list
Dev@wso2.org
http://wso2.org/cgi-bin/mailman/listinfo/dev


Re: [Dev] Can't brows registry resource when WSO2 starting using Developer Studio 3.8.0 m5

2015-06-25 Thread Susankha Nirmala
Hi Chandana,

Similar kind of issue already reported in Jira [1]

[1]- https://wso2.org/jira/browse/REGISTRY-2104

Thanks.
/Susankha.


On Thu, Jun 25, 2015 at 12:24 PM, Chandana Napagoda chand...@wso2.com
wrote:

 HI Susanka,

 Yes it worked. But right now it is not only registry browsing is broken.
 Adding users and roles is also broken. So I can't understand how registry
 related issue has broke user management functionality.

 As I understand, issue is in something common to all those. At the moment
 I don't have any clue. But only difference I can think of is that
 5.0.0-SHANSHOT and 4.9.0-SHANSHOT is based on kernel 4.4.0 and
 AS-5.3.0-SNAPSHOT is based on the kernel 4.4.1 SHANSHOT.

 Regards,
 Chandana

 On Thu, Jun 25, 2015 at 11:58 AM, Susankha Nirmala susan...@wso2.com
 wrote:

 Hi Chandana,

 But we can browse registry browser in wso2as-5.3.0-SNAPSHOT pack and
 it's not working with Greg pack and ESB pack. Any idea about that?

 Thanks.
 /Susankha

 On Thu, Jun 25, 2015 at 11:52 AM, Chandana Napagoda chand...@wso2.com
 wrote:

 Hi Kasun,

 But my point is that same issue exist in ESB when adding roles or users
 as well after started from DevS. So this can not be a registry issue.

 Regards,
 Chandana

 On Thu, Jun 25, 2015 at 10:53 AM, Kasun Indrasiri ka...@wso2.com
 wrote:

 Hi Chandana,

 Since we get the same error with GReg milestone packs, I think we need
 to investigate on that. This will be a blocker for the product and DevS
 releases.

 On Tue, Jun 23, 2015 at 10:29 PM, Chandana Napagoda chand...@wso2.com
 wrote:

 HI Susanka,

 We don't have any major changes in kernel 4.4.1-SHANPSHOT other than
 some missing registry mount related fixes in 4.4.0 release. Have you tried
 to add a role, try to add a user or view Secure Vault Tool after starting
 WSO2 server using Dev Studio? I can see the similar exception while
 performing above actions [1][2]. Any Idea?

 [1][2015-06-23 22:15:32,521] ERROR - RoleSecurityTagSupport IO Error
 executing tag: JSPException while including path '/user/add-step2.jsp'.
 ServletException while including page.
 java.io.IOException: JSPException while including path
 '/user/add-step2.jsp'. ServletException while including page.
 at
 org.apache.tiles.jsp.context.JspTilesRequestContext.include(JspTilesRequestContext.java:91)
 at
 org.apache.tiles.jsp.context.JspTilesRequestContext.dispatch(JspTilesRequestContext.java:82)
 at
 org.apache.tiles.impl.BasicTilesContainer.render(BasicTilesContainer.java:465)
 at
 org.apache.tiles.jsp.taglib.InsertAttributeTag.render(InsertAttributeTag.java:140)
 at
 org.apache.tiles.jsp.taglib.InsertAttributeTag.render(InsertAttributeTag.java:117)
 at
 org.apache.tiles.jsp.taglib.RenderTagSupport.execute(RenderTagSupport.java:171)
 at
 org.apache.tiles.jsp.taglib.RoleSecurityTagSupport.doEndTag(RoleSecurityTagSupport.java:75)
 at
 org.apache.tiles.jsp.taglib.ContainerTagSupport.doEndTag(ContainerTagSupport.java:80)
 at
 org.apache.jsp.admin.layout.template_jsp._jspx_meth_tiles_005finsertAttribute_005f7(template_jsp.java:634)
 at
 org.apache.jsp.admin.layout.template_jsp._jspService(template_jsp.java:356)
 at
 org.apache.jasper.runtime.HttpJspBase.service(HttpJspBase.java:70)
 at javax.servlet.http.HttpServlet.service(HttpServlet.java:727)
 at
 org.apache.jasper.servlet.JspServletWrapper.service(JspServletWrapper.java:432)
 at
 org.apache.jasper.servlet.JspServlet.serviceJspFile(JspServlet.java:390)
 at
 org.apache.jasper.servlet.JspServlet.service(JspServlet.java:334)

 at javax.servlet.http.HttpServlet.service(HttpServlet.java:727)
 at org.wso2.carbon.ui.JspServlet.service(JspServlet.java:155)
 at
 org.wso2.carbon.ui.TilesJspServlet.service(TilesJspServlet.java:80)
 at javax.servlet.http.HttpServlet.service(HttpServlet.java:727)
 at
 org.eclipse.equinox.http.helper.ContextPathServletAdaptor.service(ContextPathServletAdaptor.java:37)
 at
 org.eclipse.equinox.http.servlet.internal.ServletRegistration.service(ServletRegistration.java:61)
 at
 org.eclipse.equinox.http.servlet.internal.ProxyServlet.processAlias(ProxyServlet.java:128)
 at
 org.eclipse.equinox.http.servlet.internal.ProxyServlet.service(ProxyServlet.java:68)
 at javax.servlet.http.HttpServlet.service(HttpServlet.java:727)
 at
 org.wso2.carbon.tomcat.ext.servlet.DelegationServlet.service(DelegationServlet.java:68)
 at
 org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:303)
 at
 org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:208)
 at
 org.apache.tomcat.websocket.server.WsFilter.doFilter(WsFilter.java:52)
 at
 org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:241)
 at
 org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:208)
 at
 org.apache.catalina.core.ApplicationDispatcher.invoke

Re: [Dev] Can't brows registry resource when WSO2 starting using Developer Studio 3.8.0 m5

2015-06-25 Thread Susankha Nirmala
)
 at
 org.apache.coyote.AbstractProtocol$AbstractConnectionHandler.process(AbstractProtocol.java:607)
 at
 org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1721)
 at
 org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.run(NioEndpoint.java:1679)
 at
 java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145)
 at
 java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
 at java.lang.Thread.run(Thread.java:745)
 Caused by: java.io.IOException: JSPException while including path
 '/user/add-step2.jsp'. ServletException while including page.
 at
 org.apache.tiles.jsp.context.JspTilesRequestContext.include(JspTilesRequestContext.java:91)
 at
 org.apache.tiles.jsp.context.JspTilesRequestContext.dispatch(JspTilesRequestContext.java:82)
 at
 org.apache.tiles.impl.BasicTilesContainer.render(BasicTilesContainer.java:465)
 at
 org.apache.tiles.jsp.taglib.InsertAttributeTag.render(InsertAttributeTag.java:140)
 at
 org.apache.tiles.jsp.taglib.InsertAttributeTag.render(InsertAttributeTag.java:117)
 at
 org.apache.tiles.jsp.taglib.RenderTagSupport.execute(RenderTagSupport.java:171)
 at
 org.apache.tiles.jsp.taglib.RoleSecurityTagSupport.doEndTag(RoleSecurityTagSupport.java:75)
 ... 70 more

 [2]. [2015-06-23 22:18:59,409] ERROR - RenderTagSupport Error during
 rendering
 javax.servlet.jsp.JspException: IO Error executing tag: JSPException
 while including path '/mediation_secure_vault/manageSecureVault.jsp'.
 ServletException while including page.
 at
 org.apache.tiles.jsp.taglib.RoleSecurityTagSupport.doEndTag(RoleSecurityTagSupport.java:84)

 Regards,
 Chandana

 On Tue, Jun 23, 2015 at 9:36 PM, Susankha Nirmala susan...@wso2.com
 wrote:

 Hi Chandana,

 Also wso2as-5.3.0-SNAPSHOT is working as expected. Any idea?

 Thanks.
 /Susankha

 On Tue, Jun 23, 2015 at 9:33 PM, Jasintha Dasanayake jasin...@wso2.com
  wrote:

 Hi Chandana

 On Tue, Jun 23, 2015 at 7:50 PM, Chandana Napagoda chand...@wso2.com
 wrote:

 HI Gayan,

 As we observed, these issues are not seen when the server is started
 using wso2server.sh. So I believe this may have happened due to the way 
 how
 Dev Studio remotely starts WSO2 server. WDYT?


 So if that's the case  then how ESB 4.8.1 works without any issue ?,
 (I think all the 4.2.0 based servers working fine),

 Thanks and Regards
 /Jasintha




 Regards,
 Chandana

 On Tue, Jun 23, 2015 at 7:30 PM, Gayan Yalpathwala gay...@wso2.com
 wrote:

 Chandana and myself could figure out the same issue in GReg 5.0.0-M7
 when started through DevS. This version of GReg uses,

 org.wso2.carbon.registry.core_4.4.0,
 org.wso2.carbon.registry.api_4.4.0 and
 org.wso2.carbon.registry.resource.ui_4.4.4.SNAPSHOT.

 Thanks,


 On Tue, Jun 23, 2015 at 5:48 PM, KasunG Gajasinghe kas...@wso2.com
 wrote:


 AS depends on snapshot version of kernel which is a special case.
 Since AS and kernel are the same team, and kernel snapshots are tested
 against AS we need this.


 On Tue, Jun 23, 2015 at 3:36 PM, Kasun Indrasiri ka...@wso2.com
 wrote:


 App server uses 
 *org.wso2.carbon.registry.core_4.4.1.SNAPSHOT.jar* and 
 *org.wso2.carbon.registry.api_4.4.1.SNAPSHOT.jar*
  So, is that related to not using the latest registry core and
 api? Why do we have snapshot versions of these components in AS?

 On Tue, Jun 23, 2015 at 3:30 PM, Susankha Nirmala 
 susan...@wso2.com wrote:

 Hi All,

 Yes, with org.wso2.carbon.registry.resource.ui_4.4.3.jar also
 it's not working. But with, 
 org.wso2.carbon.registry.resource.ui_4.4.1.jar, AppServer
 is working and ESB is not working.

 Thanks.
 /Susankha.

 On Tue, Jun 23, 2015 at 3:17 PM, Isuru Udana isu...@wso2.com
 wrote:

 Hi,

 Latest ESB build has the 4.4.3 version of this jar.
 As per Susankha, still the same issue exists in that pack.



 On Tue, Jun 23, 2015 at 3:13 PM, Susankha Nirmala 
 susan...@wso2.com wrote:

 Hi Chandana,

 It is org.wso2.carbon.registry.resource.ui_4.4.1.jar

 Thanks.
 /Susankha.

 On Tue, Jun 23, 2015 at 3:11 PM, Chandana Napagoda 
 chand...@wso2.com wrote:

 Hi Susankha,

 What is the org.wso2.carbon.registry.resource.uibundle
 version used in ESB?

 Regards,
 Chandana

 On Tue, Jun 23, 2015 at 2:58 PM, KasunG Gajasinghe 
 kas...@wso2.com wrote:

 [+Sagara,+Chandana]

 On Tue, Jun 23, 2015 at 2:17 PM, Susankha Nirmala 
 susan...@wso2.com wrote:

 Hi All,

 I have started  wso2esb-4.9.0-BETA-SNAPSHOT server using
 Developer Studio 3.8.0 m5 pack and try to browse the registry 
 browser using
 the management console. It will return empty page and give the
 exception [1]. After that I have tried the same thing with
 wso2as-5.3.0-SNAPSHOT pack and I can successfully browse the 
 registry
 resources using the management console. When I compared the 
 registry
 plugins between two packs (ESB and App Server), I can see below 
 version
 differences.

 App server uses 
 *org.wso2.carbon.registry.core_4.4.1.SNAPSHOT.jar* and 
 *org.wso2

Re: [Dev] Can't brows registry resource when WSO2 starting using Developer Studio 3.8.0 m5

2015-06-25 Thread Susankha Nirmala
Hi Chandana,

I have just tested and I can see same exception reported in [1]

[1]- https://wso2.org/jira/browse/REGISTRY-2104

On Thu, Jun 25, 2015 at 12:43 PM, Chandana Napagoda chand...@wso2.com
wrote:



 On Thu, Jun 25, 2015 at 12:18 PM, Kasun Indrasiri ka...@wso2.com wrote:

 Apparently, this only happens when we start the server from DevS. So,
 probably, its not something to do with the component. Better if we can
 check approach that we use to start the server from DevS to see whether
 there are any mismatches with the standalone mode.

 +1

 Regards,
 Chandana


 On Thu, Jun 25, 2015 at 11:58 AM, Susankha Nirmala susan...@wso2.com
 wrote:

 Hi Chandana,

 But we can browse registry browser in wso2as-5.3.0-SNAPSHOT pack and
 it's not working with Greg pack and ESB pack. Any idea about that?

 Thanks.
 /Susankha

 On Thu, Jun 25, 2015 at 11:52 AM, Chandana Napagoda chand...@wso2.com
 wrote:

 Hi Kasun,

 But my point is that same issue exist in ESB when adding roles or users
 as well after started from DevS. So this can not be a registry issue.

 Regards,
 Chandana

 On Thu, Jun 25, 2015 at 10:53 AM, Kasun Indrasiri ka...@wso2.com
 wrote:

 Hi Chandana,

 Since we get the same error with GReg milestone packs, I think we need
 to investigate on that. This will be a blocker for the product and DevS
 releases.

 On Tue, Jun 23, 2015 at 10:29 PM, Chandana Napagoda chand...@wso2.com
  wrote:

 HI Susanka,

 We don't have any major changes in kernel 4.4.1-SHANPSHOT other than
 some missing registry mount related fixes in 4.4.0 release. Have you 
 tried
 to add a role, try to add a user or view Secure Vault Tool after starting
 WSO2 server using Dev Studio? I can see the similar exception while
 performing above actions [1][2]. Any Idea?

 [1][2015-06-23 22:15:32,521] ERROR - RoleSecurityTagSupport IO Error
 executing tag: JSPException while including path '/user/add-step2.jsp'.
 ServletException while including page.
 java.io.IOException: JSPException while including path
 '/user/add-step2.jsp'. ServletException while including page.
 at
 org.apache.tiles.jsp.context.JspTilesRequestContext.include(JspTilesRequestContext.java:91)
 at
 org.apache.tiles.jsp.context.JspTilesRequestContext.dispatch(JspTilesRequestContext.java:82)
 at
 org.apache.tiles.impl.BasicTilesContainer.render(BasicTilesContainer.java:465)
 at
 org.apache.tiles.jsp.taglib.InsertAttributeTag.render(InsertAttributeTag.java:140)
 at
 org.apache.tiles.jsp.taglib.InsertAttributeTag.render(InsertAttributeTag.java:117)
 at
 org.apache.tiles.jsp.taglib.RenderTagSupport.execute(RenderTagSupport.java:171)
 at
 org.apache.tiles.jsp.taglib.RoleSecurityTagSupport.doEndTag(RoleSecurityTagSupport.java:75)
 at
 org.apache.tiles.jsp.taglib.ContainerTagSupport.doEndTag(ContainerTagSupport.java:80)
 at
 org.apache.jsp.admin.layout.template_jsp._jspx_meth_tiles_005finsertAttribute_005f7(template_jsp.java:634)
 at
 org.apache.jsp.admin.layout.template_jsp._jspService(template_jsp.java:356)
 at
 org.apache.jasper.runtime.HttpJspBase.service(HttpJspBase.java:70)
 at javax.servlet.http.HttpServlet.service(HttpServlet.java:727)
 at
 org.apache.jasper.servlet.JspServletWrapper.service(JspServletWrapper.java:432)
 at
 org.apache.jasper.servlet.JspServlet.serviceJspFile(JspServlet.java:390)
 at
 org.apache.jasper.servlet.JspServlet.service(JspServlet.java:334)

 at javax.servlet.http.HttpServlet.service(HttpServlet.java:727)
 at org.wso2.carbon.ui.JspServlet.service(JspServlet.java:155)
 at
 org.wso2.carbon.ui.TilesJspServlet.service(TilesJspServlet.java:80)
 at javax.servlet.http.HttpServlet.service(HttpServlet.java:727)
 at
 org.eclipse.equinox.http.helper.ContextPathServletAdaptor.service(ContextPathServletAdaptor.java:37)
 at
 org.eclipse.equinox.http.servlet.internal.ServletRegistration.service(ServletRegistration.java:61)
 at
 org.eclipse.equinox.http.servlet.internal.ProxyServlet.processAlias(ProxyServlet.java:128)
 at
 org.eclipse.equinox.http.servlet.internal.ProxyServlet.service(ProxyServlet.java:68)
 at javax.servlet.http.HttpServlet.service(HttpServlet.java:727)
 at
 org.wso2.carbon.tomcat.ext.servlet.DelegationServlet.service(DelegationServlet.java:68)
 at
 org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:303)
 at
 org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:208)
 at
 org.apache.tomcat.websocket.server.WsFilter.doFilter(WsFilter.java:52)
 at
 org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:241)
 at
 org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:208)
 at
 org.apache.catalina.core.ApplicationDispatcher.invoke(ApplicationDispatcher.java:748)
 at
 org.apache.catalina.core.ApplicationDispatcher.processRequest(ApplicationDispatcher.java:486

Re: [Dev] Can't brows registry resource when WSO2 starting using Developer Studio 3.8.0 m5

2015-06-23 Thread Susankha Nirmala
Hi Chandana,

Also wso2as-5.3.0-SNAPSHOT is working as expected. Any idea?

Thanks.
/Susankha

On Tue, Jun 23, 2015 at 9:33 PM, Jasintha Dasanayake jasin...@wso2.com
wrote:

 Hi Chandana

 On Tue, Jun 23, 2015 at 7:50 PM, Chandana Napagoda chand...@wso2.com
 wrote:

 HI Gayan,

 As we observed, these issues are not seen when the server is started
 using wso2server.sh. So I believe this may have happened due to the way how
 Dev Studio remotely starts WSO2 server. WDYT?


 So if that's the case  then how ESB 4.8.1 works without any issue ?, (I
 think all the 4.2.0 based servers working fine),

 Thanks and Regards
 /Jasintha




 Regards,
 Chandana

 On Tue, Jun 23, 2015 at 7:30 PM, Gayan Yalpathwala gay...@wso2.com
 wrote:

 Chandana and myself could figure out the same issue in GReg 5.0.0-M7
 when started through DevS. This version of GReg uses,

 org.wso2.carbon.registry.core_4.4.0,
 org.wso2.carbon.registry.api_4.4.0 and
 org.wso2.carbon.registry.resource.ui_4.4.4.SNAPSHOT.

 Thanks,


 On Tue, Jun 23, 2015 at 5:48 PM, KasunG Gajasinghe kas...@wso2.com
 wrote:


 AS depends on snapshot version of kernel which is a special case. Since
 AS and kernel are the same team, and kernel snapshots are tested against AS
 we need this.


 On Tue, Jun 23, 2015 at 3:36 PM, Kasun Indrasiri ka...@wso2.com
 wrote:


 App server uses *org.wso2.carbon.registry.core_4.4.1.SNAPSHOT.jar*
 and *org.wso2.carbon.registry.api_4.4.1.SNAPSHOT.jar*
  So, is that related to not using the latest registry core and api?
 Why do we have snapshot versions of these components in AS?

 On Tue, Jun 23, 2015 at 3:30 PM, Susankha Nirmala susan...@wso2.com
 wrote:

 Hi All,

 Yes, with org.wso2.carbon.registry.resource.ui_4.4.3.jar also it's
 not working. But with, org.wso2.carbon.registry.resource.ui_4.4.1.jar, 
 AppServer
 is working and ESB is not working.

 Thanks.
 /Susankha.

 On Tue, Jun 23, 2015 at 3:17 PM, Isuru Udana isu...@wso2.com wrote:

 Hi,

 Latest ESB build has the 4.4.3 version of this jar.
 As per Susankha, still the same issue exists in that pack.



 On Tue, Jun 23, 2015 at 3:13 PM, Susankha Nirmala susan...@wso2.com
  wrote:

 Hi Chandana,

 It is org.wso2.carbon.registry.resource.ui_4.4.1.jar

 Thanks.
 /Susankha.

 On Tue, Jun 23, 2015 at 3:11 PM, Chandana Napagoda 
 chand...@wso2.com wrote:

 Hi Susankha,

 What is the org.wso2.carbon.registry.resource.uibundle version
 used in ESB?

 Regards,
 Chandana

 On Tue, Jun 23, 2015 at 2:58 PM, KasunG Gajasinghe 
 kas...@wso2.com wrote:

 [+Sagara,+Chandana]

 On Tue, Jun 23, 2015 at 2:17 PM, Susankha Nirmala 
 susan...@wso2.com wrote:

 Hi All,

 I have started  wso2esb-4.9.0-BETA-SNAPSHOT server using
 Developer Studio 3.8.0 m5 pack and try to browse the registry 
 browser using
 the management console. It will return empty page and give the
 exception [1]. After that I have tried the same thing with
 wso2as-5.3.0-SNAPSHOT pack and I can successfully browse the 
 registry
 resources using the management console. When I compared the registry
 plugins between two packs (ESB and App Server), I can see below 
 version
 differences.

 App server uses 
 *org.wso2.carbon.registry.core_4.4.1.SNAPSHOT.jar* and 
 *org.wso2.carbon.registry.api_4.4.1.SNAPSHOT.jar*
 ESB uses *org.wso2.carbon.registry.core_4.4.0.jar* and 
 *org.wso2.carbon.registry.api_4.4.0.jar*

 Is that the reason for this?

 [1]-  2015-06-22 10:58:52,201] ERROR - JspTilesRequestContext
 JSPException while including path '/resources/resource.jsp'.
 javax.servlet.jsp.JspException: ServletException while including
 page.
 at
 org.apache.tiles.jsp.context.JspUtil.doInclude(JspUtil.java:102)
 at
 org.apache.tiles.jsp.context.JspTilesRequestContext.include(JspTilesRequestContext.java:88)
 at
 org.apache.tiles.jsp.context.JspTilesRequestContext.dispatch(JspTilesRequestContext.java:82)
 at
 org.apache.tiles.impl.BasicTilesContainer.render(BasicTilesContainer.java:465)
 at
 org.apache.tiles.jsp.taglib.InsertAttributeTag.render(InsertAttributeTag.java:140)
 at
 org.apache.tiles.jsp.taglib.InsertAttributeTag.render(InsertAttributeTag.java:117)
 at
 org.apache.tiles.jsp.taglib.RenderTagSupport.execute(RenderTagSupport.java:171)
 at
 org.apache.tiles.jsp.taglib.RoleSecurityTagSupport.doEndTag(RoleSecurityTagSupport.java:75)
 at
 org.apache.tiles.jsp.taglib.ContainerTagSupport.doEndTag(ContainerTagSupport.java:80)
 at
 org.apache.jsp.admin.layout.template_jsp._jspx_meth_tiles_005finsertAttribute_005f7(template_jsp.java:640)
 at
 org.apache.jsp.admin.layout.template_jsp._jspService(template_jsp.java:356)
 at
 org.apache.jasper.runtime.HttpJspBase.service(HttpJspBase.java:70)
 at javax.servlet.http.HttpServlet.service(HttpServlet.java:727)
 at
 org.apache.jasper.servlet.JspServletWrapper.service(JspServletWrapper.java:432)
 at
 org.apache.jasper.servlet.JspServlet.serviceJspFile(JspServlet.java:395)
 at
 org.apache.jasper.servlet.JspServlet.service(JspServlet.java:339)
 at javax.servlet.http.HttpServlet.service(HttpServlet.java:727

Re: [Dev] Can't brows registry resource when WSO2 starting using Developer Studio 3.8.0 m5

2015-06-23 Thread Susankha Nirmala
Hi Chandana,

It is org.wso2.carbon.registry.resource.ui_4.4.1.jar

Thanks.
/Susankha.

On Tue, Jun 23, 2015 at 3:11 PM, Chandana Napagoda chand...@wso2.com
wrote:

 Hi Susankha,

 What is the org.wso2.carbon.registry.resource.uibundle version used in
 ESB?

 Regards,
 Chandana

 On Tue, Jun 23, 2015 at 2:58 PM, KasunG Gajasinghe kas...@wso2.com
 wrote:

 [+Sagara,+Chandana]

 On Tue, Jun 23, 2015 at 2:17 PM, Susankha Nirmala susan...@wso2.com
 wrote:

 Hi All,

 I have started  wso2esb-4.9.0-BETA-SNAPSHOT server using Developer
 Studio 3.8.0 m5 pack and try to browse the registry browser using the
 management console. It will return empty page and give the exception [1].
 After that I have tried the same thing with wso2as-5.3.0-SNAPSHOT pack
 and I can successfully browse the registry resources using the management
 console. When I compared the registry plugins between two packs (ESB and
 App Server), I can see below version differences.

 App server uses *org.wso2.carbon.registry.core_4.4.1.SNAPSHOT.jar*
 and *org.wso2.carbon.registry.api_4.4.1.SNAPSHOT.jar*
 ESB uses *org.wso2.carbon.registry.core_4.4.0.jar* and 
 *org.wso2.carbon.registry.api_4.4.0.jar*

 Is that the reason for this?

 [1]-  2015-06-22 10:58:52,201] ERROR - JspTilesRequestContext
 JSPException while including path '/resources/resource.jsp'.
 javax.servlet.jsp.JspException: ServletException while including page.
 at org.apache.tiles.jsp.context.JspUtil.doInclude(JspUtil.java:102)
 at
 org.apache.tiles.jsp.context.JspTilesRequestContext.include(JspTilesRequestContext.java:88)
 at
 org.apache.tiles.jsp.context.JspTilesRequestContext.dispatch(JspTilesRequestContext.java:82)
 at
 org.apache.tiles.impl.BasicTilesContainer.render(BasicTilesContainer.java:465)
 at
 org.apache.tiles.jsp.taglib.InsertAttributeTag.render(InsertAttributeTag.java:140)
 at
 org.apache.tiles.jsp.taglib.InsertAttributeTag.render(InsertAttributeTag.java:117)
 at
 org.apache.tiles.jsp.taglib.RenderTagSupport.execute(RenderTagSupport.java:171)
 at
 org.apache.tiles.jsp.taglib.RoleSecurityTagSupport.doEndTag(RoleSecurityTagSupport.java:75)
 at
 org.apache.tiles.jsp.taglib.ContainerTagSupport.doEndTag(ContainerTagSupport.java:80)
 at
 org.apache.jsp.admin.layout.template_jsp._jspx_meth_tiles_005finsertAttribute_005f7(template_jsp.java:640)
 at
 org.apache.jsp.admin.layout.template_jsp._jspService(template_jsp.java:356)
 at org.apache.jasper.runtime.HttpJspBase.service(HttpJspBase.java:70)
 at javax.servlet.http.HttpServlet.service(HttpServlet.java:727)
 at
 org.apache.jasper.servlet.JspServletWrapper.service(JspServletWrapper.java:432)
 at
 org.apache.jasper.servlet.JspServlet.serviceJspFile(JspServlet.java:395)
 at org.apache.jasper.servlet.JspServlet.service(JspServlet.java:339)
 at javax.servlet.http.HttpServlet.service(HttpServlet.java:727)
 at org.wso2.carbon.ui.JspServlet.service(JspServlet.java:155)
 at org.wso2.carbon.ui.TilesJspServlet.service(TilesJspServlet.java:80)
 at javax.servlet.http.HttpServlet.service(HttpServlet.java:727)
 at
 org.eclipse.equinox.http.helper.ContextPathServletAdaptor.service(ContextPathServletAdaptor.java:37)
 at
 org.eclipse.equinox.http.servlet.internal.ServletRegistration.service(ServletRegistration.java:61)
 at
 org.eclipse.equinox.http.servlet.internal.ProxyServlet.processAlias(ProxyServlet.java:128)
 at
 org.eclipse.equinox.http.servlet.internal.ProxyServlet.service(ProxyServlet.java:68)
 at javax.servlet.http.HttpServlet.service(HttpServlet.java:727)
 at
 org.wso2.carbon.tomcat.ext.servlet.DelegationServlet.service(DelegationServlet.java:68)
 at
 org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:303)
 at
 org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:208)
 at org.apache.tomcat.websocket.server.WsFilter.doFilter(WsFilter.java:52)
 at
 org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:241)
 at
 org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:208)
 at
 org.apache.catalina.core.ApplicationDispatcher.invoke(ApplicationDispatcher.java:748)
 at
 org.apache.catalina.core.ApplicationDispatcher.processRequest(ApplicationDispatcher.java:486)
 at
 org.apache.catalina.core.ApplicationDispatcher.doForward(ApplicationDispatcher.java:411)
 at
 org.apache.catalina.core.ApplicationDispatcher.forward(ApplicationDispatcher.java:338)
 at
 org.eclipse.equinox.http.servlet.internal.RequestDispatcherAdaptor.forward(RequestDispatcherAdaptor.java:30)
 at
 org.eclipse.equinox.http.helper.ContextPathServletAdaptor$RequestDispatcherAdaptor.forward(ContextPathServletAdaptor.java:362)
 at
 org.apache.tiles.servlet.context.ServletTilesRequestContext.forward(ServletTilesRequestContext.java:198)
 at
 org.apache.tiles.servlet.context.ServletTilesRequestContext.dispatch(ServletTilesRequestContext.java:185)
 at
 org.apache.tiles.impl.BasicTilesContainer.render(BasicTilesContainer.java:419

Re: [Dev] Can't brows registry resource when WSO2 starting using Developer Studio 3.8.0 m5

2015-06-23 Thread Susankha Nirmala
Hi All,

Yes, with org.wso2.carbon.registry.resource.ui_4.4.3.jar also it's not
working. But with, org.wso2.carbon.registry.resource.ui_4.4.1.jar, AppServer
is working and ESB is not working.

Thanks.
/Susankha.

On Tue, Jun 23, 2015 at 3:17 PM, Isuru Udana isu...@wso2.com wrote:

 Hi,

 Latest ESB build has the 4.4.3 version of this jar.
 As per Susankha, still the same issue exists in that pack.



 On Tue, Jun 23, 2015 at 3:13 PM, Susankha Nirmala susan...@wso2.com
 wrote:

 Hi Chandana,

 It is org.wso2.carbon.registry.resource.ui_4.4.1.jar

 Thanks.
 /Susankha.

 On Tue, Jun 23, 2015 at 3:11 PM, Chandana Napagoda chand...@wso2.com
 wrote:

 Hi Susankha,

 What is the org.wso2.carbon.registry.resource.uibundle version used in
 ESB?

 Regards,
 Chandana

 On Tue, Jun 23, 2015 at 2:58 PM, KasunG Gajasinghe kas...@wso2.com
 wrote:

 [+Sagara,+Chandana]

 On Tue, Jun 23, 2015 at 2:17 PM, Susankha Nirmala susan...@wso2.com
 wrote:

 Hi All,

 I have started  wso2esb-4.9.0-BETA-SNAPSHOT server using Developer
 Studio 3.8.0 m5 pack and try to browse the registry browser using the
 management console. It will return empty page and give the exception [1].
 After that I have tried the same thing with wso2as-5.3.0-SNAPSHOT pack
 and I can successfully browse the registry resources using the management
 console. When I compared the registry plugins between two packs (ESB and
 App Server), I can see below version differences.

 App server uses *org.wso2.carbon.registry.core_4.4.1.SNAPSHOT.jar*
 and *org.wso2.carbon.registry.api_4.4.1.SNAPSHOT.jar*
 ESB uses *org.wso2.carbon.registry.core_4.4.0.jar* and 
 *org.wso2.carbon.registry.api_4.4.0.jar*

 Is that the reason for this?

 [1]-  2015-06-22 10:58:52,201] ERROR - JspTilesRequestContext
 JSPException while including path '/resources/resource.jsp'.
 javax.servlet.jsp.JspException: ServletException while including page.
 at org.apache.tiles.jsp.context.JspUtil.doInclude(JspUtil.java:102)
 at
 org.apache.tiles.jsp.context.JspTilesRequestContext.include(JspTilesRequestContext.java:88)
 at
 org.apache.tiles.jsp.context.JspTilesRequestContext.dispatch(JspTilesRequestContext.java:82)
 at
 org.apache.tiles.impl.BasicTilesContainer.render(BasicTilesContainer.java:465)
 at
 org.apache.tiles.jsp.taglib.InsertAttributeTag.render(InsertAttributeTag.java:140)
 at
 org.apache.tiles.jsp.taglib.InsertAttributeTag.render(InsertAttributeTag.java:117)
 at
 org.apache.tiles.jsp.taglib.RenderTagSupport.execute(RenderTagSupport.java:171)
 at
 org.apache.tiles.jsp.taglib.RoleSecurityTagSupport.doEndTag(RoleSecurityTagSupport.java:75)
 at
 org.apache.tiles.jsp.taglib.ContainerTagSupport.doEndTag(ContainerTagSupport.java:80)
 at
 org.apache.jsp.admin.layout.template_jsp._jspx_meth_tiles_005finsertAttribute_005f7(template_jsp.java:640)
 at
 org.apache.jsp.admin.layout.template_jsp._jspService(template_jsp.java:356)
 at org.apache.jasper.runtime.HttpJspBase.service(HttpJspBase.java:70)
 at javax.servlet.http.HttpServlet.service(HttpServlet.java:727)
 at
 org.apache.jasper.servlet.JspServletWrapper.service(JspServletWrapper.java:432)
 at
 org.apache.jasper.servlet.JspServlet.serviceJspFile(JspServlet.java:395)
 at org.apache.jasper.servlet.JspServlet.service(JspServlet.java:339)
 at javax.servlet.http.HttpServlet.service(HttpServlet.java:727)
 at org.wso2.carbon.ui.JspServlet.service(JspServlet.java:155)
 at org.wso2.carbon.ui.TilesJspServlet.service(TilesJspServlet.java:80)
 at javax.servlet.http.HttpServlet.service(HttpServlet.java:727)
 at
 org.eclipse.equinox.http.helper.ContextPathServletAdaptor.service(ContextPathServletAdaptor.java:37)
 at
 org.eclipse.equinox.http.servlet.internal.ServletRegistration.service(ServletRegistration.java:61)
 at
 org.eclipse.equinox.http.servlet.internal.ProxyServlet.processAlias(ProxyServlet.java:128)
 at
 org.eclipse.equinox.http.servlet.internal.ProxyServlet.service(ProxyServlet.java:68)
 at javax.servlet.http.HttpServlet.service(HttpServlet.java:727)
 at
 org.wso2.carbon.tomcat.ext.servlet.DelegationServlet.service(DelegationServlet.java:68)
 at
 org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:303)
 at
 org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:208)
 at
 org.apache.tomcat.websocket.server.WsFilter.doFilter(WsFilter.java:52)
 at
 org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:241)
 at
 org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:208)
 at
 org.apache.catalina.core.ApplicationDispatcher.invoke(ApplicationDispatcher.java:748)
 at
 org.apache.catalina.core.ApplicationDispatcher.processRequest(ApplicationDispatcher.java:486)
 at
 org.apache.catalina.core.ApplicationDispatcher.doForward(ApplicationDispatcher.java:411)
 at
 org.apache.catalina.core.ApplicationDispatcher.forward(ApplicationDispatcher.java:338)
 at
 org.eclipse.equinox.http.servlet.internal.RequestDispatcherAdaptor.forward

Re: [Dev] Can't use registry checkin-client with DevStudio to commit changes to the registry

2015-01-14 Thread Susankha Nirmala
After setting *RegistryType* to *ATOM*, the problem was fixed.
Thanks a lot Chandana and SameeraK.

/Susankha.

On Wed, Jan 14, 2015 at 11:43 AM, Susankha Nirmala susan...@wso2.com
wrote:

 After Debug I can see registry URL, username and password set as
 expected. But the problem is when accessing

 * System.getProperty(carbon.home)*  and

 * 
 ServerConfiguration.getInstance().getFirstProperty(Axis2Config.clientAxis2XmlLocation)*

 Within *newRegistry *in *ClientUtils.java *class, both return NULL.



 On Wed, Jan 14, 2015 at 11:04 AM, Chandana Napagoda chand...@wso2.com
 wrote:

 Hi Susankha,

 If you have registry URL, username and password, you can access the
 registry using RemoteRegistry. You can refer this sample[1] as well.

 [1].
 https://docs.wso2.com/display/Governance452/Exporting+and+Importing+a+File+to+Remote+Registry

 Regards,
 Chandana

 On Wed, Jan 14, 2015 at 10:49 AM, Pulasthi Supun pulas...@wso2.com
 wrote:

 [Adding Sameerak]

 On Wed, Jan 14, 2015 at 10:47 AM, Susankha Nirmala susan...@wso2.com
 wrote:

 Adding Azeez

 On Wed, Jan 14, 2015 at 10:34 AM, Susankha Nirmala susan...@wso2.com
 wrote:

 Hi All,

 We are using checkin-client jar with DevStudio to commit changes to
 the registry. But within checkin-client,. it is used carbon.home 
 property
 and Axis2Config.clientAxis2XmlLocation property like below.

 ClientUtils.java
 

  ConfigurationContext context =
 ConfigurationContextFactory

 .createConfigurationContextFromFileSystem(
*
 System.getProperty(carbon.home)* +
 File.separator
 + repository +
 File.separator
 +
 deployment +
 File.separator + client,

 *ServerConfiguration.getInstance().getFirstProperty(Axis2Config.clientAxis2XmlLocation)*
 );

 But within devStudio context, we can't access carbon.home property
 and Axis2Config.clientAxis2XmlLocation property( both properties are
 return null within devStudio context).
 Is there a way to set those properties within devStudio context?




 --
 Susankha Nirmala
 Software Engineer
 WSO2, Inc.: http://wso2.com
 lean.enterprise.middleware
 Mobile : +94 77 593 2146t




 --
 Susankha Nirmala
 Software Engineer
 WSO2, Inc.: http://wso2.com
 lean.enterprise.middleware
 Mobile : +94 77 593 2146




 --
 --
 Pulasthi Supun
 Software Engineer; WSO2 Inc.; http://wso2.com,
 Email: pulas...@wso2.com
 Mobile: +94 (71) 9258281
 Blog : http://pulasthisupun.blogspot.com/
 Git hub profile: https://github.com/pulasthi




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

 *Email  :  chand...@wso2.com chand...@wso2.com**Mobile : +94718169299
 %2B94718169299*

 *Blog  :http://cnapagoda.blogspot.com http://cnapagoda.blogspot.com*




 --
 Susankha Nirmala
 Software Engineer
 WSO2, Inc.: http://wso2.com
 lean.enterprise.middleware
 Mobile : +94 77 593 2146




-- 
Susankha Nirmala
Software Engineer
WSO2, Inc.: http://wso2.com
lean.enterprise.middleware
Mobile : +94 77 593 2146
___
Dev mailing list
Dev@wso2.org
http://wso2.org/cgi-bin/mailman/listinfo/dev


[Dev] Can't use registry checkin-client with DevStudio to commit changes to the registry

2015-01-13 Thread Susankha Nirmala
Hi All,

We are using checkin-client jar with DevStudio to commit changes to the
registry. But within checkin-client,. it is used carbon.home property
and Axis2Config.clientAxis2XmlLocation property like below.

ClientUtils.java


 ConfigurationContext context =
ConfigurationContextFactory

.createConfigurationContextFromFileSystem(
   *
System.getProperty(carbon.home)* +
File.separator +
repository +
File.separator +
deployment +
File.separator + client,

*ServerConfiguration.getInstance().getFirstProperty(Axis2Config.clientAxis2XmlLocation)*
);

But within devStudio context, we can't access carbon.home property and
Axis2Config.clientAxis2XmlLocation property( both properties are return
null within devStudio context).
Is there a way to set those properties within devStudio context?




-- 
Susankha Nirmala
Software Engineer
WSO2, Inc.: http://wso2.com
lean.enterprise.middleware
Mobile : +94 77 593 2146t
___
Dev mailing list
Dev@wso2.org
http://wso2.org/cgi-bin/mailman/listinfo/dev


Re: [Dev] Can't use registry checkin-client with DevStudio to commit changes to the registry

2015-01-13 Thread Susankha Nirmala
Adding Azeez

On Wed, Jan 14, 2015 at 10:34 AM, Susankha Nirmala susan...@wso2.com
wrote:

 Hi All,

 We are using checkin-client jar with DevStudio to commit changes to the
 registry. But within checkin-client,. it is used carbon.home property
 and Axis2Config.clientAxis2XmlLocation property like below.

 ClientUtils.java
 

  ConfigurationContext context =
 ConfigurationContextFactory

 .createConfigurationContextFromFileSystem(
*
 System.getProperty(carbon.home)* +
 File.separator +
 repository +
 File.separator +
 deployment +
 File.separator + client,

 *ServerConfiguration.getInstance().getFirstProperty(Axis2Config.clientAxis2XmlLocation)*
 );

 But within devStudio context, we can't access carbon.home property and
 Axis2Config.clientAxis2XmlLocation property( both properties are return
 null within devStudio context).
 Is there a way to set those properties within devStudio context?




 --
 Susankha Nirmala
 Software Engineer
 WSO2, Inc.: http://wso2.com
 lean.enterprise.middleware
 Mobile : +94 77 593 2146t




-- 
Susankha Nirmala
Software Engineer
WSO2, Inc.: http://wso2.com
lean.enterprise.middleware
Mobile : +94 77 593 2146
___
Dev mailing list
Dev@wso2.org
http://wso2.org/cgi-bin/mailman/listinfo/dev


Re: [Dev] Can't use registry checkin-client with DevStudio to commit changes to the registry

2015-01-13 Thread Susankha Nirmala
After Debug I can see registry URL, username and password set as expected.
But the problem is when accessing

* System.getProperty(carbon.home)*  and
* 
ServerConfiguration.getInstance().getFirstProperty(Axis2Config.clientAxis2XmlLocation)*

Within *newRegistry *in *ClientUtils.java *class, both return NULL.



On Wed, Jan 14, 2015 at 11:04 AM, Chandana Napagoda chand...@wso2.com
wrote:

 Hi Susankha,

 If you have registry URL, username and password, you can access the
 registry using RemoteRegistry. You can refer this sample[1] as well.

 [1].
 https://docs.wso2.com/display/Governance452/Exporting+and+Importing+a+File+to+Remote+Registry

 Regards,
 Chandana

 On Wed, Jan 14, 2015 at 10:49 AM, Pulasthi Supun pulas...@wso2.com
 wrote:

 [Adding Sameerak]

 On Wed, Jan 14, 2015 at 10:47 AM, Susankha Nirmala susan...@wso2.com
 wrote:

 Adding Azeez

 On Wed, Jan 14, 2015 at 10:34 AM, Susankha Nirmala susan...@wso2.com
 wrote:

 Hi All,

 We are using checkin-client jar with DevStudio to commit changes to the
 registry. But within checkin-client,. it is used carbon.home property
 and Axis2Config.clientAxis2XmlLocation property like below.

 ClientUtils.java
 

  ConfigurationContext context =
 ConfigurationContextFactory

 .createConfigurationContextFromFileSystem(
*
 System.getProperty(carbon.home)* +
 File.separator
 + repository +
 File.separator +
 deployment +
 File.separator + client,

 *ServerConfiguration.getInstance().getFirstProperty(Axis2Config.clientAxis2XmlLocation)*
 );

 But within devStudio context, we can't access carbon.home property
 and Axis2Config.clientAxis2XmlLocation property( both properties are
 return null within devStudio context).
 Is there a way to set those properties within devStudio context?




 --
 Susankha Nirmala
 Software Engineer
 WSO2, Inc.: http://wso2.com
 lean.enterprise.middleware
 Mobile : +94 77 593 2146t




 --
 Susankha Nirmala
 Software Engineer
 WSO2, Inc.: http://wso2.com
 lean.enterprise.middleware
 Mobile : +94 77 593 2146




 --
 --
 Pulasthi Supun
 Software Engineer; WSO2 Inc.; http://wso2.com,
 Email: pulas...@wso2.com
 Mobile: +94 (71) 9258281
 Blog : http://pulasthisupun.blogspot.com/
 Git hub profile: https://github.com/pulasthi




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

 *Email  :  chand...@wso2.com chand...@wso2.com**Mobile : +94718169299
 %2B94718169299*

 *Blog  :http://cnapagoda.blogspot.com http://cnapagoda.blogspot.com*




-- 
Susankha Nirmala
Software Engineer
WSO2, Inc.: http://wso2.com
lean.enterprise.middleware
Mobile : +94 77 593 2146
___
Dev mailing list
Dev@wso2.org
http://wso2.org/cgi-bin/mailman/listinfo/dev


Re: [Dev] Maven registry plugin not available in nexus

2014-12-30 Thread Susankha Nirmala
Hi Eranda,

It is available in nexus [1].

[1]-
http://maven.wso2.org/nexus/content/groups/wso2-public/org/wso2/maven/maven-registry-plugin/2.0.10/



On Wed, Dec 31, 2014 at 12:12 AM, Eranda Sooriyabandara era...@wso2.com
wrote:

 Hi Dev Studio team,
 When create a registry resource project in DS 3.7.1 it shows the plugin
 version as 2.0.10. But it is not available in nexus [1]. Please check.

 thanks
 Eranda

 [1].
 http://maven.wso2.org/nexus/content/groups/wso2-public/org/wso2/maven/maven-registry-plugin/

 --

 *Eranda Sooriyabandara*Senior Software Engineer;
 Integration Technologies Team;
 WSO2 Inc.; http://wso2.com
 Lean . Enterprise . Middleware

 E-mail: eranda AT wso2.com
 Mobile: (812) 964-9032
 Linked-In: http://www.linkedin.com/in/erandasooriyabandara
 Blog: http://emsooriyabandara.blogspot.com/





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




-- 
Susankha Nirmala
Software Engineer
WSO2, Inc.: http://wso2.com
lean.enterprise.middleware
Mobile : +94 77 593 2146
___
Dev mailing list
Dev@wso2.org
http://wso2.org/cgi-bin/mailman/listinfo/dev


Re: [Dev] (TOOLS-2600) when using maven release plugin, release version changed by the release plugin does not get propagated to the version defined in the artifact.xml file

2014-11-14 Thread Susankha Nirmala
Hi Nirmal,

you can find the fix in [1]

[1]-
https://github.com/wso2-dev/developer-studio/blob/master/dependencies/wso2-release-pre-prepare-plugin/src/main/java/org/wso2/maven/MavenReleasePrePrepareMojo.java

On Fri, Nov 14, 2014 at 7:52 PM, Nirmal Fernando nir...@wso2.com wrote:

 Hi Susankha,

 Can you let me know the public svn commit with respect to this fix?

 PS: It's always better to mention the commit revision in the Jira.

 -- Forwarded message --
 From: Susankha Nirmala (JIRA) j...@wso2.org
 Date: Fri, Aug 8, 2014 at 6:09 AM
 Subject: [Carbon-jira] [jira] (TOOLS-2600) when using maven release
 plugin, release version changed by the release plugin does not get
 propagated to the version defined in the artifact.xml file
 To: carbon-j...@wso2.org


Susankha Nirmala
 https://wso2.org/secure/ViewProfile.jspa?name=susankha%40wso2.com
 created [image: Bug] TOOLS-2600 https://wso2.org/browse/TOOLS-2600
  *when using maven release plugin, release version changed by the release
 plugin does not get propagated to the version defined in the artifact.xml
 file* https://wso2.org/browse/TOOLS-2600
*Issue Type:*  [image: Bug] Bug   *Affects Versions:*  3.7.0
 *Assignee:*  Susankha Nirmala
 https://wso2.org/secure/ViewProfile.jspa?name=susankha%40wso2.com
 *Created:*  08/Aug/14 9:39 AM   *Fix Versions:*  3.8.0   *Project:*  WSO2
 Tools https://wso2.org/browse/TOOLS   *Priority:*  [image: High] High
 *Reporter:*  Susankha Nirmala
 https://wso2.org/secure/ViewProfile.jspa?name=susankha%40wso2.com   This
 message is automatically generated by JIRA.
 If you think it was sent incorrectly, please contact your JIRA
 administrators
 For more information on JIRA, see: http://www.atlassian.com/software/jira

 ___
 Carbon-jira mailing list
 carbon-j...@wso2.org
 https://wso2.org/cgi-bin/mailman/listinfo/carbon-jira




 --

 Thanks  regards,
 Nirmal

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





-- 
Susankha Nirmala
Software Engineer
WSO2, Inc.: http://wso2.com
lean.enterprise.middleware
Mobile : +94 77 593 2146
___
Dev mailing list
Dev@wso2.org
http://wso2.org/cgi-bin/mailman/listinfo/dev


Re: [Dev] WSO2 Committers += Kavith Lokuhewage

2014-08-04 Thread Susankha Nirmala
Congratulations!!!

/Susankha.


On Mon, Aug 4, 2014 at 11:48 AM, Rushmin Fernando rush...@wso2.com wrote:

 Congratulations !!


 On Mon, Aug 4, 2014 at 11:46 AM, Dimuthu De Lanerolle dimut...@wso2.com
 wrote:

 Congtraz !!!


 On Mon, Aug 4, 2014 at 11:44 AM, Tania Mahanama ta...@wso2.com wrote:

 Congratulations! :)


 On Mon, Aug 4, 2014 at 11:42 AM, Sohani Weerasinghe soh...@wso2.com
 wrote:

 Congratulations !

 Sohani Weerasinghe
 Software Engineer
 WSO2, Inc: http://wso2.com

 Mobile  : +94 716439774
 Blog :http://christinetechtips.blogspot.com/
 Twitter  : https://twitter.com/sohanichristine


 On Mon, Aug 4, 2014 at 11:41 AM, Jasintha Dasanayake jasin...@wso2.com
  wrote:

 Hi All,

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

 Kavith has  been a valuable contributor for WSO2 Developer Studio
 since he joined WSO2. In recognition of his contributions to WSO2, he has
 been voted as a WSO2 Committer.

 Kavith, Congratulations and Keep up the good work!

 Thanks and Regards,
 /Jasintha

 --

 *Jasintha Dasanayake *

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


 *mobile :- 0711368118 0711368118 *

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



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




 --
 Tania Mahanama
 Senior Technical Writer

 Contact:
 Mob: +94 077 5129270

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




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


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




 --
 *Rushmin Fernando*
 *Technical Lead*

 WSO2 Inc. http://wso2.com/ - Lean . Enterprise . Middleware

 email : rush...@wso2.com
 mobile : +94772310855



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




-- 
Susankha Nirmala
Software Engineer
WSO2, Inc.: http://wso2.com
lean.enterprise.middleware
Mobile : +94 77 593 2146
___
Dev mailing list
Dev@wso2.org
http://wso2.org/cgi-bin/mailman/listinfo/dev


Re: [Dev] DevStudio build has never worked

2014-07-22 Thread Susankha Nirmala
... 16 more
[INFO] Deployment failed after 1 min 9 sec
Build step 'Deploy artifacts to Maven repository' changed build result
to FAILURE
Sending e-mails to: buil...@wso2.org
Finished: FAILURE






On Tue, Jul 22, 2014 at 2:38 PM, Afkham Azeez az...@wso2.com wrote:

 $subject. Why?

 https://wso2.org/jenkins/job/developer-studio/

 It is totally UNACCEPTABLE under the new build system to have broken
 builds!

 --
 *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 %2B94%2077%203320919 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
 http://lk.linkedin.com/in/afkhamazeez*

 *Lean . Enterprise . Middleware*

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




-- 
Susankha Nirmala
Software Engineer
WSO2, Inc.: http://wso2.com
lean.enterprise.middleware
Mobile : +94 77 593 2146
___
Dev mailing list
Dev@wso2.org
http://wso2.org/cgi-bin/mailman/listinfo/dev


[Dev] The WSO2 Developer Studio 3.7.0 Released!

2014-07-14 Thread Susankha Nirmala
 connection details are saved.
   - [TOOLS-2565 https://wso2.org/jira/browse/TOOLS-2565] - Error -
   Document partitioner is not connected
   - [TOOLS-2575 https://wso2.org/jira/browse/TOOLS-2575] - Linking the
   project explorer and editor using 'Link with Editor' button not works


*Sub-tasks*

   - [TOOLS-2500 https://wso2.org/jira/browse/TOOLS-2500] - remove
   message store icon connection handlers
   - [TOOLS-2501 https://wso2.org/jira/browse/TOOLS-2501] - remove
   resizable corners from Message store icon
   - [TOOLS-2567 https://wso2.org/jira/browse/TOOLS-2567] - AF tools UI
   related issues



*Reporting Issues*

We encourage you to report issues, documentation faults and feature
requests regarding WSO2 Developer Studio through the public WSO2 Developer
Studio JIRA.


[1] - http://wso2.com/products/developer-studio/
[2] -
https://docs.wso2.com/display/DVS370/WSO2+Developer+Studio+Documentation


-- The WSO2 Developer Studio Team --

-- 
Susankha Nirmala
Software Engineer
WSO2, Inc.: http://wso2.com
lean.enterprise.middleware
Mobile : +94 77 593 2146
___
Dev mailing list
Dev@wso2.org
http://wso2.org/cgi-bin/mailman/listinfo/dev


[Dev] Developer Studio 3.7.0 RC5 Released!

2014-07-10 Thread Susankha Nirmala
Hi All,

We have WSO2 Developer Studio 3.7.0 RC5 ready to be downloaded at [1] and
installed eclipse distributions available at [2]. This release includes
following bug fixes.

Bug
[TOOLS-2565] https://wso2.org/jira/browse/TOOLS-2565 - Error - Document
partitioner is not connected
[TOOLS-2575] https://wso2.org/jira/browse/TOOLS-2575 - Linking the
project explorer and editor using 'Link with Editor' button not works

Your feedback is most welcome. Please report issues at [3] and specify the
affect version as 3.7.0 RC5.

[1]-
http://builder1.us1.wso2.org/~developerstudio/developer-studio/3.7.0/RC5/
[2]-
http://builder1.us1.wso2.org/~developerstudio/developer-studio/3.7.0/RC5/installed-distributions/
[3]- https://wso2.org/jira/browse/TOOLS

Thanks and Regards,
WSO2 Developer Studio Team.

-- 
Susankha Nirmala
Software Engineer
WSO2, Inc.: http://wso2.com
lean.enterprise.middleware
Mobile : +94 77 593 2146
___
Dev mailing list
Dev@wso2.org
http://wso2.org/cgi-bin/mailman/listinfo/dev


[Dev] Developer Studio 3.7.0 RC4 Released!

2014-07-03 Thread Susankha Nirmala
Hi All,

We have WSO2 Developer Studio 3.7.0 RC4 ready to be downloaded at [1] and
installed eclipse distributions available at [2]. This release includes
following bug fixes, improvements.

*Improvement*
[TOOLS-2570] https://wso2.org/jira/browse/TOOLS-2570 - Improve look and
feel of AF tools login prompt to contrast cloud and standalone AF login
attempts
[TOOLS-2573] https://wso2.org/jira/browse/TOOLS-2573 - AF Tools - Improve
preferences window to capture selection between App Cloud or standalone AF.

*Bug*
[TOOLS-2571] https://wso2.org/jira/browse/TOOLS-2571 - AF Tools - Typos
in window for organization selection
[TOOLS-2572] https://wso2.org/jira/browse/TOOLS-2572 - AF Tools does not
display correct App Cloud URL after connection details are saved.

Your feedback is most welcome. Please report issues at [3] and specify the
affect version as 3.7.0 RC4.

[1]-
http://builder1.us1.wso2.org/~developerstudio/developer-studio/3.7.0/RC4/
[2]-
http://builder1.us1.wso2.org/~developerstudio/developer-studio/3.7.0/RC4/installed-distributions/
[3]- https://wso2.org/jira/browse/TOOLS

Thanks and Regards,
WSO2 Developer Studio Team.
-- 
Susankha Nirmala
Software Engineer
WSO2, Inc.: http://wso2.com
lean.enterprise.middleware
Mobile : +94 77 593 2146
___
Dev mailing list
Dev@wso2.org
http://wso2.org/cgi-bin/mailman/listinfo/dev


[Dev] Developer Studio 3.7.0 RC 3 Released!

2014-07-01 Thread Susankha Nirmala
Hi All,

We have WSO2 Developer Studio 3.7.0 RC3 ready to be downloaded at [1] and
installed eclipse distributions available at [2]. This release includes
following bug fixes, improvements.

*Improvement*
[TOOLS-2559] https://wso2.org/jira/browse/TOOLS-2559 - App Factory Tools
- Add support for email based user model of App cloud deployment

*Bug*
[TOOLS-346] https://wso2.org/jira/browse/TOOLS-346 - Remove 'xml:space'
attribute from 'bpel:literal' element when creating a bpel
[TOOLS-2541] https://wso2.org/jira/browse/TOOLS-2541 - App Factory Tools
- UI feedback is not given when errors are thrown at git checkout
[TOOLS-2561] https://wso2.org/jira/browse/TOOLS-2561 - DSS named
parameter deployment error

*Task*
[TOOLS-2567] https://wso2.org/jira/browse/TOOLS-2567 - AF tools UI
related issues

Your feedback is most welcome. Please report issues at [3] and specify the
affect version as 3.7.0 RC3.

[1]-
http://builder1.us1.wso2.org/~developerstudio/developer-studio/3.7.0/RC3/
[2]-
http://builder1.us1.wso2.org/~developerstudio/developer-studio/3.7.0/RC3/installed-distributions/
[3]- https://wso2.org/jira/browse/TOOLS

Thanks and Regards,
WSO2 Developer Studio Team.

-- 
Susankha Nirmala
Software Engineer
WSO2, Inc.: http://wso2.com
lean.enterprise.middleware
Mobile : +94 77 593 2146
___
Dev mailing list
Dev@wso2.org
http://wso2.org/cgi-bin/mailman/listinfo/dev


[Dev] Developer Studio 3.7.0 RC 2 Released!

2014-06-20 Thread Susankha Nirmala
Hi All,

  We have WSO2 Developer Studio 3.7.0 RC 2 ready to be downloaded at [1]
and installed eclipse distributions available at [2]. This release includes
following bug fixes, improvements and tasks.


*Bug*
[TOOLS-2549] - When a Respond Mediator is inside a complex mediator, adding
Send/Drop/Respond/Loopback mediator is restricted after the complex
mediator.

Your feedback is most welcome. Please report issues at [3] and specify the
affect version as 3.7.0 RC1.

[1]-
http://builder1.us1.wso2.org/~developerstudio/developer-studio/3.7.0/RC2/
[2]-
http://builder1.us1.wso2.org/~developerstudio/developer-studio/3.7.0/RC2/installed-distributions/
[3]- https://wso2.org/jira/browse/TOOLS

Thanks and Regards,
WSO2 Developer Studio Team.

-- 
Susankha Nirmala
Software Engineer
WSO2, Inc.: http://wso2.com
lean.enterprise.middleware
Mobile : +94 77 593 2146
___
Dev mailing list
Dev@wso2.org
http://wso2.org/cgi-bin/mailman/listinfo/dev


[Dev] Developer Studio 3.7.0 RC 1 Released!

2014-06-10 Thread Susankha Nirmala
 specify faultOnFailure configuration through BPEL
editor
[TOOLS-2523] - Application list view labels and application details view
are not updated instantly after opening a application.

*New Feature*

[TOOLS-2521] - Add endpoint configuration in BPEL ode editor
[TOOLS-2522] - Enable serviceDescriptionReference attribute in BPEL ode
editor


*Sub-task*

[TOOLS-2500] - remove message store icon connection handlers
[TOOLS-2501] - remove resizable corners from Message store icon


Your feedback is most welcome. Please report issues at [3] and specify the
affect version as 3.7.0 RC1.

[1]-
http://builder1.us1.wso2.org/~developerstudio/developer-studio/3.7.0/RC1/wso2-developer-studio_3.7.0.zip
[2]-
http://builder1.us1.wso2.org/~developerstudio/developer-studio/3.7.0/RC1/installed-distributions/
[3]- https://wso2.org/jira/browse/TOOLS

Thanks and Regards,
WSO2 Developer Studio Team.

-- 
Susankha Nirmala
Software Engineer
WSO2, Inc.: http://wso2.com
lean.enterprise.middleware
Mobile : +94 77 593 2146
___
Dev mailing list
Dev@wso2.org
http://wso2.org/cgi-bin/mailman/listinfo/dev


[Dev] Inconsistencies of CApp undeployment in carbon 4.2.0 servers and prior servers with DevStudio

2014-06-04 Thread Susankha Nirmala
Hi all,

 When undeploy a Capp from Carbon 4.2.0 based servers, the Carbon
server checks CApp name with its version.

public void deleteApplication(String appName) throws Exception {
// If appName is null throw an exception
if (appName == null) {
handleException(Application name can't be null);
return;
}

// CarbonApplication instance to delete
CarbonApplication currentApp = null;

// Iterate all applications for this tenant and find the
application to delete
String tenantId = AppDeployerUtils.getTenantIdString(getAxisConfig(
));
ArrayListCarbonApplication appList =
AppManagementServiceComponent.getAppManager().getCarbonApps(
tenantId);
for (CarbonApplication carbonApp : appList) {
if (appName.equals(*carbonApp.getAppNameWithVersion()*)) {
currentApp = carbonApp;
}
}

But when undeploy a CApp from prior carbon based servers, Carbon server
checks CApp name without its version.


public void deleteApplication(String appName) throws Exception {
// If appName is null throw an exception
if (appName == null) {
handleException(Application name can't be null);
return;
}

// CarbonApplication instance to delete
CarbonApplication currentApp = null;

// Iterate all applications for this tenant and find the
application to delete
String tenantId = AppDeployerUtils.getTenantIdString(getAxisConfig(
));
ArrayListCarbonApplication appList =
AppManagementServiceComponent.getAppManager().getCarbonApps(
tenantId);
for (CarbonApplication carbonApp : appList) {
if (appName.equals(*carbonApp.getAppName()*)) {
currentApp = carbonApp;
}
}

   When configuring a Carbon Servers as a remote server within Dev Studio,
it cannot identify carbon version of the remote server. Due to that, from
DevStudio side, cannot identify what is the expected CApp name (with
version or without version) from Carbon server.

Had an online chat with Kishanthan and Manoj. They agree to fix this form
platform side.


Thanks.
/Susankha.


-- 
Susankha Nirmala
Software Engineer
WSO2, Inc.: http://wso2.com
lean.enterprise.middleware
Mobile : +94 77 593 2146
___
Dev mailing list
Dev@wso2.org
http://wso2.org/cgi-bin/mailman/listinfo/dev


Re: [Dev] Inconsistencies of CApp undeployment in carbon 4.2.0 servers and prior servers with DevStudio

2014-06-04 Thread Susankha Nirmala
Hi,

   Please merge pull request [1] fix for issue [2].

[1]- https://github.com/wso2-dev/carbon-commons/pull/7
[2]- https://wso2.org/jira/browse/CARBON-14825

Thanks.
/Susankha.


On Wed, Jun 4, 2014 at 2:11 PM, Susankha Nirmala susan...@wso2.com wrote:

 Hi all,

  When undeploy a Capp from Carbon 4.2.0 based servers, the Carbon
 server checks CApp name with its version.

 public void deleteApplication(String appName) throws Exception {
 // If appName is null throw an exception
 if (appName == null) {
 handleException(Application name can't be null);
 return;
 }

 // CarbonApplication instance to delete
 CarbonApplication currentApp = null;

 // Iterate all applications for this tenant and find the
 application to delete
 String tenantId = AppDeployerUtils.getTenantIdString(getAxisConfig
 ());
 ArrayListCarbonApplication appList =
 AppManagementServiceComponent.getAppManager().
 getCarbonApps(tenantId);
 for (CarbonApplication carbonApp : appList) {
 if (appName.equals(*carbonApp.getAppNameWithVersion()*)) {
 currentApp = carbonApp;
 }
 }

 But when undeploy a CApp from prior carbon based servers, Carbon
 server checks CApp name without its version.


 public void deleteApplication(String appName) throws Exception {
 // If appName is null throw an exception
 if (appName == null) {
 handleException(Application name can't be null);
 return;
 }

 // CarbonApplication instance to delete
 CarbonApplication currentApp = null;

 // Iterate all applications for this tenant and find the
 application to delete
 String tenantId = AppDeployerUtils.getTenantIdString(getAxisConfig
 ());
 ArrayListCarbonApplication appList =
 AppManagementServiceComponent.getAppManager().
 getCarbonApps(tenantId);
 for (CarbonApplication carbonApp : appList) {
 if (appName.equals(*carbonApp.getAppName()*)) {
 currentApp = carbonApp;
 }
 }

When configuring a Carbon Servers as a remote server within Dev Studio,
 it cannot identify carbon version of the remote server. Due to that, from
 DevStudio side, cannot identify what is the expected CApp name (with
 version or without version) from Carbon server.

 Had an online chat with Kishanthan and Manoj. They agree to fix this form
 platform side.


 Thanks.
 /Susankha.


 --
 Susankha Nirmala
 Software Engineer
 WSO2, Inc.: http://wso2.com
 lean.enterprise.middleware
 Mobile : +94 77 593 2146




-- 
Susankha Nirmala
Software Engineer
WSO2, Inc.: http://wso2.com
lean.enterprise.middleware
Mobile : +94 77 593 2146
___
Dev mailing list
Dev@wso2.org
http://wso2.org/cgi-bin/mailman/listinfo/dev


[Dev] Please merge wso2-synapse #35

2014-05-30 Thread Susankha Nirmala
Hi,

   Please merge the pull request -
https://github.com/wso2-dev/wso2-synapse/pull/35

Thanks.
/Susankha.

-- 
Susankha Nirmala
Software Engineer
WSO2, Inc.: http://wso2.com
lean.enterprise.middleware
Mobile : +94 77 593 2146
___
Dev mailing list
Dev@wso2.org
http://wso2.org/cgi-bin/mailman/listinfo/dev


Re: [Dev] WSO2 Committers += Sohani Weerasinghe

2014-05-29 Thread Susankha Nirmala
Congratulations!!!


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

 Hi All,

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

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

 Sohani, Congratulations and Keep up the good work!

 Thanks and Regards,
 /Jasintha


 --

 *Jasintha Dasanayake *

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


 *mobile :- 0711368118*

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




-- 
Susankha Nirmala
Software Engineer
WSO2, Inc.: http://wso2.com
lean.enterprise.middleware
Mobile : +94 77 593 2146
___
Dev mailing list
Dev@wso2.org
http://wso2.org/cgi-bin/mailman/listinfo/dev


Re: [Dev] WSO2 Committers += Lali Devamanthri

2014-05-29 Thread Susankha Nirmala
Congratulations!!!


On Fri, May 30, 2014 at 11:11 AM, Dimuthu De Lanerolle dimut...@wso2.com
wrote:

 Congratz ... !!!


 On Fri, May 30, 2014 at 11:10 AM, Sohani Weerasinghe soh...@wso2.com
 wrote:

 Congratulations 

 Sohani Weerasinghe
 Software Engineer
 WSO2, Inc: http://wso2.com

 Mobile  : +94 716439774
 Blog :http://christinetechtips.blogspot.com/
 Twitter  : https://twitter.com/sohanichristine


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

 Hi All,

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

 Lali has  been a valuable contributor for WSO2 Developer Studio since he
 joined WSO2. In recognition of his contributions to WSO2, he has been voted
 as a WSO2 Committer.

 Lali, Congratulations and Keep up the good work!

 Thanks and Regards,
 /Jasintha

 --

 *Jasintha Dasanayake *

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


 *mobile :- 0711368118 0711368118 *

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



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




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


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




-- 
Susankha Nirmala
Software Engineer
WSO2, Inc.: http://wso2.com
lean.enterprise.middleware
Mobile : +94 77 593 2146
___
Dev mailing list
Dev@wso2.org
http://wso2.org/cgi-bin/mailman/listinfo/dev


[Dev] commit CARBON-14814 patch

2014-05-26 Thread Susankha Nirmala
Hi Manoj,

Please commit attached patches  in [1] to kernel -core - org.wso2.carbon.core
(patch0009)

[1]- https://wso2.org/jira/browse/CARBON-14814

-- 
Susankha Nirmala
Software Engineer
WSO2, Inc.: http://wso2.com
lean.enterprise.middleware
Mobile : +94 77 593 2146
___
Dev mailing list
Dev@wso2.org
http://wso2.org/cgi-bin/mailman/listinfo/dev


Re: [Dev] commit CARBON-14814 patch

2014-05-26 Thread Susankha Nirmala
Thanks Manoj.

/Susankha.


On Mon, May 26, 2014 at 4:27 PM, Manoj Kumara ma...@wso2.com wrote:

 Hi,

 committed to patch0009 with r204090. Please add the modifications into
 relevant Git dev repo.

 Thanks,
 Manoj


 *Manoj Kumara*
 Software Engineer
 WSO2 Inc. http://wso2.com/
 *lean.enterprise.middleware*
 Mobile: +94713448188


 On Mon, May 26, 2014 at 3:58 PM, Susankha Nirmala susan...@wso2.comwrote:

 Hi Manoj,

 Please commit attached patches  in [1] to kernel -core - org.wso2.
 carbon.core (patch0009)

 [1]- https://wso2.org/jira/browse/CARBON-14814

 --
 Susankha Nirmala
 Software Engineer
 WSO2, Inc.: http://wso2.com
 lean.enterprise.middleware
 Mobile : +94 77 593 2146





-- 
Susankha Nirmala
Software Engineer
WSO2, Inc.: http://wso2.com
lean.enterprise.middleware
Mobile : +94 77 593 2146
___
Dev mailing list
Dev@wso2.org
http://wso2.org/cgi-bin/mailman/listinfo/dev


[Dev] Please merge carbon-governance #1

2014-04-30 Thread Susankha Nirmala
Hi Chandana,

Please merge the pull request -
https://github.com/wso2-dev/carbon-governance/pull/1

Thanks.
/Susankha

-- 
Susankha Nirmala
Software Engineer
WSO2, Inc.: http://wso2.com
lean.enterprise.middleware
Mobile : +94 77 593 2146
___
Dev mailing list
Dev@wso2.org
http://wso2.org/cgi-bin/mailman/listinfo/dev


[Dev] Please merge carbon-data #1

2014-04-23 Thread Susankha Nirmala
Hi Chanika,

  please apply the pull request - https://github.com/wso2/carbon-data/pull/1


Thanks.
/Susankha.

-- 
Susankha Nirmala
Software Engineer
WSO2, Inc.: http://wso2.com
lean.enterprise.middleware
Mobile : +94 77 593 2146
___
Dev mailing list
Dev@wso2.org
http://wso2.org/cgi-bin/mailman/listinfo/dev


[Dev] Developer Studio 3.3.0 Alpha 2 Released!

2013-10-22 Thread Susankha Nirmala
Hi All,

We have WSO2 Developer Studio 3.3.0 Alpha 2 version  ready to be downloaded
at [1]. Installed eclipse distributions available at [2].

This release includes following improvement and bug fixes.

*Bug*
[TOOLS-1755] - [Dev Studio 3.2] - Server view does not display a started
ESB server instance
[TOOLS-1841] - [Carbon 4.2] - C-App removed from Dev studio(3.2) not
undeployed.
[TOOLS-1970] - ESB graphical editor fails to serialize and deserialize
Conditional Router
[TOOLS-1981] - ESB Graphical Editor fails to display the source view when
importing a Synapse Configuration
[TOOLS-1983] - Endpoints are not displaying properly inside the Failover
Endpoint in ESB Graphical Editor
[TOOLS-2016] - Default value of Call mediator 'Endpoint Type' property
should be INLINE
[TOOLS-2020] - Typo in Dev Studio UI when creating registry resource
[TOOLS-2022] - Unable to refer Available Message Stores in Store Mediator
[TOOLS-2023] - Scheduled Task class name doesn't get saved from the wizard
[TOOLS-2026] - Message Store and Message Processor provider class package
name changes as it compatible with ESB 4.8.0
[TOOLS-2033] - When enable the tracing in source view, new value doesn't
get saved in the ESB Multi Page Editor
[TOOLS-2035] - Irrelevant Endpoints appear when creating a new Sequence
from a selected project
[TOOLS-2036] - Developer Studio fails to import Message Stores and Message
Processors which are in ESB 4.7.0 configuration
[TOOLS-2037] - All Message Stores, Templates available in the workspace are
not displaying
[TOOLS-2038] - Message Stores and Message Processors are not created when
importing a synapse config with message stores and message processors
[TOOLS-2040] - Incorrect Navigator Label for Registry Resources View
[TOOLS-2043] - Maven General Project Plugin Performance is low
[TOOLS-2046] - Add Library wizard doesn't work properly
[TOOLS-2047] - When double click on a CallTemplate mediator, relevant
Template must be opened in a new editor.

*Improvement*
[TOOLS-1946] - WSO2 Maven Plugins has transitive dependencies to unreleased
software versions

*Sub-task*
[TOOLS-1807] - Group all endpoint that goes out from one sequence (ie: In
seq) and connected them back to the response path


Your feedbacks are most welcome. Please report issues at [3] and specify
the affect version as 3.3.0 Alpha 2.

[1]
http://builder1.us1.wso2.org/~developerstudio/developer-studio/3.3.0/Alpha2/wso2-developer-studio_3.3.0.zip
[2]
http://builder1.us1.wso2.org/~developerstudio/developer-studio/3.3.0/Alpha2/Dev-Studio-Pre-installed-Eclipse/
[3] https://wso2.org/jira/browse/TOOLS


Thanks and Regards,
WSO2 Developer Studio Team.

-- 
Susankha Nirmala
Software Engineer
WSO2, Inc.: http://wso2.com
lean.enterprise.middleware
Mobile : +94 77 593 2146
___
Dev mailing list
Dev@wso2.org
http://wso2.org/cgi-bin/mailman/listinfo/dev


Re: [Dev] Dev Studio 3.3.0 Alpha 2 testing

2013-10-22 Thread Susankha Nirmala
I'll test AS features.


On Wed, Oct 23, 2013 at 9:55 AM, Viraj Rajaguru vi...@wso2.com wrote:

 I'll test G-Reg features.


 Thanks,
 viraj.


 On Wed, Oct 23, 2013 at 9:46 AM, Harshana Martin harsh...@wso2.comwrote:

 Hi All,

 Please start testing the 3.3.0 Alpha 2 today. Testing cycle should be
 from creating the artifact to deploying and using the developed artifact in
 the Server. If you come across any issues report in the Jira and move on to
 testing. Once the testing is complete we can start fixing the issues we
 uncovered.

 Do not spend time on fixing new Jira Tickets did not go to the Alpha 2
 release.

 Only on going development should be Jaggery and App Factory.

 Thanks and Regards,
 Harshana
 --

 Harshana Martin
 Associate Technical Lead
 WSO2 Inc. : http://wso2.com

 Mobile: +94 775 998 115
 Profile: https://www.google.com/profiles/harshana05
 Blog: http://harshana05.blogspot.com
 Twitter: http://twitter.com/harshana05




 --
 Viraj Rajaguru
 Software Engineer
 WSO2 Inc. : http://wso2.com

 Mobile: +94 77 3683068






-- 
Susankha Nirmala
Software Engineer
WSO2, Inc.: http://wso2.com
lean.enterprise.middleware
Mobile : +94 77 593 2146
___
Dev mailing list
Dev@wso2.org
http://wso2.org/cgi-bin/mailman/listinfo/dev


Re: [Dev] WSO2 Committers += AsankaS

2013-10-17 Thread Susankha Nirmala
Congratz AsankaS 


On Thu, Oct 17, 2013 at 2:56 PM, Jasintha Dasanayake jasin...@wso2.comwrote:

 Congratulation !

 /Jasintha


 On Thu, Oct 17, 2013 at 2:53 PM, Harshana Martin harsh...@wso2.comwrote:

 Hi All,

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

 AsankaS has  been a valuable contributor for WSO2 Developer Studio since
 he joined WSO2. In recognition of his contributions to WSO2, he has been
 voted as a WSO2 Committer.

 AsankaS, Congratulations and Keep up the good work!

 Thanks and Regards,
 Harshana
 --

 Harshana Martin
 Associate Technical Lead
 WSO2 Inc. : http://wso2.com

 Mobile: +94 775 998 115
 Profile: https://www.google.com/profiles/harshana05
 Blog: http://harshana05.blogspot.com
 Twitter: http://twitter.com/harshana05


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




 --
 *Jasintha Dasanayake
 **Software Engineer
 WSO2 Inc. | http://wso2.com
 lean . enterprise . middleware*
 *
 *
 *mobile :- 0711368118
 *

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




-- 
Susankha Nirmala
Software Engineer
WSO2, Inc.: http://wso2.com
lean.enterprise.middleware
Mobile : +94 77 593 2146
___
Dev mailing list
Dev@wso2.org
http://wso2.org/cgi-bin/mailman/listinfo/dev


Re: [Dev] WSO2 Committers += Susinda

2013-10-17 Thread Susankha Nirmala
Congratz Susinda !!!


On Thu, Oct 17, 2013 at 2:56 PM, Bhathiya Jayasekara bhath...@wso2.comwrote:

 Congratulations Susinda... :)


 On Thu, Oct 17, 2013 at 2:54 PM, Harshana Martin harsh...@wso2.comwrote:

 Hi All,

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

 Susinda has  been a valuable contributor for WSO2 Developer Studio since
 he joined WSO2. In recognition of his contributions to WSO2, he has been
 voted as a WSO2 Committer.

 Susinda, Congratulations and Keep up the good work!

 Thanks and Regards,
 Harshana

 --

 Harshana Martin
 Associate Technical Lead
 WSO2 Inc. : http://wso2.com

 Mobile: +94 775 998 115
 Profile: https://www.google.com/profiles/harshana05
 Blog: http://harshana05.blogspot.com
 Twitter: http://twitter.com/harshana05


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




 --
 *Bhathiya Jayasekara*
 *Software Engineer,*
 *WSO2 inc., http://wso2.com*
 *
 *
 *Phone: +94715478185*
 *LinkedIn: http://www.linkedin.com/in/bhathiyaj*
 *Twitter: https://twitter.com/bhathiyax*

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




-- 
Susankha Nirmala
Software Engineer
WSO2, Inc.: http://wso2.com
lean.enterprise.middleware
Mobile : +94 77 593 2146
___
Dev mailing list
Dev@wso2.org
http://wso2.org/cgi-bin/mailman/listinfo/dev


Re: [Dev] WSO2 Committers += Ayashkantha

2013-09-05 Thread Susankha Nirmala
congratzz Ayashkantha !!!


On Thu, Sep 5, 2013 at 2:56 PM, Shameera Rathnayaka shame...@wso2.comwrote:

 Congratzzz Ayashkantha !!!


 On Thu, Sep 5, 2013 at 2:41 PM, Pulasthi Supun pulas...@wso2.com wrote:

 Congrats Ayashkantha


 On Thu, Sep 5, 2013 at 2:38 PM, Manula Chathurika Thantriwatte 
 manu...@wso2.com wrote:

 Congratulations !!!


 On Thu, Sep 5, 2013 at 2:36 PM, Dhanuka Ranasinghe dhan...@wso2.comwrote:

 Congratz... 

 *Dhanuka Ranasinghe*

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

 lean . enterprise . middleware

 phone : +94 715381915


 On Thu, Sep 5, 2013 at 2:27 PM, Darshana Gunawardana darsh...@wso2.com
  wrote:

 Congratulations...!!!


 On Thu, Sep 5, 2013 at 2:25 PM, Dunith Dhanushka dun...@wso2.comwrote:

 Congrats Ayashkantha!


 On Thu, Sep 5, 2013 at 2:13 PM, Anjana Fernando anj...@wso2.comwrote:

 Hi everyone,

 It's my pleasure to announce Ayashkantha as a WSO2 commiter.
 Ayashkantha has done many contributions to the BAM product, and I'm 
 sure he
 will continue to be a valuable member to the team. Ayashkantha, welcome
 aboard and keep up the good work! ..


 Cheers,
 Anjana.

 --
 *Anjana Fernando*
 Technical Lead
 WSO2 Inc. | http://wso2.com
 lean . enterprise . middleware

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




 --
 Regards,

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

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

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




 --
 Regards,

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

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



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




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

 email : manu...@wso2.com / man...@apache.org
 phone : +94 772492511
 blog : http://manulachathurika.blogspot.com/




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




 --
 --
 Pulasthi Supun
 Software Engineer; WSO2 Inc.; http://wso2.com,
 Email: pulas...@wso2.com
 Mobile: +94 (71) 9258281
 Blog : http://pulasthisupun.blogspot.com/
 Git hub profile: https://github.com/pulasthi

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




 --
 *Software Engineer - WSO2 Inc.*
 *email: shameera AT wso2.com shame...@wso2.com , shameera AT 
 apache.orgshame...@apache.org
 *
 *phone:  +9471 922 1454*
 *
 *
 *Linked in : *http://lk.linkedin.com/pub/shameera-rathnayaka/1a/661/561
 *Twitter : *https://twitter.com/Shameera_R

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




-- 
Susankha Nirmala
Software Engineer
WSO2, Inc.: http://wso2.com
lean.enterprise.middleware
Mobile : +94 77 593 2146
___
Dev mailing list
Dev@wso2.org
http://wso2.org/cgi-bin/mailman/listinfo/dev


Re: [Dev] WSO2 Committers += Chanaka Fernando

2013-08-19 Thread Susankha Nirmala
congratz chanaka !!!


On Mon, Aug 19, 2013 at 11:11 AM, Pulasthi Supun pulas...@wso2.com wrote:

 congratz Chanaka!!


 On Mon, Aug 19, 2013 at 11:03 AM, Asanka Sanjeewa asan...@wso2.comwrote:

 Congratulation Chanaka.

 Regards,
 AsankaS.


 On Mon, Aug 19, 2013 at 11:00 AM, Hasitha Hiranya hasit...@wso2.comwrote:

 congratz Chanaka!!!


 On Mon, Aug 19, 2013 at 10:58 AM, Dhanuka Ranasinghe 
 dhan...@wso2.comwrote:

 congratz Chanaka!!!

  *Dhanuka Ranasinghe*

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

 lean . enterprise . middleware

 phone : +94 715381915


 On Mon, Aug 19, 2013 at 10:50 AM, Kasun Indrasiri ka...@wso2.comwrote:

  Hi all,

 Its my pleasure to welcome Chanaka Fernando as a WSO2 Committer.
 ChanakaF has been contributing to ESB for last couple of months and
 has done an excellent job in recent cloud connector work.

 Chanaka, welcome aboard and keep up the good work.

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

 cell: +94 71 536 4128
 Blog : http://kasunpanorama.blogspot.com/

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



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




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

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




 --
 *Asanka Sanjeewa*
 Senior Software Engineer
 Mobile: +94772532924
 WSO2 Inc. http://wso2.com/
 Blog: http://asanka-tech-blog.blogspot.com/


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




 --
 --
 Pulasthi Supun
 Software Engineer; WSO2 Inc.; http://wso2.com,
 Email: pulas...@wso2.com
 Mobile: +94 (71) 9258281
 Blog : http://pulasthisupun.blogspot.com/
 Git hub profile: https://github.com/pulasthi

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




-- 
Susankha Nirmala
Software Engineer
WSO2, Inc.: http://wso2.com
lean.enterprise.middleware
Mobile : +94 77 593 2146
___
Dev mailing list
Dev@wso2.org
http://wso2.org/cgi-bin/mailman/listinfo/dev


Re: [Dev] WSO2 Committers += Piyum Fernando

2013-08-14 Thread Susankha Nirmala
congratz  piyum 


On Wed, Aug 14, 2013 at 2:05 PM, Pushpalanka Jayawardhana la...@wso2.comwrote:

 Congratulations...!!!

  Pushpalanka Jayawardhana

 Software Engineer

 WSO2 Lanka (pvt) Ltd
 [image: 
 Facebook]http://s.wisestamp.com/links?url=http%3A%2F%2Fwww.facebook.com%2Fpushpalanka
  [image:
 Twitter]http://s.wisestamp.com/links?url=http%3A%2F%2Ftwitter.com%2FPushpalanka
  [image:
 LinkedIn]http://s.wisestamp.com/links?url=http%3A%2F%2Fwww.linkedin.com%2Fprofile%2Fview%3Fid%3D75175642%26trk%3Dtab_pro
  [image:
 Blogger]http://s.wisestamp.com/links?url=http%3A%2F%2Fpushpalankajaya.blogspot.com%2F
  [image:
 SlideShare]http://s.wisestamp.com/links?url=http%3A%2F%2Fwww.slideshare.net%2FPushpalanka
 Mobile: +94779716248
 http://s.wisestamp.com/links?url=http%3A%2F%2Fr1.wisestamp.com%2Fr%2Flanding%3Fu%3Dc984892c0c4ca423%26v%3D3.13.2%26t%3D1361257731639%26promo%3D10%26dest%3Dhttp%253A%252F%252Fwww.wisestamp.com%252Femail-install%253Futm_source%253Dextension%2526utm_medium%253Demail%2526utm_campaign%253Dpromo_10
 On Wed, Aug 14, 2013 at 2:02 PM, Pulasthi Supun pulas...@wso2.com wrote:

 Congrats Piyum :)


 On Wed, Aug 14, 2013 at 2:00 PM, Gayan Dhanushka gay...@wso2.com wrote:

 Congratzz Piyum...!!!


 On Wed, Aug 14, 2013 at 1:47 PM, Sumedha Kodithuwakku sumed...@wso2.com
  wrote:

 Congratzz Piyum...!!


 On Wed, Aug 14, 2013 at 1:44 PM, Bhathiya Jayasekara bhath...@wso2.com
  wrote:

 Congratulations piyum...


 On Wed, Aug 14, 2013 at 1:42 PM, Asanka Sanjeewa asan...@wso2.comwrote:

 Congratulation Piyum.

 Regards,
 AsankaS.


 On Wed, Aug 14, 2013 at 1:40 PM, Asanka Dissanayake asan...@wso2.com
  wrote:

 Congratzz piyum!!


 On Wed, Aug 14, 2013 at 1:32 PM, Sagara Gunathunga 
 sag...@wso2.comwrote:


 It is my pleasure to welcome Piyum Fernando as a WSO2 Committer.

 Piyum, Welcome Aboard!   please keep up the good work!!

 Thanks !
 --
 Sagara Gunathunga

 Senior Technical Lead; WSO2, Inc.;  http://wso2.com
 V.P Apache Web Services;http://ws.apache.org/
 Linkedin; http://www.linkedin.com/in/ssagara
 Blog ;  http://ssagara.blogspot.com


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




 --

 *Asanka Dissanayake
 Software Engineer*
 *WSO2 Inc. - lean . enterprise . middleware |  wso2.com*
 *
 email: asan...@wso2.com ruch...@wso2.com,   blog:
 cyberwaadiya.blogspot.com, asankastechtalks.wordpress.com  mobile: +94
 71 8373821*

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




 --
 *Asanka Sanjeewa*
 Senior Software Engineer
 Mobile: +94772532924
 WSO2 Inc. http://wso2.com/
 Blog: http://asanka-tech-blog.blogspot.com/


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




 --
 *Bhathiya Jayasekara*
 *Software Engineer,*
 *WSO2 inc., http://wso2.com*
 *
 *
 *Phone: +94715478185*
 *LinkedIn: http://www.linkedin.com/in/bhathiyaj*
 *Twitter: https://twitter.com/bhathiyax*

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






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




 --

 Gayan Dhanushka
 Software Engineer
 WSO2 Inc.
 http://wso2.com

 Mobile : 0716662327

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




 --
 --
 Pulasthi Supun
 Software Engineer; WSO2 Inc.; http://wso2.com,
 Email: pulas...@wso2.com
 Mobile: +94 (71) 9258281
 Blog : http://pulasthisupun.blogspot.com/
 Git hub profile: https://github.com/pulasthi

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



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




-- 
Susankha Nirmala
Software Engineer
WSO2, Inc.: http://wso2.com
lean.enterprise.middleware
Mobile : +94 77 593 2146
___
Dev mailing list
Dev@wso2.org
http://wso2.org/cgi-bin/mailman/listinfo/dev


Re: [Dev] WSO2 Committers += Geeth

2013-08-04 Thread Susankha Nirmala
congratz Geeth 


On Mon, Aug 5, 2013 at 10:28 AM, Pulasthi Supun pulas...@wso2.com wrote:

 Congrats Geeth


 On Mon, Aug 5, 2013 at 10:25 AM, Dunith Dhanushka dun...@wso2.com wrote:

 Congrats Geeth!


 On Mon, Aug 5, 2013 at 10:21 AM, Balakrishnan Gokulakrishnan 
 go...@wso2.com wrote:

 Congrats Geeth!

 On 5 August 2013 10:07, Sagara Gunathunga sag...@wso2.com wrote:


 It is my pleasure to welcome Geeth Munasinghe as a WSO2 Committer.

 Geeth, Welcome Aboard!   please keep up the good work!!



 Thanks !
 --
 Sagara Gunathunga

 Senior Technical Lead; WSO2, Inc.;  http://wso2.com
 V.P Apache Web Services;http://ws.apache.org/
 Linkedin; http://www.linkedin.com/in/ssagara
 Blog ;  http://ssagara.blogspot.com


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




 --
 *Balakrishnan Gokulakrishnan*
 Software Engineer,
 WSO2, Inc.; http://wso2.com

 Twitter:  http://twitter.com/gokulbs
 Mobile: +94775935789
 ___
 Dev mailing list
 Dev@wso2.org
 http://wso2.org/cgi-bin/mailman/listinfo/dev




 --
 Regards,

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

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

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




 --
 --
 Pulasthi Supun
 Software Engineer; WSO2 Inc.; http://wso2.com,
 Email: pulas...@wso2.com
 Mobile: +94 (71) 9258281
 Blog : http://pulasthisupun.blogspot.com/
 Git hub profile: https://github.com/pulasthi

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




-- 
Susankha Nirmala
Software Engineer
WSO2, Inc.: http://wso2.com
lean.enterprise.middleware
Mobile : +94 77 593 2146
___
Dev mailing list
Dev@wso2.org
http://wso2.org/cgi-bin/mailman/listinfo/dev


Re: [Dev] WSO2 Committers += Mohanadarshan Vivekanandalingam

2013-08-01 Thread Susankha Nirmala
congratzzz Mohan 


On Fri, Aug 2, 2013 at 10:22 AM, Geeth Munasinghe ge...@wso2.com wrote:

 Congratz Mohan...!

 *G. K. S. Munasinghe
 *
 *Software Engineer,*
 *WSO2, Inc. http://wso2.com *
 *lean.enterprise.middleware.*
 *
 *
 email: ge...@wso2.com
 phone:(+94) 777911226


 On Fri, Aug 2, 2013 at 10:19 AM, Pulasthi Supun pulas...@wso2.com wrote:

 Congrats Mohan :)


 On Fri, Aug 2, 2013 at 10:17 AM, Gihan Anuruddha gi...@wso2.com wrote:

 Congrats Mohan :-)


 On Fri, Aug 2, 2013 at 10:10 AM, Rajeev Sampath raje...@wso2.comwrote:

 Congrats Mohan!!


 On Fri, Aug 2, 2013 at 12:24 AM, Sriskandarajah Suhothayan 
 s...@wso2.com wrote:

 Hi Folks,

 Its my pleasure to welcome Mohanadarshan Vivekanandalingam (Mohan) as
 a WSO2 Committer. He has contributed alot to CEP, already written
 four components and driving CEP 3.0.0 release.

 Mohan, welcome aboard and keep up the good work.

 Thanks.


 *S. Suhothayan
 *
 Associate Technical Lead,
  *WSO2 Inc. *http://wso2.com *
  http://wso2.com/*
 lean . enterprise . middleware

 *cell: (+94) 779 756 757 | blog: http://suhothayan.blogspot.com/
 twitter: http://twitter.com/suhothayan | linked-in:
 http://lk.linkedin.com/in/suhothayan*
 *
 *




 --
 Rajeev Sampath
 Senior Software Engineer
 WSO2, Inc.; http://www.wso2.com.

 Mobile:* +94716265766
 *




 --
 ---
 W.G. Gihan Anuruddha
 Senior Software Engineer | WSO2, Inc.
 M: +94772272595

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




 --
 --
 Pulasthi Supun
 Software Engineer; WSO2 Inc.; http://wso2.com,
 Email: pulas...@wso2.com
 Mobile: +94 (71) 9258281
 Blog : http://pulasthisupun.blogspot.com/
 Git hub profile: https://github.com/pulasthi

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



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




-- 
Susankha Nirmala
Software Engineer
WSO2, Inc.: http://wso2.com
lean.enterprise.middleware
Mobile : +94 77 593 2146
___
Dev mailing list
Dev@wso2.org
http://wso2.org/cgi-bin/mailman/listinfo/dev


Re: [Dev] WSO2 Committers += Pulasthi Supun

2013-07-23 Thread Susankha Nirmala
congratz Supun.


On Tue, Jul 23, 2013 at 11:36 AM, Chanika Geeganage chan...@wso2.comwrote:

 Congratz Supun !!!


 On Mon, Jul 22, 2013 at 6:27 PM, Sumedha Kodithuwakku 
 sumed...@wso2.comwrote:

 Congratz  Pulasthi...!!!


 On Mon, Jul 22, 2013 at 6:04 PM, Hasitha Aravinda hasi...@wso2.comwrote:

 Congratulation Pulasthi...!!!




 On Sun, Jul 21, 2013 at 4:54 PM, Senaka Fernando sen...@wso2.comwrote:

 Hi all,

 Its my pleasure to welcome Pulasthi Supun as a WSO2 Committer. Pulasthi
 has made some great contributions to our platform during the last
 few months and in recognition of his commitment and contributions he has
 been voted as a committer.

 Pulasthi, welcome aboard and keep up the good work.

 Best Regards,
 Senaka.

 --
 * http://us13.wso2con.com/
 *
 *
 *
 *Senaka Fernando*
 Senior 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

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




 --
 Hasitha Aravinda,
 Software Engineer,
 WSO2 Inc.
 Email: hasi...@wso2.com
 Mobile: +94 71 8 210 200


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




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




 --
 Best Regards..

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

 Mobile: +94773522586

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




-- 
Susankha Nirmala
Software Engineer
WSO2, Inc.: http://wso2.com
lean.enterprise.middleware
Mobile : +94 77 593 2146
___
Dev mailing list
Dev@wso2.org
http://wso2.org/cgi-bin/mailman/listinfo/dev


Re: [Dev] WSO2 Committers += Asanka Dissanayake

2013-07-03 Thread Susankha Nirmala
Congratz Asanka


On Wed, Jul 3, 2013 at 5:12 PM, Harsha Thirimanna hars...@wso2.com wrote:

 Great , my cong... :)


 On Wed, Jul 3, 2013 at 5:13 AM, Shameera Rathnayaka shame...@wso2.comwrote:

 Congratzzz Asanka !!!

 Cheers,
 Shameera.


 On Wed, Jul 3, 2013 at 2:36 PM, Sumedha Kodithuwakku 
 sumed...@wso2.comwrote:

 Congratz Asanka..!


 On Wed, Jul 3, 2013 at 2:24 PM, Dimuthu De Lanerolle 
 dimut...@wso2.comwrote:

 Congratz Asanka !


 On Wed, Jul 3, 2013 at 2:22 PM, Manisha Gayathri mani...@wso2.comwrote:

 Congratulations Asanka!!

 On Wed, Jul 3, 2013 at 1:07 AM, Dimuthu Leelarathne dimut...@wso2.com
  wrote:

 Hi Asanka,

 Congratulations!

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

 thanks and best regards,
 Dimuthu

 --
 Dimuthu Leelarathne
 Architect  Product Lead of App Factory

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

 Lean . Enterprise . Middleware

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




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

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

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




 --
 Dimuthu De Lanerolle
 Software Engineer (Automation)
 WSO2 Inc.

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




 --
 *Sumedha Kodithuwakku*
 Software Engineer
 WSO2 Inc. : wso2.com
 lean . enterprise . middleware
 Mobile : +94718081124


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




 --
 *Software Engineer - WSO2 Inc.*
 *email: shameera AT wso2.com shame...@wso2.com , shameera AT 
 apache.orgshame...@apache.org
 *
 *phone:  +9471 922 1454*
 *
 *
 *Linked in : *http://lk.linkedin.com/pub/shameera-rathnayaka/1a/661/561
 *Twitter : *https://twitter.com/Shameera_R

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




 --

 *Harsha Thirimanna*
 Senior Software Engineer; WSO2, Inc.; http://wso2.com
 * http://www.apache.org/**
 email: **hars...@wso2.com* az...@wso2.com* cell: +94 71 5186770
 blog: *http://www.mind4web.org/ http://www.apache.org/*
 twitter: **http://twitter.com/ http://twitter.com/afkham_azeez**
 harshathirimann
 linked-in: **http: http://lk.linkedin.com/in/afkhamazeez**//
 www.linkedin.com/pub/harsha-thirimanna/10/ab8/122*

 *
 *
 *Lean . Enterprise . Middleware*
 *
 *

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




-- 
Susankha Nirmala
Software Engineer
WSO2, Inc.: http://wso2.com
lean.enterprise.middleware
Mobile : +94 77 593 2146
___
Dev mailing list
Dev@wso2.org
http://wso2.org/cgi-bin/mailman/listinfo/dev


Re: [Dev] WSO2 Committers += Shameera Rathnayaka

2013-07-01 Thread Susankha Nirmala
Congratz Shameera !!


On Mon, Jul 1, 2013 at 1:23 PM, Sumedha Kodithuwakku sumed...@wso2.comwrote:

 Congratz Shameera...!


 On Mon, Jul 1, 2013 at 1:21 PM, Pradeep Fernando prad...@wso2.com wrote:

 Hi Devs,

 Its my pleasure to welcome Shameera Rathnayaka as a WSO2 committer.
 He has made valuable contributions to WSO2 Carbon platform over the last
 few months. Thanks Shameera for the contributions and keep up the good work.


 Shameera, welcome aboard!!

 thanks,
 --Pradeep



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




 --
 *Sumedha Kodithuwakku*
 Software Engineer
 WSO2 Inc. : wso2.com
 lean . enterprise . middleware
 Mobile : +94718081124


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




-- 
Susankha Nirmala
Software Engineer
WSO2, Inc.: http://wso2.com
lean.enterprise.middleware
Mobile : +94 77 593 2146
___
Dev mailing list
Dev@wso2.org
http://wso2.org/cgi-bin/mailman/listinfo/dev


Re: [Dev] [Architecture] Developer Studio 3.2.0 Beta Released !

2013-06-29 Thread Susankha Nirmala
On Sat, Jun 29, 2013 at 7:06 PM, Ajanthan Balachandran ajant...@wso2.comwrote:




 Can you please provide EGit update site url([4] is missing)?


   [4] - http://download.eclipse.org/egit/updates/



 --
 ajanthan
 --
 Ajanthan Balachandiran
 Senior Software Engineer;
 Solutions Technologies Team ;WSO2, Inc.;  http://wso2.com/

 email: ajanthan http://goog_595075977@wso2.com; cell: +94775581497
 blog: http://bkayts.blogspot.com/

 Lean . Enterprise . Middleware

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




-- 
Susankha Nirmala
Software Engineer
WSO2, Inc.: http://wso2.com
lean.enterprise.middleware
Mobile : +94 77 593 2146
___
Dev mailing list
Dev@wso2.org
http://wso2.org/cgi-bin/mailman/listinfo/dev


Re: [Dev] WSO2 Committers += Ishara Premadasa

2013-06-20 Thread Susankha Nirmala
Congratulations 


On Fri, Jun 21, 2013 at 10:43 AM, Gihan Anuruddha gi...@wso2.com wrote:

 Congratulation Ishara !!!


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

 Hi,

 Its my pleasure to welcome Ishara Premadasa as WSO2 Committer.

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

 Ishara, welcome aboard and keep up the good work.


 --
 Best Regards,*

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


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




 --
 ---
 W.G. Gihan Anuruddha
 Senior Software Engineer | WSO2, Inc.
 M: +94772272595

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




-- 
Susankha Nirmala
Software Engineer
WSO2, Inc.: http://wso2.com
lean.enterprise.middleware
___
Dev mailing list
Dev@wso2.org
http://wso2.org/cgi-bin/mailman/listinfo/dev


[Dev] Developer Studio 3.2.0 Milestone 3 Released !

2013-06-19 Thread Susankha Nirmala
 to forcefully trigger a build in jenkins from eclipse
   - [TOOLS-1604 https://wso2.org/jira/browse/TOOLS-1604] - Implement a
   internal deploying mechanism to Jenkins from Developer Studio.
   - [TOOLS-1605 https://wso2.org/jira/browse/TOOLS-1605] - Implement
   life cycle promote mechanism for applications from Developer Studio.
   - [TOOLS-1658 https://wso2.org/jira/browse/TOOLS-1658] - Default value
   of continueAfter and breakRoute attributes (of dbreport mediator) is not
   removed when the user has not specified any value for it
   - [TOOLS-1667 https://wso2.org/jira/browse/TOOLS-1667] - Show in
   registry browser option does not work
   - [TOOLS-1681 https://wso2.org/jira/browse/TOOLS-1681] - ESB Graphical
   Editor implementation of Message Processor
   - [TOOLS-1682 https://wso2.org/jira/browse/TOOLS-1682] - Implement
   Message Processor artifact wizard
   - [TOOLS-1690 https://wso2.org/jira/browse/TOOLS-1690] - Filter Media
   Types in Message Processor registry key editor


*Importat*

 AppFactroy Tooling Requires Egit 2.3.1 but EGit 2.3.1 was released too
late for Juno SR2, hence Juno SR2 contains EGit version 2.2.0. Please
use[4] to update Egit plugin.

These new bundles will be packed with DevS packs from  3.2.0



Your feedbacks are most welcome !!! Please report all the Jiras at [3] and
specify the version as 3.2.0.

[1] -
http://builder1.us1.wso2.org/~developerstudio/developer-studio/3.2.0/M3/wso2-developer-studio_3.2.0.zip
[2] -
http://builder1.us1.wso2.org/~developerstudio/developer-studio/3.2.0/M3/installed-distributions/
[3] - https://wso2.org/jira/browse/TOOLS
[4] - http://download.eclipse.org/egit/updates

Thanks and Regards,
The WSO2 Developer Studio Team.

-- 
Susankha Nirmala
Software Engineer
WSO2, Inc.: http://wso2.com
lean.enterprise.middleware
___
Dev mailing list
Dev@wso2.org
http://wso2.org/cgi-bin/mailman/listinfo/dev


Re: [Dev] WSO2 Committers += Isuru Perera

2013-06-03 Thread Susankha Nirmala
Congratz isuru!


On Mon, Jun 3, 2013 at 5:21 PM, Piyum Fernando pi...@wso2.com wrote:

 Congrads Isuru!


 On Mon, Jun 3, 2013 at 5:18 PM, Supun Malinga sup...@wso2.com wrote:

 Congrats!


 On Mon, Jun 3, 2013 at 5:13 PM, Lasantha Fernando lasan...@wso2.comwrote:

 Congrats Isuru!... :-)


 On 3 June 2013 17:10, Ramith Jayasinghe ram...@wso2.com wrote:

 Contragrats Isuru!


 On Mon, Jun 3, 2013 at 5:08 PM, Nirmal Fernando nir...@wso2.comwrote:




 On Mon, Jun 3, 2013 at 5:07 PM, Nirmal Fernando nir...@wso2.comwrote:

 Congratulations IsuruP!


 On Mon, Jun 3, 2013 at 5:04 PM, Lakmal Warusawithana lak...@wso2.com
  wrote:

 Hi,

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

 IsuruP has done excellent contribution in the areas of
 Stratos2 specially new CLI and Stratos Controller UI.

 IsuruP, welcome aboard and keep up the good work.

 regards

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


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




 --

 Thanks  regards,
 Nirmal

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




 --

 Thanks  regards,
 Nirmal

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


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




 --
 Ramith Jayasinghe
 Technical Lead
 WSO2 Inc., http://wso2.com
 lean.enterprise.middleware

 E: ram...@wso2.com
 P: +94 776715671


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




 --
 *Lasantha Fernando*
 Software Engineer - Data Technologies Team
 WSO2 Inc. http://wso2.com

 email: lasan...@wso2.com
 mobile: (+94) 71 5247551

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




 --
 Supun Malinga,

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

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




 --
 Piyum Fernando
 Software Engineer

 Mobile: +94 77 22 93 880
 Home:  +94 31 22 75 715

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




-- 
Susankha Nirmala
Software Engineer
WSO2, Inc.: http://wso2.com
lean.enterprise.middleware
___
Dev mailing list
Dev@wso2.org
http://wso2.org/cgi-bin/mailman/listinfo/dev


[Dev] What are the possibilities of value in Address, when creating ESB Address Endpoint Template?

2013-03-21 Thread Susankha Nirmala
Hi,

1) When creating a ESB Endpoint Template, value of Address can be only
parametrized value or can add  URL of a endpoint?

2) Is it only use $ character when parametrized values in ESB Template?

please give me advice.

Thanks.

--
Susankha Nirmala
Software Engineer
WSO2, Inc.: http://wso2.com
lean.enterprise.middleware
___
Dev mailing list
Dev@wso2.org
http://wso2.org/cgi-bin/mailman/listinfo/dev


Re: [Dev] Make Sample projects open in the dev studio

2013-01-22 Thread Susankha Nirmala
Hi all,

 when importing wso2 app server examples to developer studio, it has
problem to identify the project nature. To solve i'm trying to set the
project nature as a wso2 project when importing the wso2 app server example
projects to developer studio. To achieve that i add below code segment to
sample's pom.xml file.

 plugin
artifactIdmaven-eclipse-plugin/artifactId
version2.9/version
configuration
  buildcommands
buildcommandorg.eclipse.jdt.core.javabuilder/buildcommand
  /buildcommands
  projectnatures
projectnature*peroject nature*  ( for eg : in a jax-ws
project it : org.wso2.developerstudio.eclipse.jaxws.project.nature)
 /projectnature
projectnatureorg.eclipse.jdt.core.javanature/projectnature
  /projectnatures
/configuration
/plugin

what are you think?
___
Dev mailing list
Dev@wso2.org
http://wso2.org/cgi-bin/mailman/listinfo/dev