Re: [Dev] [Architecture] Dev, QA, Production

2016-02-19 Thread Sanjiva Weerawarana
http://wso2.com/library/articles/2015/07/article-multi-environment-artifact-management-for-wso2-products-using-wso2-governance-registry/

On Sat, Feb 20, 2016 at 2:31 AM, John Q  wrote:

> Hello,
> Which is the better approach to externalize parameters in esb artifacts,
> for example, a username and password pair used within a sequence. I'm using
> local-entries for this purpose. but the values of these local entries are
> not the same in dev and production environments.
>
> Once these local entries are deployed into the server, I need to make
> future deployments of sequences, proxies, etc, and prevent these local
> entries to be overwritten with the local entries.
>
> Can any body give me some advice or guide in order to face these
> deployment relative issues?
>
> Thanks in advice,
> John
>
> ___
> Architecture mailing list
> architect...@wso2.org
> https://mail.wso2.org/cgi-bin/mailman/listinfo/architecture
>
>


-- 
Sanjiva Weerawarana, Ph.D.
Founder, CEO & Chief Architect; WSO2, Inc.;  http://wso2.com/
email: sanj...@wso2.com; office: (+1 650 745 4499 | +94  11 214 5345)
x5700; cell: +94 77 787 6880 | +1 408 466 5099; voip: +1 650 265 8311
blog: http://sanjiva.weerawarana.org/; twitter: @sanjiva
Lean . Enterprise . Middleware
___
Dev mailing list
Dev@wso2.org
http://wso2.org/cgi-bin/mailman/listinfo/dev


Re: [Dev] [Architecture] Dev, QA, Production

2016-02-19 Thread Danushka Fernando
Hi John
If you have three esb servers in three environments you can separate out
the registries of the three environments. And you can create a registry
artifact in same path with different values and you can point to it from
your sequence.
Currently WSO2 AppFactory provides this function OOTB if you are interested.

Thanks & Regards
Danushka Fernando
Senior Software Engineer
WSO2 inc. http://wso2.com/
Mobile : +94716332729

On Sat, Feb 20, 2016 at 2:31 AM, John Q  wrote:

> Hello,
> Which is the better approach to externalize parameters in esb artifacts,
> for example, a username and password pair used within a sequence. I'm using
> local-entries for this purpose. but the values of these local entries are
> not the same in dev and production environments.
>
> Once these local entries are deployed into the server, I need to make
> future deployments of sequences, proxies, etc, and prevent these local
> entries to be overwritten with the local entries.
>
> Can any body give me some advice or guide in order to face these
> deployment relative issues?
>
> Thanks in advice,
> John
>
> ___
> Architecture mailing list
> architect...@wso2.org
> https://mail.wso2.org/cgi-bin/mailman/listinfo/architecture
>
>
___
Dev mailing list
Dev@wso2.org
http://wso2.org/cgi-bin/mailman/listinfo/dev


[Dev] Dev, QA, Production

2016-02-19 Thread John Q
Hello,
Which is the better approach to externalize parameters in esb artifacts,
for example, a username and password pair used within a sequence. I'm using
local-entries for this purpose. but the values of these local entries are
not the same in dev and production environments.

Once these local entries are deployed into the server, I need to make
future deployments of sequences, proxies, etc, and prevent these local
entries to be overwritten with the local entries.

Can any body give me some advice or guide in order to face these deployment
relative issues?

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


Re: [Dev] [Docker Images] Can't pull the wso2/as-5.2.1 docker image from docker hub

2016-02-19 Thread Pubudu Gunatilaka
Hi Madhawa,

We don't host docker images publicly. You can build your own docker image
following [1].

[1] -
https://github.com/wso2/kubernetes-artifacts#dockerfiles-for-wso2-products

Thank you!

On Fri, Feb 19, 2016 at 8:08 AM, Madhawa Perera  wrote:

