Re: [Dev] Upgrading Synapse dependencies in Developer Studio

2013-07-11 Thread Jasintha Dasanayake
HI Viraj

Please make sure to change all the places which affect form this change
since last time we faced some difficulties after upgrading the jars

Thanks
/Jasintha


On Fri, Jul 12, 2013 at 11:36 AM, Viraj Rajaguru  wrote:

> Hi,
>
> We are upgrading the Synapse jars in Developer Studio to implement new
> features related to ESB 4.7.0 within Developer Studio.
>
>
>
> Thanks,
> Viraj.
>
> --
> Viraj Rajaguru
> Software Engineer
> WSO2 Inc. : http://wso2.com
>
> Mobile: +94 77 3683068
>
>
>
>


-- 
*Jasintha Dasanayake
**Software Engineer
WSO2 Inc. | http://wso2.com
lean . enterprise . middleware*
*
*
*mobile :- 077 291 6596*
___
Dev mailing list
Dev@wso2.org
http://wso2.org/cgi-bin/mailman/listinfo/dev


Re: [Dev] Upgrading Synapse dependencies in Developer Studio

2013-07-12 Thread Harshana Martin
Hi Viraj,

Upgrading Synapse dependencies alone will not work since they might have
dependencies to other core dependencies such as Axiom, Axis2, etc.

So if you are upgrading the versions, you need to check their dependencies
which are used in our codebase and upgrade them as well.

Please have a look how we did the 4.0.5 upgrade as well.

Hope this helps!

Thanks and Regards,
Harshana


On Thu, Jul 11, 2013 at 11:06 PM, Viraj Rajaguru  wrote:

> Hi,
>
> We are upgrading the Synapse jars in Developer Studio to implement new
> features related to ESB 4.7.0 within Developer Studio.
>
>
>
> Thanks,
> Viraj.
>
> --
> Viraj Rajaguru
> Software Engineer
> WSO2 Inc. : http://wso2.com
>
> Mobile: +94 77 3683068
>
>
>
>


-- 

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


Re: [Dev] Upgrading Synapse dependencies in Developer Studio

2013-07-12 Thread Viraj Rajaguru
Hi,


On Fri, Jul 12, 2013 at 12:30 PM, Harshana Martin  wrote:

> Hi Viraj,
>
> Upgrading Synapse dependencies alone will not work since they might have
> dependencies to other core dependencies such as Axiom, Axis2, etc.
>
> So if you are upgrading the versions, you need to check their dependencies
> which are used in our codebase and upgrade them as well.
>
> Yes. We are upgrading those dependencies as well.


> Please have a look how we did the 4.0.5 upgrade as well.
>

Thanks for pointing this. Will refer that.

>
> Hope this helps!
>
> Thanks and Regards,
> Harshana
>
>
> On Thu, Jul 11, 2013 at 11:06 PM, Viraj Rajaguru  wrote:
>
>> Hi,
>>
>> We are upgrading the Synapse jars in Developer Studio to implement new
>> features related to ESB 4.7.0 within Developer Studio.
>>
>>
>>
>> Thanks,
>> Viraj.
>>
>> --
>> Viraj Rajaguru
>> Software Engineer
>> WSO2 Inc. : http://wso2.com
>>
>> Mobile: +94 77 3683068
>>
>>
>>
>>
>
>
> --
>
> 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
>
>
Thanks,,
Viraj.

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

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


Re: [Dev] Upgrading Synapse dependencies in Developer Studio

2013-07-12 Thread Melan Nimesh
On Fri, Jul 12, 2013 at 1:33 PM, Viraj Rajaguru  wrote:

> Hi,
>
>
> On Fri, Jul 12, 2013 at 12:30 PM, Harshana Martin wrote:
>
>> Hi Viraj,
>>
>> Upgrading Synapse dependencies alone will not work since they might have
>> dependencies to other core dependencies such as Axiom, Axis2, etc.
>>
>> So if you are upgrading the versions, you need to check their
>> dependencies which are used in our codebase and upgrade them as well.
>>
>> Yes. We are upgrading those dependencies as well.
>

Please refactor
"org.wso2.developerstudio.libraries.libraryprovider" extension-point and
use that extension-point to include dependencies to other projects
with hard-coding there jar file names

e.g. we can define following configuration

  

 and introduce a method to add particular jar using it's identifier as
a parameter

Thanks,
Melan


>
>
>> Please have a look how we did the 4.0.5 upgrade as well.
>>
>
> Thanks for pointing this. Will refer that.
>
>>
>> Hope this helps!
>>
>> Thanks and Regards,
>> Harshana
>>
>>
>> On Thu, Jul 11, 2013 at 11:06 PM, Viraj Rajaguru  wrote:
>>
>>> Hi,
>>>
>>> We are upgrading the Synapse jars in Developer Studio to implement new
>>> features related to ESB 4.7.0 within Developer Studio.
>>>
>>>
>>>
>>> Thanks,
>>> Viraj.
>>>
>>> --
>>> Viraj Rajaguru
>>> Software Engineer
>>> WSO2 Inc. : http://wso2.com
>>>
>>> Mobile: +94 77 3683068
>>>
>>>
>>>
>>>
>>
>>
>> --
>>
>> 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
>>
>>
> Thanks,,
> Viraj.
>
> --
> Viraj Rajaguru
> Software Engineer
> WSO2 Inc. : http://wso2.com
>
> Mobile: +94 77 3683068
>
>
>
>


-- 
Melan Nimesh Jayasingha
Software Engineer;
WSO2 Inc.
m:  77 631 6759
PGP: 0x7B42450A
___
Dev mailing list
Dev@wso2.org
http://wso2.org/cgi-bin/mailman/listinfo/dev


Re: [Dev] Upgrading Synapse dependencies in Developer Studio

