|
View:
New views
17 Messages
—
Rating Filter:
Alert me
|
|
|
[GSoC Project Ideas]Hi, I am a final year student at University of Moratuwa. I've been able download and build the synapse code base. I am looking at the code these days and I am willing to participate in further development of the product. I saw one project idea on a seperate mail thread and just want to know whether there are any more GSoC project ideas available. Thank You! Gayan -- Gayan Dhanushka Undergraduate Computer Science & Engineering University of Moratuwa |
|
|
Re: [GSoC Project Ideas]Hi Gayan,
On Mon, Mar 12, 2012 at 5:25 PM, Gayan Dhanushka <gayanlggd@...> wrote: Udayanga Wickramasinghe
Welcome to Synapse Dev List..Good to know that you are willing to participate in this project.. As per GSoc 2012, we haven't finalized on any project ideas yet..However project described in [1] is a strong contender for this years GSoc for Apache Synapse..And having said that , best ideas do come from students themselves and we encourage you to propose an original idea if there's something already in your mind..I guess looking at our issue tracker[2] would also help in this cause... Regards, udayanga-- [1] https://issues.apache.org/jira/browse/SYNAPSE-745 [2] https://issues.apache.org/jira/browse/SYNAPSE Software Engineer; WSO2 Inc.; http://wso2.com, email: udayangaw@... cell: +94 (77) 983-4365 blog: http://udayangawiki.blogspot.com twitter: http://twitter.com/udayanga_wick |
|
|
Re: [GSoC Project Ideas]https://issues.apache.org/jira/browse/SYNAPSE-748
Rajika
On Mon, Mar 12, 2012 at 5:25 PM, Gayan Dhanushka <gayanlggd@...> wrote:
|
|
|
Re: [GSoC Project Ideas]Hi,
I read about templates and template configurations. I have some questions. 1) Do I have to create templates for existing Synapse components? If yes for what sort of components would that be? 2) Is it the case where there are different sets of mediators which I need to make adhere to a certain pattern where it will be easier to call functions by setting the parameters in a easy manner? 3)Please elaborate the scope of the idea a little bit more. Thank You! Gayan -- Gayan Dhanushka Undergraduate Computer Science & Engineering University of Moratuwa |
|
|
Re: [GSoC Project Ideas]Hi,
I used the sample automation facility and used "mvn test -Dtest=750" command inside the integration folder. But it gave me the following error. Can you please give me a fix. [ERROR] Failed to execute goal org.apache.maven.plugins:maven-surefire-plugin:2. 11:test (default-test) on project synapse-integration: No tests were executed! (Set -DfailIfNoTests=false to ignore this error.) -> [Help 1] [ERROR] [ERROR] To see the full stack trace of the errors, re-run Maven with the -e swit ch. [ERROR] Re-run Maven using the -X switch to enable full debug logging. [ERROR] [ERROR] For more information about the errors and possible solutions, please rea d the following articles: [ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoFailureExc eption Thank You! Gayan -- Gayan Dhanushka Undergraduate Computer Science & Engineering University of Moratuwa |
|
|
Re: [GSoC Project Ideas]Hi Gayan,
Sample 750 is fairly new and currently not automated by the sample automation framework. You will have to follow the instructions and run it manually. Take a look at the method populateSamplesMap() in [1] to see which samples you can run as of now. [1] - http://svn.apache.org/viewvc/synapse/trunk/java/modules/integration/src/test/java/org/apache/synapse/samples/framework/TestSamplesHandlerSuite.java?view=markup Cheers, Amila On Thu, Mar 15, 2012 at 12:01 AM, Gayan Dhanushka <gayanlggd@...> wrote: > Hi, > > I used the sample automation facility and used "mvn test -Dtest=750" command > inside the integration folder. But it gave me the following error. Can you > please give me a fix. > > [ERROR] Failed to execute goal > org.apache.maven.plugins:maven-surefire-plugin:2. > 11:test (default-test) on project synapse-integration: No tests were > executed! > (Set -DfailIfNoTests=false to ignore this error.) -> [Help 1] > [ERROR] > [ERROR] To see the full stack trace of the errors, re-run Maven with the -e > swit > ch. > [ERROR] Re-run Maven using the -X switch to enable full debug logging. > [ERROR] > [ERROR] For more information about the errors and possible solutions, please > rea > d the following articles: > [ERROR] [Help 1] > http://cwiki.apache.org/confluence/display/MAVEN/MojoFailureExc > eption > > > Thank You! > Gayan > > > > > -- > Gayan Dhanushka > Undergraduate > Computer Science & Engineering > University of Moratuwa > - Amila Manoj Silva Undergraduate Department of Computer Science and Engineering University of Moratuwa http://amilamanoj.blogspot.com/ --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscribe@... For additional commands, e-mail: dev-help@... |
|
|
Re: [GSoC Project Ideas]-- Gayan Dhanushka Undergraduate Computer Science & Engineering University of Moratuwa |
|
|
Re: [GSoC Project Ideas]Hi Amila,
Thanks for the reply. Looked at [1] that you sent me and it was really helpful. I guess I should move on with the way described in the sample itself using Axis2. I will be really happy if someone can help me with the other questions too. Thank You! Amila. On Fri, Mar 16, 2012 at 12:00 PM, Gayan Dhanushka <gayanlggd@...> wrote:
-- Gayan Dhanushka Undergraduate Computer Science & Engineering University of Moratuwa |
|
|
Re: [GSoC Project Ideas]Hi Amila,
I was able to run sample 750 manually. Initially it gave me an exception saying some resources were missing. After consulting this for a while saw that there should've been a minor change in the path to transform.xslt and transform_back.xslt. To be precise changed <localEntry key="xslt-key-req" src="file:repository/samples/resources/transform/transform.xslt"/> <localEntry key="xslt-key-back" src="file:repository/samples/resources/transform/transform_back.xslt"/> to <localEntry key="xslt-key-req" src=file:repository/conf/sample/resources/transform/transform.xslt"/> <localEntry key="xslt-key-back" src="file:repository/conf/sample/resources/transform/transform_back.xslt"/> and it was sucessful. Thanks! Gayan On Sat, Mar 17, 2012 at 10:57 AM, Gayan Dhanushka <gayanlggd@...> wrote: Hi Amila, -- Gayan Dhanushka Undergraduate Computer Science & Engineering University of Moratuwa |
|
|
Re: [GSoC Project Ideas]Hi,
On Wed, Mar 14, 2012 at 11:10 PM, Gayan Dhanushka <gayanlggd@...> wrote: Hi, currently this is only available for sequences and endpoints 2) Is it the case where there are different sets of mediators which I need to make adhere to a certain pattern where it will be easier to call functions by setting the parameters in a easy manner?
there's no specific pattern as such to call a template. It is totally up to the configuration user how to define it..However this project focuses on implementing collection of such templates for as set of EIP's 3)Please elaborate the scope of the idea a little bit more. please go through the references i made in [1] ..Unfortunately there are no documentation available for synapse template libraries yet. I will make an attempt to give an intro to synapse libraries in [1] it self..In the meantime you can refer to the code in Synapse org.apache.synapse.libraries.* Regards, udayanga -- Udayanga Wickramasinghe Software Engineer; WSO2 Inc.; http://wso2.com, email: udayangaw@... cell: +94 (77) 983-4365 blog: http://udayangawiki.blogspot.com twitter: http://twitter.com/udayanga_wick |
|
|
Re: [GSoC Project Ideas]Thanks Udayanga.
-- Gayan Dhanushka Undergraduate Computer Science & Engineering University of Moratuwa |
|
|
Re: [GSoC Project Ideas]Some more ideas: https://issues.apache.org/jira/browse/SYNAPSE-860On Mon, Mar 19, 2012 at 12:57 PM, Gayan Dhanushka <gayanlggd@...> wrote: Thanks Udayanga. Kasun Indrasiri Associate Technical Lead, WSO2 Inc. - "Lean . Enterprise . Middleware" - http://www.wso2.com/ Blog : http://kasunpanorama.blogspot.com/ |
|
|
Re: [GSoC Project Ideas]Someone please add "gsoc2012" label to those issues so that they will
appear in organization's idea list page. Thanks ! On Wed, Mar 21, 2012 at 11:46 AM, Kasun Indrasiri <kasun147@...> wrote: > Some more ideas: > https://issues.apache.org/jira/browse/SYNAPSE-860 > > > On Mon, Mar 19, 2012 at 12:57 PM, Gayan Dhanushka <gayanlggd@...> > wrote: >> >> Thanks Udayanga. >> >> >> >> >> -- >> Gayan Dhanushka >> Undergraduate >> Computer Science & Engineering >> University of Moratuwa >> > > > > -- > Kasun Indrasiri > Associate Technical Lead, > WSO2 Inc. - "Lean . Enterprise . Middleware" - http://www.wso2.com/ > Blog : http://kasunpanorama.blogspot.com/ > -- Sagara Gunathunga Blog - http://ssagara.blogspot.com Web - http://people.apache.org/~sagara/ LinkedIn - http://www.linkedin.com/in/ssagara --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscribe@... For additional commands, e-mail: dev-help@... Sagara Gunathunga
Blog - http://ssagara.blogspot.com
Web - http://sagaras.awardspace.com/ |
|
|
Re: [GSoC Project Ideas]Also:
https://issues.apache.org/jira/browse/SYNAPSE-861
On Wed, Mar 21, 2012 at 12:02 PM, Sagara Gunathunga <sagara.gunathunga@...> wrote: Someone please add "gsoc2012" label to those issues so that they will Kasun Indrasiri Associate Technical Lead, WSO2 Inc. - "Lean . Enterprise . Middleware" - http://www.wso2.com/ Blog : http://kasunpanorama.blogspot.com/ |
|
|
Re: [GSoC Project Ideas] Hi Devs
I am interested in implementing this[1] feature in synapse as my gsoc project since i have some knowledge in AS2 EDI...etc . So I would like to know some more details regarding this feature Thanks /Jasintha [1]- https://issues.apache.org/jira/browse/SYNAPSE-860 On Wed, Mar 21, 2012 at 12:02 PM, Sagara Gunathunga <sagara.gunathunga@...> wrote: Someone please add "gsoc2012" label to those issues so that they will -- Thanks & Regards Jasintha Dasanayake Software Engineer. WSO2 Inc,|http://wso2.com lean . enterprise . middleware mobile +94 772 916 596 , |
|
|
Re: [GSoC Project Ideas]Hi Udayanga,
Where exactly these implementations of the sequence and endpoint reside inside the code base? -- Gayan Dhanushka Undergraduate Computer Science & Engineering University of Moratuwa Sri Lanka |
|
|
Re: [GSoC Project Ideas]Hi,
Adding to the above question, Do I need to create this library including only the following message routing patterns?I am asking this since you have only mentioned message routing patterns as examples. content based router message filter dynamic router recipient list splitter aggregator resequencer Composed message processor scatter gather routing slip process manager message broker On Fri, Mar 23, 2012 at 10:34 AM, Gayan Dhanushka <gayanlggd@...> wrote: Hi Udayanga, -- Gayan Dhanushka Undergraduate Computer Science & Engineering University of Moratuwa Sri Lanka |
| Free embeddable forum powered by Nabble | Forum Help |