From samurdhilbk at gmail.com Fri Mar 4 01:32:53 2016 From: samurdhilbk at gmail.com (Samurdhi Karunarathne) Date: Fri, 4 Mar 2016 12:02:53 +0530 Subject: [jboss-dev] IDE Remote Control In-Reply-To: References: Message-ID: Hello All, I previously expressed my interest in the GSoC project to develop an IDE Remote Control for Eclipse. I did some work on it and managed to develop the plugin to be able to accept requests through the browser. Can anybody tell me what exactly needs to be done with these requests? Should the user be able to view/edit projects on the browser itself or does the plugin only remotely do tasks that can otherwise be done through the Eclipse UI? Like opening projects or saving an already open project. I'm a bit unclear on this regard. I tried contacting Max (Max Anderson) but could not get through to him. Hoping for a favorable response. Regards, Samurdhi. On Wed, Feb 17, 2016 at 5:06 PM, Samurdhi Karunarathne < samurdhilbk at gmail.com> wrote: > Hello All, > > I'm Samurdhi Karunarathne and I'm a student at the Faculty of Engineering, > University of Peradeniya, Sri Lanka. I came across the idea of creating a > plugin for Eclipse that responds to requests sent in through a web browser, > on the GSoC 2016 ideas page. I have quite some experience in this direction > and I think that it's a pretty cool idea. So I'm very excited to work on > this project for GSoC 2016. > Hope you could give me some guidelines to get myself up and aboard the > task. Thanks in advance! > > Regards, > Samurdhi. > -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.jboss.org/pipermail/jboss-development/attachments/20160304/8249618f/attachment-0001.html From manderse at redhat.com Fri Mar 4 12:36:04 2016 From: manderse at redhat.com (Max Rydahl Andersen) Date: Fri, 04 Mar 2016 18:36:04 +0100 Subject: [jboss-dev] IDE Remote Control In-Reply-To: References: Message-ID: On 4 Mar 2016, at 7:32, Samurdhi Karunarathne wrote: > Hello All, > > I previously expressed my interest in the GSoC project to develop an > IDE > Remote Control for Eclipse. I did some work on it and managed to > develop > the plugin to be able to accept requests through the browser. Nice - got a link ? > Can anybody > tell me what exactly needs to be done with these requests? Should the > user > be able to view/edit projects on the browser itself or does the plugin > only > remotely do tasks that can otherwise be done through the Eclipse UI? It is the other way around, that when you are in your browser - how do I open files/resources from this browser in the IDE ? i.e. with this plugin github.com could have links like http://localhost:6666/clone/?repo=https://github.com/jbosstools/jbosstools-website which would mean clone this repo and import it into the IDE. > Like > opening projects or saving an already open project. I'm a bit unclear > on > this regard. I tried contacting Max (Max Anderson) but could not get > through to him. sorry for the late response but been quite busy. I'm travelling the next couple of weeks so i'll be slow, but I'll respond where I can. /max > Hoping for a favorable response. > > Regards, > Samurdhi. > > On Wed, Feb 17, 2016 at 5:06 PM, Samurdhi Karunarathne < > samurdhilbk at gmail.com> wrote: > >> Hello All, >> >> I'm Samurdhi Karunarathne and I'm a student at the Faculty of >> Engineering, >> University of Peradeniya, Sri Lanka. I came across the idea of >> creating a >> plugin for Eclipse that responds to requests sent in through a web >> browser, >> on the GSoC 2016 ideas page. I have quite some experience in this >> direction >> and I think that it's a pretty cool idea. So I'm very excited to work >> on >> this project for GSoC 2016. >> Hope you could give me some guidelines to get myself up and aboard >> the >> task. Thanks in advance! >> >> Regards, >> Samurdhi. >> > _______________________________________________ > jboss-development mailing list > jboss-development at lists.jboss.org > https://lists.jboss.org/mailman/listinfo/jboss-development /max http://about.me/maxandersen -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.jboss.org/pipermail/jboss-development/attachments/20160304/afc2ab60/attachment.html From samurdhilbk at gmail.com Mon Mar 7 10:18:05 2016 From: samurdhilbk at gmail.com (Samurdhi Karunarathne) Date: Mon, 7 Mar 2016 20:48:05 +0530 Subject: [jboss-dev] IDE Remote Control In-Reply-To: References: Message-ID: I thought of using some of the source code in the TCP/IP Monitor in the Eclipse WTP to implement the requests part of the IDE Remote(Why reinvent the wheel right?). I'm thinking of handling the responses to the requests via the Response.java class that I have created. I also changed the UI to include Start, Stop and Properties buttons in the main interface itself to make it more user friendly. The start button will start the first monitor in the TCP/IP monitor list(So you'll have to create one at first use by navigating Properties). The Stop button will stop whatever the monitor that is already running. The Properties button will simply navigate to the preferences menu. Herewith I'm attaching the source code. Alternatively, you can find the source code at https://github.com/samurdhilbk. As in the TCP/IP monitor, the core handles the core functionality and ui handles the user interface. I had some issues with signing the JAR's so couldn't get around to exporting it to a JAR. I will do that as soon as possible. For now please run it in Eclipse and see how it works. You may find it in Window->Show View->Other->Other in the Eclipse window. Best Regards. Samurdhi On Fri, Mar 4, 2016 at 11:06 PM, Max Rydahl Andersen wrote: > On 4 Mar 2016, at 7:32, Samurdhi Karunarathne wrote: > > Hello All, > > I previously expressed my interest in the GSoC project to develop an IDE > Remote Control for Eclipse. I did some work on it and managed to develop > the plugin to be able to accept requests through the browser. > > Nice - got a link ? > > Can anybody > tell me what exactly needs to be done with these requests? Should the user > be able to view/edit projects on the browser itself or does the plugin only > remotely do tasks that can otherwise be done through the Eclipse UI? > > It is the other way around, that when you are in your browser - how do I > open > files/resources from this browser in the IDE ? > > i.e. with this plugin github.com could have links like > http://localhost:6666/clone/?repo= > https://github.com/jbosstools/jbosstools-website > which would mean clone this repo and import it into the IDE. > > Like > opening projects or saving an already open project. I'm a bit unclear on > this regard. I tried contacting Max (Max Anderson) but could not get > through to him. > > sorry for the late response but been quite busy. > > I'm travelling the next couple of weeks so i'll be slow, but I'll respond > where I can. > > /max > > Hoping for a favorable response. > > Regards, > Samurdhi. > > On Wed, Feb 17, 2016 at 5:06 PM, Samurdhi Karunarathne < > samurdhilbk at gmail.com> wrote: > > Hello All, > > I'm Samurdhi Karunarathne and I'm a student at the Faculty of Engineering, > University of Peradeniya, Sri Lanka. I came across the idea of creating a > plugin for Eclipse that responds to requests sent in through a web browser, > on the GSoC 2016 ideas page. I have quite some experience in this direction > and I think that it's a pretty cool idea. So I'm very excited to work on > this project for GSoC 2016. > Hope you could give me some guidelines to get myself up and aboard the > task. Thanks in advance! > > Regards, > Samurdhi. > > ------------------------------ > > jboss-development mailing list > jboss-development at lists.jboss.org > https://lists.jboss.org/mailman/listinfo/jboss-development > > /max > http://about.me/maxandersen > > _______________________________________________ > jboss-development mailing list > jboss-development at lists.jboss.org > https://lists.jboss.org/mailman/listinfo/jboss-development > -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.jboss.org/pipermail/jboss-development/attachments/20160307/b7d4055a/attachment-0001.html -------------- next part -------------- A non-text attachment was scrubbed... Name: IDE_Remote.rar Type: application/rar Size: 291751 bytes Desc: not available Url : http://lists.jboss.org/pipermail/jboss-development/attachments/20160307/b7d4055a/attachment-0001.bin From manderse at redhat.com Thu Mar 10 06:41:22 2016 From: manderse at redhat.com (Max Rydahl Andersen) Date: Thu, 10 Mar 2016 06:41:22 -0500 Subject: [jboss-dev] IDE Remote Control In-Reply-To: References: Message-ID: <8B8F6679-96E0-4CA9-8977-B6E505DD1F9C@redhat.com> On 7 Mar 2016, at 10:18, Samurdhi Karunarathne wrote: > I thought of using some of the source code in the TCP/IP Monitor in > the > Eclipse WTP to implement the requests part of the IDE Remote(Why > reinvent > the wheel right?). not sure that code does http well ? a better option could be to use jetty that comes with eclipse to react to http requests ? you can see an example of that in here https://github.com/jbosstools/jbosstools-livereload/tree/master/plugins/org.jboss.tools.livereload.core/src/org/jboss/tools/livereload/core/internal/server/jetty > I'm thinking of handling the responses to the requests > via the Response.java class that I have created. I also changed the UI > to > include Start, Stop and Properties buttons in the main interface > itself to > make it more user friendly. I properly would not even expose any of this as main UI - just a preference to turn on/off. > The start button will start the first monitor > in the TCP/IP monitor list(So you'll have to create one at first use > by > navigating Properties). The Stop button will stop whatever the monitor > that > is already running. The Properties button will simply navigate to the > preferences menu. Herewith I'm attaching the source code. > Alternatively, > you can find the source code at https://github.com/samurdhilbk. I looked but only found two empty repos from the last few days ? > As in the > TCP/IP monitor, the core handles the core functionality and ui handles > the > user interface. I had some issues with signing the JAR's so couldn't > get > around to exporting it to a JAR. that sounds weird, you shouldn't have to sign jars to export it. > I will do that as soon as possible. For > now please run it in Eclipse and see how it works. You may find it in > Window->Show View->Other->Other in the Eclipse window. I am a hotel with limited bandwidth right now so haven't been able to build/run it yet ;/ Could you record a video / take screenshots of it ? /max > Best Regards. > Samurdhi > > On Fri, Mar 4, 2016 at 11:06 PM, Max Rydahl Andersen > > wrote: > >> On 4 Mar 2016, at 7:32, Samurdhi Karunarathne wrote: >> >> Hello All, >> >> I previously expressed my interest in the GSoC project to develop an >> IDE >> Remote Control for Eclipse. I did some work on it and managed to >> develop >> the plugin to be able to accept requests through the browser. >> >> Nice - got a link ? >> >> Can anybody >> tell me what exactly needs to be done with these requests? Should the >> user >> be able to view/edit projects on the browser itself or does the >> plugin only >> remotely do tasks that can otherwise be done through the Eclipse UI? >> >> It is the other way around, that when you are in your browser - how >> do I >> open >> files/resources from this browser in the IDE ? >> >> i.e. with this plugin github.com could have links like >> http://localhost:6666/clone/?repo= >> https://github.com/jbosstools/jbosstools-website >> which would mean clone this repo and import it into the IDE. >> >> Like >> opening projects or saving an already open project. I'm a bit unclear >> on >> this regard. I tried contacting Max (Max Anderson) but could not get >> through to him. >> >> sorry for the late response but been quite busy. >> >> I'm travelling the next couple of weeks so i'll be slow, but I'll >> respond >> where I can. >> >> /max >> >> Hoping for a favorable response. >> >> Regards, >> Samurdhi. >> >> On Wed, Feb 17, 2016 at 5:06 PM, Samurdhi Karunarathne < >> samurdhilbk at gmail.com> wrote: >> >> Hello All, >> >> I'm Samurdhi Karunarathne and I'm a student at the Faculty of >> Engineering, >> University of Peradeniya, Sri Lanka. I came across the idea of >> creating a >> plugin for Eclipse that responds to requests sent in through a web >> browser, >> on the GSoC 2016 ideas page. I have quite some experience in this >> direction >> and I think that it's a pretty cool idea. So I'm very excited to work >> on >> this project for GSoC 2016. >> Hope you could give me some guidelines to get myself up and aboard >> the >> task. Thanks in advance! >> >> Regards, >> Samurdhi. >> >> ------------------------------ >> >> jboss-development mailing list >> jboss-development at lists.jboss.org >> https://lists.jboss.org/mailman/listinfo/jboss-development >> >> /max >> http://about.me/maxandersen >> >> _______________________________________________ >> jboss-development mailing list >> jboss-development at lists.jboss.org >> https://lists.jboss.org/mailman/listinfo/jboss-development >> > _______________________________________________ > jboss-development mailing list > jboss-development at lists.jboss.org > https://lists.jboss.org/mailman/listinfo/jboss-development /max http://about.me/maxandersen -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.jboss.org/pipermail/jboss-development/attachments/20160310/5b9b5db8/attachment.html From samurdhilbk at gmail.com Thu Mar 10 12:38:00 2016 From: samurdhilbk at gmail.com (Samurdhi Karunarathne) Date: Thu, 10 Mar 2016 23:08:00 +0530 Subject: [jboss-dev] IDE Remote Control In-Reply-To: <8B8F6679-96E0-4CA9-8977-B6E505DD1F9C@redhat.com> References: <8B8F6679-96E0-4CA9-8977-B6E505DD1F9C@redhat.com> Message-ID: I might have forgotten to push the changes to GitHub. Deeply sorry about that Max. Now the source code is available at https://github.com/samurdhilbk. You could take a look at how everything works at https://youtu.be/4HniGO4BlV8. I've uploaded a small screen capture there. Also I've uploaded some screenshots at https://flic.kr/s/aHskvVeuAY. Hope they're clear enough. I'll take a look at jetty and see how it works. Thanks for the suggestion. I'll let you know how that works out. Awaiting your feedback. Best Regards, Samurdhi. On Thu, Mar 10, 2016 at 5:11 PM, Max Rydahl Andersen wrote: > On 7 Mar 2016, at 10:18, Samurdhi Karunarathne wrote: > > I thought of using some of the source code in the TCP/IP Monitor in the > Eclipse WTP to implement the requests part of the IDE Remote(Why reinvent > the wheel right?). > > not sure that code does http well ? > > a better option could be to use jetty that comes with eclipse to react > to http requests ? > > you can see an example of that in here > https://github.com/jbosstools/jbosstools-livereload/tree/master/plugins/org.jboss.tools.livereload.core/src/org/jboss/tools/livereload/core/internal/server/jetty > > I'm thinking of handling the responses to the requests > via the Response.java class that I have created. I also changed the UI to > include Start, Stop and Properties buttons in the main interface itself to > make it more user friendly. > > I properly would not even expose any of this as main UI - just a preference > to turn on/off. > > The start button will start the first monitor > in the TCP/IP monitor list(So you'll have to create one at first use by > navigating Properties). The Stop button will stop whatever the monitor that > is already running. The Properties button will simply navigate to the > preferences menu. Herewith I'm attaching the source code. Alternatively, > you can find the source code at https://github.com/samurdhilbk. > > I looked but only found two empty repos from the last few days ? > > As in the > TCP/IP monitor, the core handles the core functionality and ui handles the > user interface. I had some issues with signing the JAR's so couldn't get > around to exporting it to a JAR. > > that sounds weird, you shouldn't have to sign jars to export it. > > I will do that as soon as possible. For > now please run it in Eclipse and see how it works. You may find it in > Window->Show View->Other->Other in the Eclipse window. > > I am a hotel with limited bandwidth right now so haven't been able to > build/run it yet ;/ > > Could you record a video / take screenshots of it ? > /max > > Best Regards. > Samurdhi > > On Fri, Mar 4, 2016 at 11:06 PM, Max Rydahl Andersen manderse at redhat.com > wrote: > > On 4 Mar 2016, at 7:32, Samurdhi Karunarathne wrote: > > Hello All, > > I previously expressed my interest in the GSoC project to develop an IDE > Remote Control for Eclipse. I did some work on it and managed to develop > the plugin to be able to accept requests through the browser. > > Nice - got a link ? > > Can anybody > tell me what exactly needs to be done with these requests? Should the user > be able to view/edit projects on the browser itself or does the plugin only > remotely do tasks that can otherwise be done through the Eclipse UI? > > It is the other way around, that when you are in your browser - how do I > open > files/resources from this browser in the IDE ? > > i.e. with this plugin github.com could have links like > http://localhost:6666/clone/?repo= > https://github.com/jbosstools/jbosstools-website > which would mean clone this repo and import it into the IDE. > > Like > opening projects or saving an already open project. I'm a bit unclear on > this regard. I tried contacting Max (Max Anderson) but could not get > through to him. > > sorry for the late response but been quite busy. > > I'm travelling the next couple of weeks so i'll be slow, but I'll respond > where I can. > > /max > > Hoping for a favorable response. > > Regards, > Samurdhi. > > On Wed, Feb 17, 2016 at 5:06 PM, Samurdhi Karunarathne < > samurdhilbk at gmail.com> wrote: > > Hello All, > > I'm Samurdhi Karunarathne and I'm a student at the Faculty of Engineering, > University of Peradeniya, Sri Lanka. I came across the idea of creating a > plugin for Eclipse that responds to requests sent in through a web browser, > on the GSoC 2016 ideas page. I have quite some experience in this direction > and I think that it's a pretty cool idea. So I'm very excited to work on > this project for GSoC 2016. > Hope you could give me some guidelines to get myself up and aboard the > task. Thanks in advance! > > Regards, > Samurdhi. > ------------------------------ > > jboss-development mailing list > jboss-development at lists.jboss.org > https://lists.jboss.org/mailman/listinfo/jboss-development > > /max > http://about.me/maxandersen > ------------------------------ > > jboss-development mailing list > jboss-development at lists.jboss.org > https://lists.jboss.org/mailman/listinfo/jboss-development > > ------------------------------ > > jboss-development mailing list > jboss-development at lists.jboss.org > https://lists.jboss.org/mailman/listinfo/jboss-development > > /max > http://about.me/maxandersen > > _______________________________________________ > jboss-development mailing list > jboss-development at lists.jboss.org > https://lists.jboss.org/mailman/listinfo/jboss-development > -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.jboss.org/pipermail/jboss-development/attachments/20160310/6023e8b4/attachment-0001.html From nkweteyimdaisy at gmail.com Thu Mar 17 15:19:59 2016 From: nkweteyimdaisy at gmail.com (Daisy Nkweteyim) Date: Thu, 17 Mar 2016 20:19:59 +0100 Subject: [jboss-dev] Google Summer of Code Introduction Message-ID: Hello community, My name is Daisy Nkweteyim. I am a final year Computer Engineering student from the University of Buea, Cameroon. I am interested in working with JBoss specifically the Arquillian project for the Google Summer of Code. From the ideas page, I found the project "Provide test scheduling for large test suites" to be up my alley. I've had some experience with contributing to open source before and I've also created test scripts for regression testing. I am comfortable with technologies like Selenium, TestNG, JUnit and Maven. Could I have some more details concerning this project like work which has been previously done? Thank you. -- Daisy Nkweteyim From samurdhilbk at gmail.com Mon Mar 21 18:18:24 2016 From: samurdhilbk at gmail.com (Samurdhi Karunarathne) Date: Tue, 22 Mar 2016 03:48:24 +0530 Subject: [jboss-dev] IDE Remote Control In-Reply-To: References: <8B8F6679-96E0-4CA9-8977-B6E505DD1F9C@redhat.com> Message-ID: Hello Max, I finished my exams and got back to work. I was able to implement some simple actions to go along with the requests. I made a screencast here https://youtu.be/Ou0xMEwUdME. Basically I improved the Response class with IHandlerService to implement some standard commands. II'll send you a draft of my project proposal later today. Hope you could give me some feedback to polish it. Best Regards, Samurdhi On Thu, Mar 10, 2016 at 11:08 PM, Samurdhi Karunarathne < samurdhilbk at gmail.com> wrote: > I might have forgotten to push the changes to GitHub. Deeply sorry about > that Max. Now the source code is available at > https://github.com/samurdhilbk. You could take a look at how everything > works at https://youtu.be/4HniGO4BlV8. I've uploaded a small screen > capture there. Also I've uploaded some screenshots at > https://flic.kr/s/aHskvVeuAY. Hope they're clear enough. > > I'll take a look at jetty and see how it works. Thanks for the suggestion. > I'll let you know how that works out. > > Awaiting your feedback. > > Best Regards, > Samurdhi. > > On Thu, Mar 10, 2016 at 5:11 PM, Max Rydahl Andersen > wrote: > >> On 7 Mar 2016, at 10:18, Samurdhi Karunarathne wrote: >> >> I thought of using some of the source code in the TCP/IP Monitor in the >> Eclipse WTP to implement the requests part of the IDE Remote(Why reinvent >> the wheel right?). >> >> not sure that code does http well ? >> >> a better option could be to use jetty that comes with eclipse to react >> to http requests ? >> >> you can see an example of that in here >> https://github.com/jbosstools/jbosstools-livereload/tree/master/plugins/org.jboss.tools.livereload.core/src/org/jboss/tools/livereload/core/internal/server/jetty >> >> I'm thinking of handling the responses to the requests >> via the Response.java class that I have created. I also changed the UI to >> include Start, Stop and Properties buttons in the main interface itself to >> make it more user friendly. >> >> I properly would not even expose any of this as main UI - just a >> preference >> to turn on/off. >> >> The start button will start the first monitor >> in the TCP/IP monitor list(So you'll have to create one at first use by >> navigating Properties). The Stop button will stop whatever the monitor >> that >> is already running. The Properties button will simply navigate to the >> preferences menu. Herewith I'm attaching the source code. Alternatively, >> you can find the source code at https://github.com/samurdhilbk. >> >> I looked but only found two empty repos from the last few days ? >> >> As in the >> TCP/IP monitor, the core handles the core functionality and ui handles the >> user interface. I had some issues with signing the JAR's so couldn't get >> around to exporting it to a JAR. >> >> that sounds weird, you shouldn't have to sign jars to export it. >> >> I will do that as soon as possible. For >> now please run it in Eclipse and see how it works. You may find it in >> Window->Show View->Other->Other in the Eclipse window. >> >> I am a hotel with limited bandwidth right now so haven't been able to >> build/run it yet ;/ >> >> Could you record a video / take screenshots of it ? >> /max >> >> Best Regards. >> Samurdhi >> >> On Fri, Mar 4, 2016 at 11:06 PM, Max Rydahl Andersen manderse at redhat.com >> wrote: >> >> On 4 Mar 2016, at 7:32, Samurdhi Karunarathne wrote: >> >> Hello All, >> >> I previously expressed my interest in the GSoC project to develop an IDE >> Remote Control for Eclipse. I did some work on it and managed to develop >> the plugin to be able to accept requests through the browser. >> >> Nice - got a link ? >> >> Can anybody >> tell me what exactly needs to be done with these requests? Should the user >> be able to view/edit projects on the browser itself or does the plugin >> only >> remotely do tasks that can otherwise be done through the Eclipse UI? >> >> It is the other way around, that when you are in your browser - how do I >> open >> files/resources from this browser in the IDE ? >> >> i.e. with this plugin github.com could have links like >> http://localhost:6666/clone/?repo= >> https://github.com/jbosstools/jbosstools-website >> which would mean clone this repo and import it into the IDE. >> >> Like >> opening projects or saving an already open project. I'm a bit unclear on >> this regard. I tried contacting Max (Max Anderson) but could not get >> through to him. >> >> sorry for the late response but been quite busy. >> >> I'm travelling the next couple of weeks so i'll be slow, but I'll respond >> where I can. >> >> /max >> >> Hoping for a favorable response. >> >> Regards, >> Samurdhi. >> >> On Wed, Feb 17, 2016 at 5:06 PM, Samurdhi Karunarathne < >> samurdhilbk at gmail.com> wrote: >> >> Hello All, >> >> I'm Samurdhi Karunarathne and I'm a student at the Faculty of Engineering, >> University of Peradeniya, Sri Lanka. I came across the idea of creating a >> plugin for Eclipse that responds to requests sent in through a web >> browser, >> on the GSoC 2016 ideas page. I have quite some experience in this >> direction >> and I think that it's a pretty cool idea. So I'm very excited to work on >> this project for GSoC 2016. >> Hope you could give me some guidelines to get myself up and aboard the >> task. Thanks in advance! >> >> Regards, >> Samurdhi. >> ------------------------------ >> >> jboss-development mailing list >> jboss-development at lists.jboss.org >> https://lists.jboss.org/mailman/listinfo/jboss-development >> >> /max >> http://about.me/maxandersen >> ------------------------------ >> >> jboss-development mailing list >> jboss-development at lists.jboss.org >> https://lists.jboss.org/mailman/listinfo/jboss-development >> >> ------------------------------ >> >> jboss-development mailing list >> jboss-development at lists.jboss.org >> https://lists.jboss.org/mailman/listinfo/jboss-development >> >> /max >> http://about.me/maxandersen >> >> _______________________________________________ >> jboss-development mailing list >> jboss-development at lists.jboss.org >> https://lists.jboss.org/mailman/listinfo/jboss-development >> > > -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.jboss.org/pipermail/jboss-development/attachments/20160322/330a8c94/attachment.html