2013-07-12 Thread Melan Nimesh
On Fri, Jul 12, 2013 at 2:30 PM, Melan Nimesh  wrote:

>
>
> On Fri, Jul 12, 2013 at 1:33 PM, Viraj Rajaguru  wrote:
>
>> Hi,
>>
>>
>> On Fri, Jul 12, 2013 at 12:30 PM, Harshana Martin wrote:
>>
>>> Hi Viraj,
>>>
>>> Upgrading Synapse dependencies alone will not work since they might have
>>> dependencies to other core dependencies such as Axiom, Axis2, etc.
>>>
>>> So if you are upgrading the versions, you need to check their
>>> dependencies which are used in our codebase and upgrade them as well.
>>>
>>> Yes. We are upgrading those dependencies as well.
>>
>
> Please refactor
> "org.wso2.developerstudio.libraries.libraryprovider" extension-point and
> use that extension-point to include dependencies to other projects
> with hard-coding there jar file names
>

Sorry about the typos, I meant to say * without hard-coding their jar file
names



>
> e.g. we can define following configuration
>
>identifier="synapse-core"
> categoryId="org.wso2.developerstudio.eclipse.libraries.category.esb"
>   />
>
>  and introduce a method to add particular jar using it's identifier as
> a parameter
>
> Thanks,
> Melan
>
>
>>
>>
>>> Please have a look how we did the 4.0.5 upgrade as well.
>>>
>>
>> Thanks for pointing this. Will refer that.
>>
>>>
>>> Hope this helps!
>>>
>>> Thanks and Regards,
>>> Harshana
>>>
>>>
>>> On Thu, Jul 11, 2013 at 11:06 PM, Viraj Rajaguru  wrote:
>>>
 Hi,

 We are upgrading the Synapse jars in Developer Studio to implement new
 features related to ESB 4.7.0 within Developer Studio.



 Thanks,
 Viraj.

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

 Mobile: +94 77 3683068




>>>
>>>
>>> --
>>>
>>> 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
>>>
>>>
>> Thanks,,
>> Viraj.
>>
>> --
>> Viraj Rajaguru
>> Software Engineer
>> WSO2 Inc. : http://wso2.com
>>
>> Mobile: +94 77 3683068
>>
>>
>>
>>
>
>
> --
> Melan Nimesh Jayasingha
> Software Engineer;
> WSO2 Inc.
> m:  77 631 6759
> PGP: 0x7B42450A
>
>


-- 
Melan Nimesh Jayasingha
Software Engineer;
WSO2 Inc.
m:  77 631 6759
PGP: 0x7B42450A
___
Dev mailing list
Dev@wso2.org
http://wso2.org/cgi-bin/mailman/listinfo/dev


Re: [Dev] Upgrading Synapse dependencies in Developer Studio

2013-07-12 Thread Susinda Perera
good if we can maintain a doc of upgrading process.

On Fri, Jul 12, 2013 at 2:34 PM, Melan Nimesh  wrote:

>
>
> On Fri, Jul 12, 2013 at 2:30 PM, Melan Nimesh  wrote:
>
>>
>>
>> On Fri, Jul 12, 2013 at 1:33 PM, Viraj Rajaguru  wrote:
>>
>>> Hi,
>>>
>>>
>>> On Fri, Jul 12, 2013 at 12:30 PM, Harshana Martin wrote:
>>>
 Hi Viraj,

 Upgrading Synapse dependencies alone will not work since they might
 have dependencies to other core dependencies such as Axiom, Axis2, etc.

 So if you are upgrading the versions, you need to check their
 dependencies which are used in our codebase and upgrade them as well.

 Yes. We are upgrading those dependencies as well.
>>>
>>
>> Please refactor
>> "org.wso2.developerstudio.libraries.libraryprovider" extension-point and
>> use that extension-point to include dependencies to other projects
>> with hard-coding there jar file names
>>
>
> Sorry about the typos, I meant to say * without hard-coding their jar
> file names
>
>
>
>>
>> e.g. we can define following configuration
>>
>>   > identifier="synapse-core"
>> categoryId="org.wso2.developerstudio.eclipse.libraries.category.esb"
>>   />
>>
>>  and introduce a method to add particular jar using it's identifier as
>> a parameter
>>
>> Thanks,
>> Melan
>>
>>
>>>
>>>
 Please have a look how we did the 4.0.5 upgrade as well.

>>>
>>> Thanks for pointing this. Will refer that.
>>>

 Hope this helps!

 Thanks and Regards,
 Harshana


 On Thu, Jul 11, 2013 at 11:06 PM, Viraj Rajaguru wrote:

> Hi,
>
> We are upgrading the Synapse jars in Developer Studio to implement new
> features related to ESB 4.7.0 within Developer Studio.
>
>
>
> Thanks,
> Viraj.
>
> --
> Viraj Rajaguru
> Software Engineer
> WSO2 Inc. : http://wso2.com
>
> Mobile: +94 77 3683068
>
>
>
>


 --

 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


>>> Thanks,,
>>> Viraj.
>>>
>>> --
>>> Viraj Rajaguru
>>> Software Engineer
>>> WSO2 Inc. : http://wso2.com
>>>
>>> Mobile: +94 77 3683068
>>>
>>>
>>>
>>>
>>
>>
>> --
>> Melan Nimesh Jayasingha
>> Software Engineer;
>> WSO2 Inc.
>> m:  77 631 6759
>> PGP: 0x7B42450A
>>
>>
>
>
> --
> Melan Nimesh Jayasingha
> Software Engineer;
> WSO2 Inc.
> m:  77 631 6759
> PGP: 0x7B42450A
>
>


-- 
*Susinda Perera*
Software Engineer
Mobile:(+94)716049075

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