> Hi,
>
> When I tried to pull the wso2as-5.2.1 docker image from docker hub (
> https://hub.docker.com/r/wso2/as-5.2.1/) I'm getting following message
> saying that "Tag latest not found in repository docker.io/wso2/as-5.2.1"
>
> Please refer the terminal-capture below
>
> [image: Inline image 1]
>
> Any idea on what might help?
>
> Thank you
> Best Regards,
>
> --
> Madhawa Perera
> *Software Engineer*
> Mobile : +94 (0) 773655496
> <%2B94%20%280%29%20773%20451194>
> madha...@wso2.com
>
> ___
> Dev mailing list
> Dev@wso2.org
> http://wso2.org/cgi-bin/mailman/listinfo/dev
>
>


-- 
*Pubudu Gunatilaka*
Committer and PMC Member - Apache Stratos
Software Engineer
WSO2, Inc.: http://wso2.com
mobile : +94774079049 <%2B94772207163>
___
Dev mailing list
Dev@wso2.org
http://wso2.org/cgi-bin/mailman/listinfo/dev


Re: [Dev] [Carbon] Adding user names with @ mark

2016-02-19 Thread Chamila Wijayarathna
[Adding Thanuja]

Hi Lahiru,

I recently had a discussion about this with Thanuja. When you don't have
enabled emailUserName, still you should be able to use '@' in user names.
But in that case, you have to mention user name in places (eg-: login) as
username@carbon.super. I guess in your jira also, you should be able to add
user to store if you add @tenant_domain to the end of your username.

Can you please check like that and update the thread?

Thank You!


On Fri, Feb 19, 2016 at 7:51 PM, Lahiru J Ekanayake 
wrote:

> Hi,
>
> im working on this JIRRA https://wso2.org/jira/browse/REGISTRY-3249.
> While working on this i was able to identify , admin user can add users ,
> containing @ mark in user name *(Without enable EnableEmailUserName from
> carbon.xml)* such as* a...@wso2.com .* I was tested with
> GREG,ES,APIM also. I have able to identify that is problem with the regex .
> GREG,ES,APIM has following property in *user-mgt.xml . *
>
> * name="UsernameJavaRegEx">^[^~!#$;%^*+={}\\|,\'\"]{3,30}$*
>
> If we change that into  * name="UsernameJavaRegEx">[a-zA-Z0-9._-|//]{3,30}$ *Problem can
> solve.
>
> Current problem is : from where this user-mgt.xml comes into product. I
> have checked with product-greg, carbon-kernal,carbon-indentity. Those
> user-mgt.xml's content are different. Currently im trying to modify
> user-mgt.xml for *GREG.*
>
>
> Regards
>
>
> --
>
>
>
> *Lahiru J Ekanayake**Software Engineer*
> Mobile : +94 (0) 77 8812629 / +94(0) 778509547
> Email : lahi...@wso2.com
> WSO2, Inc.; http://wso2.com/
> lean . enterprise . middleware.
>
>


-- 
*Chamila Dilshan Wijayarathna,*
Software Engineer
Mobile:(+94)788193620
WSO2 Inc., http://wso2.com/
___
Dev mailing list
Dev@wso2.org
http://wso2.org/cgi-bin/mailman/listinfo/dev


Re: [Dev] development maven

2016-02-19 Thread John Q
I would like to find a solution without Developer Studio, I've been using
Developer Studio (last version) for month on ends and the process has been
cumbersome, for example many times I have lost code switching from source
view to design view, for example when I'm writing a sequence, I seldom use
the design view, I use to write xml but sometimes I switch to the design
view in order to get a big picture, and part of the code is removed I don't
know why, some times I have realized that before saving the unexpected
change and nothing happens, but other times I haven't and I have lost part
of the sequence code.
On the other hand I'm using Intellij for other projects and I don't want to
maintain both IDEs.

Any other idea?
Thansk,
John

On Thu, Feb 18, 2016 at 11:57 PM, Sohani Weerasinghe 
wrote:

> Hi John,
>
> Further you can refer below references about creating the artifacts,
> packaging and deploying artifacts using the WSO2 Developer Studio
>
> [1] https://docs.wso2.com/display/DVS380/User+Guide
> [2]
> https://docs.wso2.com/display/DVS380/Packaging+Artifacts+Into+Deployable+Archives
> [3] https://docs.wso2.com/display/DVS380/Deploying+a+C-App
>
> Thanks,
> Sohani
>
> Sohani Weerasinghe
> Software Engineer
> WSO2, Inc: http://wso2.com
>
> Mobile  : +94 716439774
> Blog :http://christinetechtips.blogspot.com/
> Twitter  : https://twitter.com/sohanichristine
>
> On Fri, Feb 19, 2016 at 7:45 AM, Awanthika Senarath 
> wrote:
>
>> Hi John,
>>
>> The best practice is to not to edit, create artifact xml by hand.
>>
>> The WSO2 Developer Studio is supporting the creation of artifacts
>> deployable in WSO2 servers end to end.
>>
>> Any particular reason you are moving away from Developer Studio and using
>> IntelliJ instead?
>>
>> Regards
>> Awanthika
>>
>> Awanthika Senarath
>> Software Engineer, WSO2 Inc.
>> Mobile: +94717681791
>>
>>
>>
>> On Fri, Feb 19, 2016 at 12:08 AM, John Q  wrote:
>>
>>> Hello,
>>> I'm trying to use wso2 with intellij instead of developer studio, for
>>> the time being I'm creating a lot of things manually, for instance, entries
>>> on artifax.xml, dependencies on the composite application project pom, etc.
>>> can any body tell me a better aprouch, best practice or something like that?
>>>
>>> thanks,
>>> john
>>>
>>> ___
>>> Dev mailing list
>>> Dev@wso2.org
>>> http://wso2.org/cgi-bin/mailman/listinfo/dev
>>>
>>>
>>
>> ___
>> Dev mailing list
>> Dev@wso2.org
>> http://wso2.org/cgi-bin/mailman/listinfo/dev
>>
>>
>
___
Dev mailing list
Dev@wso2.org
http://wso2.org/cgi-bin/mailman/listinfo/dev


[Dev] [Carbon] Adding user names with @ mark

2016-02-19 Thread Lahiru J Ekanayake
Hi,

im working on this JIRRA https://wso2.org/jira/browse/REGISTRY-3249. While
working on this i was able to identify , admin user can add users ,
containing @ mark in user name *(Without enable EnableEmailUserName from
carbon.xml)* such as* a...@wso2.com .* I was tested with
GREG,ES,APIM also. I have able to identify that is problem with the regex .
GREG,ES,APIM has following property in *user-mgt.xml . *

*^[^~!#$;%^*+={}\\|,\'\"]{3,30}$*

If we change that into  *[a-zA-Z0-9._-|//]{3,30}$ *Problem can
solve.

Current problem is : from where this user-mgt.xml comes into product. I
have checked with product-greg, carbon-kernal,carbon-indentity. Those
user-mgt.xml's content are different. Currently im trying to modify
user-mgt.xml for *GREG.*


Regards


-- 



*Lahiru J Ekanayake**Software Engineer*
Mobile : +94 (0) 77 8812629 / +94(0) 778509547
Email : lahi...@wso2.com
WSO2, Inc.; http://wso2.com/
lean . enterprise . middleware.
___
Dev mailing list
Dev@wso2.org
http://wso2.org/cgi-bin/mailman/listinfo/dev


[Dev] [DEV] WSO2 App Manager 1.2.0 Milestone 1 Released

2016-02-19 Thread Jenananthan Yogendran
Hi All,

WSO2 App Manager team pleased to announce the WSO2 APP Manager 1.2.0
-Milestone 1 release.It contains following new features, improvements and
bug fixes.

You can download this distribution from [1].


*New Features *
1. New asset type - sites.
2. Configurable subscription option for Web App and Sites asset types.
3. Multiple version support for Web App and Sites  asset types.
4. Java APIs for all key App Manager functionalities that need to be
integrated with device management functionalities.
5. Role based visibility control for mobile apps.



*Improvements*1. Navigation improvements in App Store.
2. Add missing functionalities to Store/Publisher REST API and improvements.
3. Change this to "Responsive store UI by Boostrap3 upgrade" .



*Bug Fixes*
[APPM-1275 ] -Tags adding REST API
response hasn't handle correctly.
[APPM-1274 ] - User roles haven't
check correctly in REST APIs when adding new tags.
[APPM-1256 ] - Even users have
 Internal/creator role , they can't change created apps' lifecycle status
to 'submit for review'
[APPM-1255 ] - App Delete REST API
is not working properly
[APPM-1259 ] - user with creator
role is able to edit the app in approve state
[APPM-1235 ] - Roles search is not
working in resource policy window
[APPM-1246 ] - Cannot log into
admin dashboard
[APPM-1082 ] - Throttling tier of
default policy should be set to unlimited.

[1]
http://builder1.us1.wso2.org/~appm/release-1.2.0/M1/wso2appm-1.2.0-M1.zip

Regards,
App Manager Team.

-- 
Jenananthan Yogendran
*Software Engineer,*
*WSO2 inc., http://wso2.com *
___
Dev mailing list
Dev@wso2.org
http://wso2.org/cgi-bin/mailman/listinfo/dev


Re: [Dev] [Architecture]Proposal 12: [ESB/GW] WSO2 ESB JMS Transactions support with JTA

2016-02-19 Thread Dinanjana Gunaratne
Dear sir,

Is this kind of an implementation are you looking for ? [1]
. This is to
get a rough idea about the project.
Thank you in advance.

[1 ]https://docs.oracle.com/cd/E11035_01/wls100/jms/trans.html

On Fri, Feb 19, 2016 at 1:35 PM, Dinanjana Gunaratne <
dinanjanagunara...@gmail.com> wrote:

> Great i will look at it :)
>
> On Fri, Feb 19, 2016 at 1:37 AM, Vanjikumaran Sivajothy 
> wrote:
>
>> There is JTA based transaction implementation done for DBReport and
>> DBLookup [1]
>>
>> [1]
>> https://github.com/wso2/wso2-synapse/blob/master/modules/core/src/main/java/org/apache/synapse/mediators/db/DBReportMediator.java
>>
>> On Thu, Feb 18, 2016 at 5:43 AM, Shafreen Anfar 
>> wrote:
>>
>>> Hi Dinanjana,
>>>
>>> You can start with the samples in WSO2 documentation [1]. In addition to
>>> that it is better if you can read a bit about Java Transaction API as well.
>>>
>>> [1] https://docs.wso2.com/display/ESB490/JMS+Samples
>>>
>>> On Thu, Feb 18, 2016 at 7:09 AM, Dinanjana Gunaratne <
>>> dinanjanagunara...@gmail.com> wrote:
>>>
 Dear Shafreen,

 I am a 3rd year computer engineering student from University of
 Peradeniya. I am currently engaged in internship. I know JMS. So i would
 like to contribute to this GSOC project. Let me know how can i start.

>>>
>>>
>>>
>>> --
>>> Regards,
>>> *Shafreen*
>>> Software Engineer
>>> WSO2 Inc
>>> Mobile : 077-556-395-1
>>>
>>> ___
>>> Dev mailing list
>>> Dev@wso2.org
>>> http://wso2.org/cgi-bin/mailman/listinfo/dev
>>>
>>>
>>
>>
>> --
>> Vanjikumaran Sivajothy
>> *Associate Technical Lead*
>> *WSO2 Inc. http://wso2.com *
>>  *+1-925-464-6816*
>> [image: Facebook]  [image:
>> Twitter]  [image: LinkedIn]
>>  [image:
>> Blogger]  [image: SlideShare]
>> 
>>
>> This communication may contain privileged or other
>> confidential information and is intended exclusively for the addressee/s.
>> If you are not the intended recipient/s, or believe that you may
>> have received this communication in error, please reply to the
>> sender indicating that fact and delete the copy you received and in
>> addition, you should not print, copy, re-transmit, disseminate, or
>> otherwise use the information contained in this communication.
>> Internet communications cannot be guaranteed to be timely, secure, error
>> or virus-free. The sender does not accept liability for any errors
>> or omissions
>>
>
>
___
Dev mailing list
Dev@wso2.org
http://wso2.org/cgi-bin/mailman/listinfo/dev


Re: [Dev] [DAS] Compressed Event Analytics Relation Provider

2016-02-19 Thread Anjana Fernando
Hi Supun,

Can you please schedule a code review for this.

Cheers,
Anjana.

On Tue, Feb 16, 2016 at 4:30 PM, Supun Sethunga  wrote:

> Hi,
>
> Attached [1] is the PR for $subject. Please review and merge.
>
> [1] https://github.com/wso2/carbon-analytics/pull/156
>
> Thanks,
> Supun
>
> --
> *Supun Sethunga*
> Software Engineer
> WSO2, Inc.
> http://wso2.com/
> lean | enterprise | middleware
> Mobile : +94 716546324
>



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


Re: [Dev] [PET] Couldn't retrieve the endpoint template

2016-02-19 Thread Nadeeshaan Gunasinghe
Hi Vivek,

This is where the aforementioned error is thrown [1],

if (duration != null) {
String d = duration.getText();
if (d != null) {
try {
long timeoutMilliSeconds = Long.parseLong(d.trim());
definition.setTimeoutDuration(timeoutMilliSeconds);
} catch (NumberFormatException e) {
handleException("Endpoint timeout duration expected as a " +
"number but was not a number");
}
}
}

You can try debug at this point in EndpointDefinitionFactory.java and make
sure what value is going to be parsed in to Long. Then we can identify what
the actual root cause here before we go ahead.

Regards,

*Nadeeshaan Gunasinghe*
Software Engineer, WSO2 Inc. http://wso2.com
+94770596754 | nadeesh...@wso2.com | Skype: nadeeshaan.gunasinghe <#>

  

Get a signature like this: Click here!


On Fri, Feb 19, 2016 at 2:00 PM, Vivekananthan Sivanayagam <
vivekanant...@wso2.com> wrote:

> Hi Rajjaz ,
>
> I already tried[1] , it could not work. May I know more about trying [2] .?
>
>
>
>
> *Thank youVivekananthan Sivanayagam*
>
> *Associate Software Engineer | WSO2*
>
> *E:vivekanant...@wso2.com *
> *M:+94752786138 <%2B94752786138>*
>
> On Fri, Feb 19, 2016 at 12:34 PM, Rajjaz Mohammed  wrote:
>
>> Hi Vivekananthan,
>> Did you tried without Quotation mark[1]. it's may be the reason for
>> getting as string. or write a script to convert[2]
>>
>> [1] 
>> [2]
>> http://stackoverflow.com/questions/19539730/how-to-do-addition-of-two-numbers-in-wso2esb
>>
>> On Fri, Feb 19, 2016 at 11:50 AM, Vivekananthan Sivanayagam <
>> vivekanant...@wso2.com> wrote:
>>
>>> Hi Malaka ,
>>>
>>> As we discussed in the meeting, I've changed the endpoint name as
>>> "org.wso2.carbon.connector.salesforce.salesforceEndPoint" and now it finds
>>> the endpoint template, but the problem is that it shows error like
>>> "EndpointDefinitionFactory Endpoint timeout duration expected as a number
>>> but was not a number".
>>>
>>> [1] *salesforceEndPoint Template*
>>>
>>> 
>>> http://ws.apache.org/ns/synapse;>
>>> 
>>> 
>>> 
>>> 
>>> 
>>> 
>>> 
>>> 
>>> $initialDuration
>>>
>>> $progressionFactor
>>> $maximumDuration
>>> 
>>> 
>>> $duration
>>> $responseAction
>>> 
>>> 
>>> 
>>> 
>>>
>>> [2]*called within connector*
>>>
>>> 
>>>
>>>>> value="{ctx:salesforce.initialDuration}" />
>>>>> value="{ctx:salesforce.progressionFactor}" />
>>>>> value="{ctx:salesforce.maximumDuration}" />
>>>>> value="{ctx:salesforce.duration}" />
>>> >> value="{ctx:salesforce.responseAction}" />
>>> 
>>>
>>> *Error*
>>>
>>> ERROR - EndpointDefinitionFactory Endpoint timeout duration expected as
>>> a number but was not a number
>>> [2016-02-19 11:46:33,276]  INFO - LogMediator To:
>>> /services/Salesforce_Create, MessageID:
>>> urn:uuid:eb3880a6-1306-4a28-9906-e1fe43275eaf, Direction: request, MESSAGE
>>> = Executing default 'fault' sequence, ERROR_CODE = 0, ERROR_MESSAGE =
>>> Endpoint timeout duration expected as a number but was not a number,
>>> Payload: {
>>>   "username":"vsvivevi...@gmail.com",
>>>   "password":"XXWeK49TGh8jNfAzBmww9Se97T",
>>>   "loginUrl":"https://login.salesforce.com/services/Soap/u/27.0;,
>>>   "sobject":"Account",
>>>   "initialDuration":2,
>>>   "progressionFactor":1.0,
>>>   "maximumDuration":3000,
>>>   "responseAction":"fault",
>>>   "duration":60
>>> }
>>>
>>> On the other hand, I tested with hard coded value in endpoint
>>> template[3] and called it within connector definition, It is working as we
>>> expected.
>>>
>>> [3] *salesforceEndPoint Template*
>>>
>>> 
>>> http://ws.apache.org/ns/synapse;>
>>> 
>>> 
>>> 
>>> 
>>> 
>>> 
>>> 
>>> 
>>> 2000
>>> 1.0
>>> 3000
>>> 
>>> 
>>> 6
>>> fault
>>> 
>>> 
>>> 
>>> 
>>>
>>>
>>>
>>>
>>> *Thank youVivekananthan Sivanayagam*
>>>
>>> *Associate Software Engineer | WSO2*
>>>
>>> *E:vivekanant...@wso2.com *
>>> *M:+94752786138 <%2B94752786138>*
>>>
>>> On Wed, Feb 17, 2016 at 10:07 PM, Vivekananthan Sivanayagam <

Re: [Dev] Regarding retrieving the local path of DataMapper Configuration

2016-02-19 Thread Sohani Weerasinghe
FYI:

I have fixed the issue by following the below approach:

When user double click on the on the Data Mapper Mediator ( for the first
time) he is provided with a dialog to create a new configuration specifying
the config name and the location ( Registry Project ) or user can select
the existing configurations. Then this will open the data mapper
configuration in the Visual Data Mapper Editor.

If user tries to open the config ( by double click on the mediator) then it
will check if there is already a config created for this DM Mediator. If
so, it will retrieve the datamapper config name from the DM Mediator's
properties and then selects the relevant mapping config from the available
Registry Resources Projects of the workspace. In here it simplifies the
process by filtering the projects based on the datamapper filter type.

This will solve the issue and we don't need to introduce a new property to
the DM Mediator.

Thanks,
Sohani

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

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

On Fri, Feb 19, 2016 at 11:25 AM, Sohani Weerasinghe 
wrote:

> Hi All,
>
> I am going to try the approach of finding the mapping config resource in
> the workspace without introducing the a new property to the mediator. I'll
> update with the progress
>
> Thanks,
> Sohani
>
> Sohani Weerasinghe
> Software Engineer
> WSO2, Inc: http://wso2.com
>
> Mobile  : +94 716439774
> Blog :http://christinetechtips.blogspot.com/
> Twitter  : https://twitter.com/sohanichristine
>
> On Fri, Feb 19, 2016 at 10:38 AM, Sohani Weerasinghe 
> wrote:
>
>>
>>
>> Sohani Weerasinghe
>> Software Engineer
>> WSO2, Inc: http://wso2.com
>>
>> Mobile  : +94 716439774
>> Blog :http://christinetechtips.blogspot.com/
>> Twitter  : https://twitter.com/sohanichristine
>>
>> On Fri, Feb 19, 2016 at 10:23 AM, Sohani Weerasinghe 
>> wrote:
>>
>>> Hi Chanaka,
>>>
>>> With the current level of the implementation we are creating a data
>>> mapper configuration and it is saved as a registry resource in the Registry
>>> project and when we double click on the DM Mediator it should open the
>>> datamapper configuration in the DM Editor. Therefore, there should be a way
>>> for us to identify the local path of the configuration.The basic idea of
>>> introducing this property is to keep track of the local path of the
>>> datamapper configuration.
>>>
>>> Please note that this property should not be included in the XML
>>> configuration of the DM Mediator and should not be visible as a property to
>>> the end user.
>>>
>>> Thanks,
>>> Sohani
>>>
>>>
>>> Sohani Weerasinghe
>>> Software Engineer
>>> WSO2, Inc: http://wso2.com
>>>
>>> Mobile  : +94 716439774
>>> Blog :http://christinetechtips.blogspot.com/
>>> Twitter  : https://twitter.com/sohanichristine
>>>
>>> On Fri, Feb 19, 2016 at 10:20 AM, Susinda Perera 
>>> wrote:
>>>
 Hi Cahanka/Sohani et al

 We have some other options for this.
 1 - Have mapping config inline with datamapper mediator

>>> AFAIK, this will be too complex at this level to include the config
>> inline
>>
>>> 2 - Have mapping config as a local entry

>>> Well, if we can save the config as a a local entry then we can directly
>> get the resource since it is saved in the same ESB Project
>>
>>> 3 - Have mapping-config as registry-resource (as we have now) and when
 opening the editor, we will try to find the mapping config (.dmc) resource
 in the workspace, based on the resource path. If we find multiple entries
 or if we do not find any we may give a dialog-box to chose it.

>>> WDYT?

>>> If there are several resources with the same path since user will have
>> to select the correct one will it be an extra work for the user?
>>
>> Based on the above concerns, how should we proceed? Can we have a
>> property in the DM Mediator or any other solution.
>>
>> Appreciate your input.
>>
>>
>>>
 Thanks
 Susinda


 On Thu, Feb 18, 2016 at 9:44 PM, Chanaka Fernando 
 wrote:

> Hi Sohani,
>
> Can you elaborate on the existing XML configuration of the DM mediator
> and the proposed property for this localpath?
>
>
>
> On Thu, Feb 18, 2016 at 4:09 PM, Sohani Weerasinghe 
> wrote:
>
>> Hi All,
>>
>> When considering the current level of the implementation of Visual
>> DataMapper Editor, following steps are needed in opening the Visual
>> DataMapper Editor
>>
>> 1. Drag and drop a DataMapper Mediator to the mediation flow (eg:
>> Proxy)
>> 2. Double click on the Mediator, then it pop-ups a dialog to save the
>> datamapper configuration as a registry resource ( inside a Registry 
>> Project)
>> 3. Then it opens the configuration in the Visual DataMapper 

Re: [Dev] DevOps Tooling for Microservice Framework for Java

2016-02-19 Thread Dimuthu Leelarathne
Hi Nanduni,

Please stop calling me Madam.

I am Dimuthu.

thanks,
Dimuthu

On Fri, Feb 19, 2016 at 2:12 PM, Nanduni Nimalsiri  wrote:

> Dear Madam,
>
> Since Project 15 is no longer available in the list, I would like to
> proceed with Proposal 2: Developer Tooling for Microservice Framework for
> Java
> .
> Actually I like to do a project with MSF4J since I am quite familiar with
> it.
>
> I would be glad if you can tell me how I should proceed with this project.
> Please let me know if I should create a new mail thread for this
> discussion. Thank you.
>
> Best Regards,
> Nanduni.
>
>
>
> On 19 February 2016 at 13:28, Nanduni Nimalsiri 
> wrote:
>
>> Dear Madam,
>>
>> Thank you for letting me know it.
>>
>> Best regards,
>> Nanduni.
>>
>>
>> On 19 February 2016 at 10:56, Dimuthu Leelarathne 
>> wrote:
>>
>>> Hi,
>>>
>>> Sorry, I have removed the project from he list.
>>>
>>> thanks,
>>> Dimuthu
>>>
>>> On Thu, Feb 18, 2016 at 11:30 AM, Nanduni Nimalsiri <
>>> nanduni...@cse.mrt.ac.lk> wrote:
>>>
 Dear Madam,

 I am Nanduni Nimalsiri, a third year undergraduate at Department of
 Computer Science and Engineering, University of Moratuwa. I would like to
 take part in GSOC Programme 2016 with a WSO2 project.

 I have went through the WSO2 GSoC Project Proposals for 2016. I am very
 interested on Proposal 15: DevOps Tooling for Microservice Framework
 for Java
 
  and
 I suppose that I would be able to contribute to this project. I have been
 always looking for a similar project  as I had done some research stuff
 related to Kubernetes Open Source Project during my internship at WSO2. I
 have some understanding on Docker and Kubernetes stuff. I have created
 several blog posts on my findings. [1]

 I suppose that my prior experience of working with WSO2 Microservice
 Framework for Java (MSF4J) and Kubernetes projects would be helpful for me
 to proceed with this project. During my internship, I worked with the
 sample '*Petstore*' in MSF4J. During that project, my job was to make
 that sample work in Linux environment, because it had been only tested in
 MacOS X by that time. I used two approaches for that: Running Kubernetes
 via Vagrant and Running Kubernetes locally via Docker. I have created a
 blog post on that task. [2]

 I am quite familiar with MSF4J and I have some kind of understanding on
 how microservices are developed using WSO2 MSF4J. I have not used AWS or
 Openstack, but I will try experiencing those technologies as well. I have
 good experience in coding in Java which I have also used for most of my
 projects at university.

 I am not very clear on what deliverables that this project expects.
 Regarding that, I have the following problems.
 - What kind of a '*tool'* that this project expects
 - What does this tool should actually do
 - How should this tool connect with MSF4J and Kubernetes/Openstack/AWS

 It would be a great help if you can clarify the above doubts.

 After going through the references and documentations which have been
 mentioned, I am planning to further expand my knowledge on the subject
 areas. Can you please tell me how should I proceed with this project.
 What tasks should I need to do to get started. Any suggestions are
 highly appreciated.


 [1] http://nanduni.blogspot.com/
 [2] http://nanduni.blogspot.com/2015/10/wso2-mss-pet-store-sample.html

 Best regards,
 Nanduni.


 --
 *Nanduni Nimalsiri*
 Undergraduate, Department of Computer Science and Engineering,
 University of Moratuwa, Sri Lanka.
 Software Engineering Intern, WSO2 Inc. (http://wso2.com)
 email : nanduni...@cse.mrt.ac.lk, nand...@wso2.com
 blog : http://nanduni.blogspot.com/
 website: http://nanduni-nimalsiri.branded.me/
 mobile : +94714114256

>>>
>>>
>>>
>>> --
>>> Dimuthu Leelarathne
>>> Director
>>>
>>> WSO2, Inc. (http://wso2.com)
>>> email: dimut...@wso2.com
>>> Mobile : 0773661935
>>>
>>> Lean . Enterprise . Middleware
>>>
>>
>>
>>
>> --
>> *Nanduni Nimalsiri*
>> Undergraduate, Department of Computer Science and Engineering, University
>> of Moratuwa, Sri Lanka.
>> Software Engineering Intern, WSO2 Inc. (http://wso2.com)
>> email : nanduni...@cse.mrt.ac.lk, nand...@wso2.com
>> blog : http://nanduni.blogspot.com/
>> website: http://nanduni-nimalsiri.branded.me/
>> mobile : +94714114256
>>
>
>
>
> --
> *Nanduni Nimalsiri*
> Undergraduate, Department of Computer Science and Engineering, 

Re: [Dev] DevOps Tooling for Microservice Framework for Java

2016-02-19 Thread Nanduni Nimalsiri
Dear Madam,

Since Project 15 is no longer available in the list, I would like to
proceed with Proposal 2: Developer Tooling for Microservice Framework for
Java
.
Actually I like to do a project with MSF4J since I am quite familiar with
it.

I would be glad if you can tell me how I should proceed with this project.
Please let me know if I should create a new mail thread for this
discussion. Thank you.

Best Regards,
Nanduni.



On 19 February 2016 at 13:28, Nanduni Nimalsiri 
wrote:

> Dear Madam,
>
> Thank you for letting me know it.
>
> Best regards,
> Nanduni.
>
>
> On 19 February 2016 at 10:56, Dimuthu Leelarathne 
> wrote:
>
>> Hi,
>>
>> Sorry, I have removed the project from he list.
>>
>> thanks,
>> Dimuthu
>>
>> On Thu, Feb 18, 2016 at 11:30 AM, Nanduni Nimalsiri <
>> nanduni...@cse.mrt.ac.lk> wrote:
>>
>>> Dear Madam,
>>>
>>> I am Nanduni Nimalsiri, a third year undergraduate at Department of
>>> Computer Science and Engineering, University of Moratuwa. I would like to
>>> take part in GSOC Programme 2016 with a WSO2 project.
>>>
>>> I have went through the WSO2 GSoC Project Proposals for 2016. I am very
>>> interested on Proposal 15: DevOps Tooling for Microservice Framework
>>> for Java
>>> 
>>>  and
>>> I suppose that I would be able to contribute to this project. I have been
>>> always looking for a similar project  as I had done some research stuff
>>> related to Kubernetes Open Source Project during my internship at WSO2. I
>>> have some understanding on Docker and Kubernetes stuff. I have created
>>> several blog posts on my findings. [1]
>>>
>>> I suppose that my prior experience of working with WSO2 Microservice
>>> Framework for Java (MSF4J) and Kubernetes projects would be helpful for me
>>> to proceed with this project. During my internship, I worked with the
>>> sample '*Petstore*' in MSF4J. During that project, my job was to make
>>> that sample work in Linux environment, because it had been only tested in
>>> MacOS X by that time. I used two approaches for that: Running Kubernetes
>>> via Vagrant and Running Kubernetes locally via Docker. I have created a
>>> blog post on that task. [2]
>>>
>>> I am quite familiar with MSF4J and I have some kind of understanding on
>>> how microservices are developed using WSO2 MSF4J. I have not used AWS or
>>> Openstack, but I will try experiencing those technologies as well. I have
>>> good experience in coding in Java which I have also used for most of my
>>> projects at university.
>>>
>>> I am not very clear on what deliverables that this project expects.
>>> Regarding that, I have the following problems.
>>> - What kind of a '*tool'* that this project expects
>>> - What does this tool should actually do
>>> - How should this tool connect with MSF4J and Kubernetes/Openstack/AWS
>>>
>>> It would be a great help if you can clarify the above doubts.
>>>
>>> After going through the references and documentations which have been
>>> mentioned, I am planning to further expand my knowledge on the subject
>>> areas. Can you please tell me how should I proceed with this project.
>>> What tasks should I need to do to get started. Any suggestions are
>>> highly appreciated.
>>>
>>>
>>> [1] http://nanduni.blogspot.com/
>>> [2] http://nanduni.blogspot.com/2015/10/wso2-mss-pet-store-sample.html
>>>
>>> Best regards,
>>> Nanduni.
>>>
>>>
>>> --
>>> *Nanduni Nimalsiri*
>>> Undergraduate, Department of Computer Science and Engineering,
>>> University of Moratuwa, Sri Lanka.
>>> Software Engineering Intern, WSO2 Inc. (http://wso2.com)
>>> email : nanduni...@cse.mrt.ac.lk, nand...@wso2.com
>>> blog : http://nanduni.blogspot.com/
>>> website: http://nanduni-nimalsiri.branded.me/
>>> mobile : +94714114256
>>>
>>
>>
>>
>> --
>> Dimuthu Leelarathne
>> Director
>>
>> WSO2, Inc. (http://wso2.com)
>> email: dimut...@wso2.com
>> Mobile : 0773661935
>>
>> Lean . Enterprise . Middleware
>>
>
>
>
> --
> *Nanduni Nimalsiri*
> Undergraduate, Department of Computer Science and Engineering, University
> of Moratuwa, Sri Lanka.
> Software Engineering Intern, WSO2 Inc. (http://wso2.com)
> email : nanduni...@cse.mrt.ac.lk, nand...@wso2.com
> blog : http://nanduni.blogspot.com/
> website: http://nanduni-nimalsiri.branded.me/
> mobile : +94714114256
>



-- 
*Nanduni Nimalsiri*
Undergraduate, Department of Computer Science and Engineering, University
of Moratuwa, Sri Lanka.
Software Engineering Intern, WSO2 Inc. (http://wso2.com)
email : nanduni...@cse.mrt.ac.lk, nand...@wso2.com
blog : http://nanduni.blogspot.com/
website: http://nanduni-nimalsiri.branded.me/
mobile : +94714114256
___
Dev mailing list

Re: [Dev] [Architecture]Proposal 12: [ESB/GW] WSO2 ESB JMS Transactions support with JTA

2016-02-19 Thread Dinanjana Gunaratne
Great i will look at it :)

On Fri, Feb 19, 2016 at 1:37 AM, Vanjikumaran Sivajothy 
wrote:

> There is JTA based transaction implementation done for DBReport and
> DBLookup [1]
>
> [1]
> https://github.com/wso2/wso2-synapse/blob/master/modules/core/src/main/java/org/apache/synapse/mediators/db/DBReportMediator.java
>
> On Thu, Feb 18, 2016 at 5:43 AM, Shafreen Anfar  wrote:
>
>> Hi Dinanjana,
>>
>> You can start with the samples in WSO2 documentation [1]. In addition to
>> that it is better if you can read a bit about Java Transaction API as well.
>>
>> [1] https://docs.wso2.com/display/ESB490/JMS+Samples
>>
>> On Thu, Feb 18, 2016 at 7:09 AM, Dinanjana Gunaratne <
>> dinanjanagunara...@gmail.com> wrote:
>>
>>> Dear Shafreen,
>>>
>>> I am a 3rd year computer engineering student from University of
>>> Peradeniya. I am currently engaged in internship. I know JMS. So i would
>>> like to contribute to this GSOC project. Let me know how can i start.
>>>
>>
>>
>>
>> --
>> Regards,
>> *Shafreen*
>> Software Engineer
>> WSO2 Inc
>> Mobile : 077-556-395-1
>>
>> ___
>> Dev mailing list
>> Dev@wso2.org
>> http://wso2.org/cgi-bin/mailman/listinfo/dev
>>
>>
>
>
> --
> Vanjikumaran Sivajothy
> *Associate Technical Lead*
> *WSO2 Inc. http://wso2.com *
>  *+1-925-464-6816*
> [image: Facebook]  [image: Twitter]
>  [image: LinkedIn]
>  [image:
> Blogger]  [image: SlideShare]
> 
>
> This communication may contain privileged or other
> confidential information and is intended exclusively for the addressee/s.
> If you are not the intended recipient/s, or believe that you may
> have received this communication in error, please reply to the
> sender indicating that fact and delete the copy you received and in
> addition, you should not print, copy, re-transmit, disseminate, or
> otherwise use the information contained in this communication.
> Internet communications cannot be guaranteed to be timely, secure, error
> or virus-free. The sender does not accept liability for any errors
> or omissions
>
___
Dev mailing list
Dev@wso2.org
http://wso2.org/cgi-bin/mailman/listinfo/dev