Re: How Can I Help ?

2022-05-25 Thread Zowalla, Richard
Hi, sorry for the late response - been busy with some oss / normal work. If you like to work on one of these areas, the first step would be to clone the TomEE repository and try to build TomEE based on the documentation provided in the repository. Some examples already have a Jira [1] task, so

Re: TOMEE-3824 New Jakarta EE 9 XML namespace not recognized in web-fragment.xml (was Re: How can I help?)

2022-05-13 Thread Zowalla, Richard
Hi Zoltán, thanks for your PR [1] ! It usually takes some time for peope to review a PR. The best way to proceed is, that - after you created a PR - you sent a follow up email on your mail thread in which you asked for issue assignment. GitHub mails are flodding our mailboxes and some people

Re: TOMEE-3824 New Jakarta EE 9 XML namespace not recognized in web-fragment.xml (was Re: How can I help?)

2022-05-12 Thread Zoltán Tichov
Hi! If I have a pending pull request, can I work on another issue as well? Thanks: Zoltán On Tue, May 10, 2022 at 10:48 PM David Blevins wrote: > Hi Zoltán! > > Really fantastic you have something working! > > If you create a PR that'a the best way to say "here are my changes, can > you

Re: How Can I Help with the Apache Microprofile implementation

2022-05-11 Thread Zowalla, Richard
Hi, the ASF impls of the MP specifications are hosted by the Geronimo project. Yes - you are right. We would need to update every MP specification in Geronimo and add / update the related implementation. That involves finding the differences between each version, writing tests, etc. In the end

Re: TOMEE-3824 New Jakarta EE 9 XML namespace not recognized in web-fragment.xml (was Re: How can I help?)

2022-05-10 Thread David Blevins
Hi Zoltán! Really fantastic you have something working! If you create a PR that'a the best way to say "here are my changes, can you please review?" -

Re: TOMEE-3824 New Jakarta EE 9 XML namespace not recognized in web-fragment.xml (was Re: How can I help?)

2022-05-10 Thread Zoltán Tichov
Hi David! I made some changes and a testcase, how can I show these changes to somebody? Which JDK should I use? Now I use adoptOpenJDK 11 to run the tests. Thanks: Zoltán On Fri, May 6, 2022 at 1:27 AM David Blevins wrote: > Hey Zoltán! > > Absolutely, you're welcome to fix the issue. I can

Re: How Can I Help ?

2022-05-09 Thread AD
Hello Richard >From the areas of work that you mentioned in your email , I think I would be interested in 2 areas below- 1. Other areas of work involve upgrading / revising our current examples (TomEE 8.x, TomEE 9.x) by using our "BOM" approach in order to make them easier to consume /

Re: How Can I Help ?

2022-05-09 Thread AD
Richard One general question real quick . If an ear file has a jar file ...we deploy the ear file .and then we modify the contents of that jar file ,,and again can we redeploy the ear file with that new file ? Thank you -AD On Mon, May 9, 2022 at 12:46 AM A D wrote: > Thank you for great

Re: How Can I Help ?

2022-05-09 Thread A D
Thank you for great suggestions, I will certainly write to the list users@tomee.Apache with as much as details do someone can provide an idea or clue. The problem is when I hit the endpoint/wsdl , absolutely we don’t see any activity in the Logs, It appears that some pieces of stuff related to

Re: How Can I Help ?

2022-05-09 Thread Zowalla, Richard
If you are seeking for help / guideance for solving your wsdl/404 issue, it might be worth to (a) subscribe and (b) write to us...@tomee.apache.org Add as much as explanation as possible and - which would be the most beneficial thing - add a small self containing code example / project on

Re: How Can I Help ?

2022-05-09 Thread AD
Thank you so much Richard or giving me an overall area of work , sounds very interesting to me. I will take a deeper look at these and certainly get back to you. Yes , I am facing a Tomee related issue for our project , which was developed for Weblogic . We are now migrating to Tomee , strange

Re: How Can I Help ?

2022-05-09 Thread Zowalla, Richard
Hi AD, TomEE consumes a variety of ASF projects for specific parts of its core functionality. Apache Geronimo provides JavaEE / JakartaEE libraries and Microprofile implementations [1]. A big effort would be to update the Microprofile implementation in Geronimo to support JakartaEE namespace

Re: How Can I Help ?

2022-05-06 Thread AD
Hello Richard Thank you so much for responding to my email request. Much appreciated. Thanks for explaining in detail about how this works. I do have experience in Java , Web services, Microservices , Azure , Cloud development. I do have experience in application servers as well , I have

Re: TOMEE-3824 New Jakarta EE 9 XML namespace not recognized in web-fragment.xml (was Re: How can I help?)

2022-05-06 Thread Jonathan Gallimore
Hi Zoltán I've assigned that JIRA to you. Many thanks Jon On Fri, May 6, 2022 at 9:14 AM Zoltán Tichov wrote: > Hi David! > > My JIRA username is eagleegg > > Thanks: Zoltán > > > On Fri, May 6, 2022 at 1:27 AM David Blevins > wrote: > > > Hey Zoltán! > > > > Absolutely, you're welcome to

Re: TOMEE-3824 New Jakarta EE 9 XML namespace not recognized in web-fragment.xml (was Re: How can I help?)

2022-05-06 Thread Zoltán Tichov
Hi David! My JIRA username is eagleegg Thanks: Zoltán On Fri, May 6, 2022 at 1:27 AM David Blevins wrote: > Hey Zoltán! > > Absolutely, you're welcome to fix the issue. I can assign the issue to > you if you let me know your JIRA username. Make a comment on the issue and > that'll be the

Re: How Can I Help ?

2022-05-06 Thread Zowalla, Richard
Hi AD, welcome to the mailing list and TomEE community. Do you have areas of expertise or a special field or topic of interest, you would like to contribute to? We are currently working on TomEE 9. Therefore, we moved away from our previous byte code transformation approach and switched TomEE

TOMEE-3824 New Jakarta EE 9 XML namespace not recognized in web-fragment.xml (was Re: How can I help?)

2022-05-05 Thread David Blevins
Hey Zoltán! Absolutely, you're welcome to fix the issue. I can assign the issue to you if you let me know your JIRA username. Make a comment on the issue and that'll be the quickest way to send it. We intentionally have it setup so new people can't assign issues to themselves so that

Re: How can I help?

2022-05-05 Thread Zoltán Tichov
Hi Richard! I found a ticket with a bug that I also encountered.The ticket is open and unassigned. Should I try to fix it? If so, how can it be assigned to me? https://issues.apache.org/jira/browse/TOMEE-3824 Best: Zoltán On Wed, Apr 27, 2022 at 8:36 AM Zowalla, Richard <

Re: How can I help?

2022-04-27 Thread Zowalla, Richard
Hi, it would certainly help to track these issues as an issue. Maybe they are already solved (as the code has evolved) but maybe not, so it would be good to have them. Gruß Richard Am Dienstag, dem 26.04.2022 um 21:54 +0200 schrieb Zoltán Tichov: > Hi Richard! > > I have found two errors in

Re: How can I help?

2022-04-26 Thread Zoltán Tichov
Hi Richard! I have found two errors in Tomee 9.0.0-M7. Should I make tickets for these errors and try to fix them? Although they may have been fixed in the next version (9.0.0-M8) Zoltán On Sun, Apr 24, 2022 at 11:06 AM Zowalla, Richard < richard.zowa...@hs-heilbronn.de> wrote: > Hi Zoltán, >

Re: TCK Work - Smoothing the path (was Re: How can I help?)

2022-04-26 Thread Zowalla, Richard
I slightly increased the default stack size limit of the forked test jvm in the related groovy script. It now works with Java 11 too. To summarize: The documentation is updated and setting up the EE9.1 TCK is quite easy. It basically boils down to: (0) Ensure to have Maven and Java (11/14).

Re: TCK Work - Smoothing the path (was Re: How can I help?)

2022-04-26 Thread Zowalla, Richard
Thanks & You are right! Running with JDK 14 works. JDK 17 has some issues with illegal access within the groovy code used. With JDK 14 I am hitting the Javamail issue - so the setup procedere basically works. That are good news. Gruß Richard Am Dienstag, dem 26.04.2022 um 19:48 +0200

Re: TCK Work - Smoothing the path (was Re: How can I help?)

2022-04-26 Thread Jean-Louis Monteiro
Sorry for the late reply. I managed to reproduce your issue. It does not seem to be a regular stackoverflow (loop without exit condition). Debugging the code with some additional traces, it looks like we are loading jar after jar and the stack isn't big enough to handle it in Java 11. I moved to

Re: TCK Work - Smoothing the path (was Re: How can I help?)

2022-04-26 Thread Zowalla, Richard
It looks like the SQL is not the real issue here - although it is a bit confusing because the select statements look ok to me. However, after same additional digging / fiddling arround, I am at a point, there the JVM for the tests does not startup due to an StackOverflowError [1]. I tried

Re: TCK Work - Smoothing the path (was Re: How can I help?)

2022-04-26 Thread Zowalla, Richard
Hi, I changed the script pointing to the released ee9.1 tck now and updated the README accordingly. If the instructions are followed carefully, it will lead to a fresh installation. In the process, I noticed, that Glassfish 6.0.0 isn't available anymore and is replaced by 6.2.5 - JL mentioned on

Re: TCK Work - Smoothing the path (was Re: How can I help?)

2022-04-25 Thread David Blevins
Thanks for digging into this, Richard! Agree with your prior statements about updating the README, branching for TomEE 8 and making TomEE 9 the master branch in the tomee-tck project. > On Apr 24, 2022, at 11:14 PM, Zowalla, Richard > wrote: > > Ok, I found it: > > -

Re: TCK Work - Smoothing the path (was Re: How can I help?)

2022-04-25 Thread Zowalla, Richard
Ok, I found it: - https://lists.apache.org/thread/sfbvz76c527wojym71csv72k8j2qrrg7 If we adjust the script to target the (released) ee9.1 tck (instead of the snapshots), it will certainly help. (This was the script I had in mint) But while searching the list archive, I also found this post on

TCK Work - Smoothing the path (was Re: How can I help?)

2022-04-24 Thread Zowalla, Richard
> > > The trick is that setup is difficult to maintain and can be quite > > intimidating. I can remember ;) - my first attempts in May 21 were indeed intimidating. > Richard, have you tried to run any tests yet? If not, are you > possibly willing to be the brave guy who tries it first, hits

Re: How can I help?

2022-04-24 Thread David Blevins
If we could get a few more people familiar with running the Jakarta EE TCK in TomEE and ready to start fixing test failures, that'd be the biggest impact on all our current and future certification efforts. The trick is that setup is difficult to maintain and can be quite intimidating.

Re: How can I help?

2022-04-24 Thread Zowalla, Richard
Hi Zoltán, It's very great from you and it's truly awesome when a long time user of TomEE decides to contribute :) First of all, do not get intimidated by your first ticket. If it ends up being too hard or just not fun, let's find something else for you. There is always plenty of work to do.

Re: How can I help?

2022-01-26 Thread Zowalla, Richard
Hi Felipe, a rather beginner friendly task would probably be one of the sub tasks of https://issues.apache.org/jira/browse/TOMEE-3234 to get familiar with the code-base, building the examples and submitting pull requests via GitHub. For background: We had some discussion on the linked issue on

Re: How can I help?

2022-01-26 Thread Felipe
Hi Richard, thanks for the response! If you can point me to some beginner tasks would be great. I will try to work on those during my free time. Best regards, Felipe Em qui., 6 de jan. de 2022 às 11:21, Zowalla, Richard < richard.zowa...@hs-heilbronn.de> escreveu: > Hi Felipe, > > welcome! It

Re: How can I help?

2022-01-06 Thread Zowalla, Richard
Hi Felipe, welcome! It is never to late to be part of the open source community! Even a small contribution (enhancing documentation, updating examples, ...) is very appreciated :) We have a Jira backlog with many topics, feel free to take a look at

Re: How can I help?

2021-12-27 Thread Richard Zowalla
Hi Lincoln, welcome! There was a very interesting mail by César in June summarizing some tasks on which the community is actively working on [1]. I will copy some of the items listed in his mail: - Improving the current TomEE website, we have an ongoing example translation from English to

Re: How can I help

2021-09-10 Thread Zowalla, Richard
; > > take > > > a > > > look at? I would be of great help. > > > > > > Regards > > > > > > > > > On Fri, 10 Sept 2021 at 17:02, Zowalla, Richard < > > > richard.zowa...@hs-heilbronn.de> wrote: > > > >

Re: How can I help?

2021-09-10 Thread Distributed Systems Guy - Bala G
; richard.zowa...@hs-heilbronn.de> wrote: > > > > > Hey Bala, > > > > > > better to use reply all / the list for replies. > > > > > > Gruss > > > Richard > > > > > > Ursprüngliche Nachricht > > > Von: Distributed System

Re: How can I help?

2021-09-10 Thread Zowalla, Richard
ichard > > > > Ursprüngliche Nachricht > > Von: Distributed Systems Guy - Bala G < > > balasubramaniangopalakrish...@gmail.com> > > An: richard.zowa...@hs-heilbronn.de > > Betreff: Re: How can I help? > > Datum: Fri, 10 Sep 2021 17:00:

Re: How can I help?

2021-09-08 Thread Zowalla, Richard
Hi, welcome! There was a very interesting mail by César summarizing some tasks on which the community is actively working on [1]. With Java 17 in front of our door (and as some discussion in the on- going 8.0.8 vote has shown [2]), we will also need some efforts in preparing for Java 17

Re: How can I help?

2021-07-15 Thread lmjpaz
Hi Daniel. How are you? Some time ago you answered to my message “how can I help”. I wasn't be able to dedicate enough time to it, but now I can help. So, can you please tell me again how can I hel and I’ll do this immediately. Kind regards. Enviado do meu iPhone > Em 20 de mai. de 2020,

Re: How can I Help?

2021-06-25 Thread Zowalla, Richard
Hi Luis, welcome! The basic process is: 1.) Create fork of https://github.com/apache/tomee on GitHub 2.) Check the examples: https://github.com/apache/tomee/tree/master/examples for untranslated ones (you can also look at translated ones to get an idea). 3.) Check

Re: How can I Help?

2021-06-24 Thread Luis Ventocilla
Hi Cesar. I would like to start - Improving the current TomEE website, we have an ongoing example translation from English to Spanish and Portuguese along with some infrastructure-related updates Start small. What Should I have to start the task? I have to give some access some repository?

Re: How can I help?

2020-12-08 Thread David Blevins
Hola, Jorge! We have a great variety of things that the project needs: - help organizing the documentation - examples translated to Spanish - new examples for various MicroProfile and Jakarta EE apis - help passing the Jakarta EE 8 and 9 TCKs - help helping people who ask how they can help

Re: How can I help?

2020-11-25 Thread Cesar Hernandez
Hi Jorge, Welcome! The following is a crosspost of the latest activity: We have prepared some materials to help people like you who are new to TomEE at the following link: http://tomee.apache.org/community/contributing/contribution-tips.html There are a couple of items for you to choose from:

Re: How can I help

2020-09-15 Thread José Fernando Málaga Cardoza
Hi guys, unfortunately work got in the way and I had been quite busy recently so had not been able to work here, however I should have more time and would like to contribute again. However when I try and compile the maven project it gives me the errors that can be seen on the attached txt file.

Re: How can I help

2020-08-14 Thread Cesar Hernandez
My opinion would be to do it using only javax namespace. As far as I understand, current website will automatically auto-generate the Jakarta version of the example. El vie., 14 ago. 2020 a las 12:59, José Fernando Málaga Cardoza (< malag...@tcd.ie>) escribió: > Hi guys, > > I think trying to

Re: How can I help

2020-08-14 Thread José Fernando Málaga Cardoza
Hi guys, I think trying to contribute to examples would be a great place for me to start as I always have that feeling that I could make better examples than most guides whenever I look at some examples from any documentation. Guess it is time to try and prove that I can. I saw this:

Re: How can I help

2020-08-11 Thread Cesar Hernandez
Hi José, Welcome! The following is a crosspost of latest activity: We have prepared some materials to help people like you who are new to TomEE at the following link: http://tomee.apache.org/community/contributing/contribution-tips.html There are a couple of items for you to choose from: -

Re: How can I help?

2020-07-25 Thread Chaitanya Chunduri
Hi César, Thank you very much for the reply. - Jakarta EE 9 compliance: Immediate: help kicking the tires on the prototype 'jakarta' TomEE server; i.e. writing apps that use jakarta.ws.rs.Post, jakarta.persistence.Entity, etc and report issues. This is sounds interesting for me, I would like

Re: How can I help?

2020-07-24 Thread Cesar Hernandez
Hi Chaitanya Welcome, the following is a crosspost of latest activity: We have prepared some materials to help people like you who are new to TomEE at the following link: http://tomee.apache.org/community/contributing/contribution-tips.html There are a couple of items for you to choose from: -

Re: Possible help in Jakarta EE 8 TCK (Re: How can I help ?)

2020-06-15 Thread David Blevins
> On Jun 15, 2020, at 5:06 PM, Thiago Henrique Hupner wrote: > > Are we focusing on the full profile or the web profile for now? First web profile as that will allow us to get on this page: - https://jakarta.ee/compatibility/ After that we can dig into some Full Profile sections and see if

Re: Possible help in Jakarta EE 8 TCK (Re: How can I help ?)

2020-06-15 Thread Thiago Henrique Hupner
Are we focusing on the full profile or the web profile for now? Em seg., 15 de jun. de 2020 às 21:00, David Blevins escreveu: > > On Jun 15, 2020, at 4:34 PM, Helber Belmiro > wrote: > > > > Hi David. > > > > Sounds nice to me. > > But I’ll have to start with baby steps and certainly will need

Re: Possible help in Jakarta EE 8 TCK (Re: How can I help ?)

2020-06-15 Thread David Blevins
> On Jun 15, 2020, at 4:34 PM, Helber Belmiro wrote: > > Hi David. > > Sounds nice to me. > But I’ll have to start with baby steps and certainly will need help. I never > actually ran any TCK. It’s the first time I’m trying. > As you said in another email the documentation might be outdated,

Re: Possible help in Jakarta EE 8 TCK (Re: How can I help ?)

2020-06-15 Thread Helber Belmiro
Hi David. Sounds nice to me. But I’ll have to start with baby steps and certainly will need help. I never actually ran any TCK. It’s the first time I’m trying. As you said in another email the documentation might be outdated, so I guess it is a good place to start. - Helber Belmiro > On 15

Re: How can I help ?

2020-06-15 Thread Cesar Hernandez
Hi Evaldo, Welcome to the community, so great to hear from you. We have prepared some materials to help people like you who are new to TomEE at the following link: http://tomee.apache.org/community/contributing/contribution-tips.html There are a couple of items for you to choose from: -

Possible help in Jakarta EE 8 TCK (Re: How can I help ?)

2020-06-15 Thread David Blevins
> On Jun 14, 2020, at 5:20 AM, Evaldo Junior wrote: > > I am Developer, i have used different applications servers, among them the > Apache Tomcat, during many years. > I have interested in contribute to JAX-RS module to TomEE. > I want to contribute to TomEE project, i hope to start with simple

Re: How can I help?

2020-06-15 Thread David Blevins
Hi Nagasitaram, Looks like Thiago grabbed that issue over the weekend. Are you still looking to help? We've got a few different initiatives going on. Maybe you have some preference in where we can steer you: - Jakarta EE 8 compliance: Immediate: some help getting people to know how to run

Re: How can I help?

2020-06-07 Thread David Blevins
Hi Nagasitaram! It's very great to from you and it's truly awesome when a user of TomEE decides to contribute. Big applause to you and OpenText! First of all, do not get intimidated by your first ticket. If it ends up being too hard or just not fun, let's find something else for you. There

Re: How can I help?

2020-05-29 Thread Daniel Dias Dos Santos
Hi Daniel Augusto, Welcome to the community! We have prepared some materials to help people like you who are new to TomEE at the following link: http://tomee.apache.org/community/contributing/contribution-tips.html Documentation translation is a great opportunity for new contributions. Check

Re: How can I help?

2020-05-20 Thread Cesar Hernandez
Hi Leandro, Welcome to the mailing list and TomEE community. Daniel already provided a list of option for you to choose from. I would like to also share the Javax->Jakarta rename activity, this is the related thread:

Re: How can I help?

2020-05-20 Thread Daniel Dias Dos Santos
your welcome : ) -- *Daniel Dias dos Santos* Java Developer SouJava & JCP Member GitHub: https://github.com/Daniel-Dos Linkedin: www.linkedin.com/in/danieldiasjava Twitter: http://twitter.com/danieldiasjava Em qua., 20 de mai. de 2020 às 15:25, Leandro Marques de Jesus escreveu: > Thank you

Re: How can I help?

2020-05-20 Thread Leandro Marques de Jesus
Thank you Daniel. I'll take a look on all of them (links). Leandro Marques Fone: 11 96757-3897 Em terça-feira, 19 de maio de 2020 16:49:20 BRT, Daniel Dias Dos Santos escreveu: Hi  Leandro  , Welcome to the community! We have prepared some materials to help people like you who are

Re: How can I help?

2020-05-19 Thread Daniel Dias Dos Santos
Hi Leandro , Welcome to the community! We have prepared some materials to help people like you who are new to TomEE at the following link: http://tomee.apache.org/community/contributing/contribution-tips.html Documentation translation is a great opportunity for new contributions. Check for

Re: How can I help?

2020-03-31 Thread Thiago Henrique Hupner
Hello! I tried both approaches (from Jonathan and Daniel), but I'm still having a hard time to figure it out to get it to work. According to my search, it's because the surefire plugin isn't including the JAXB API in its classpath, thus the Exception (java.lang.NoClassDefFoundError:

Re: How can I help?

2020-03-30 Thread Jonathan Gallimore
> I don't know where to add the JAXB dependencies to get it in the runtime, > any help would be appreciated. Take a look at the pom here - https://github.com/apache/tomee/tree/master/boms/jaxb-runtime - that might help. > I've tested the TomEE with Java 14 and it worked well. > But I know that I

Re: How can I help?

2020-03-30 Thread Daniel Dias Dos Santos
hello thiago, I believe it is here : https://github.com/apache/tomee/blob/master/pom.xml -- *Daniel Dias dos Santos* Java Developer SouJava & JCP Member GitHub: https://github.com/Daniel-Dos Linkedin: www.linkedin.com/in/danieldiasjava Twitter: http://twitter.com/danieldiasjava Em seg., 30 de

Re: How can I help?

2020-03-30 Thread Thiago Henrique Hupner
Hello! I've tested the TomEE with Java 14 and it worked well. But I know that I haven't tested enough and I probably would be more confident about the status if I could run the tests that exist in the build of TomEE. I have started building with Java 14 and I'd like to point things that

Re: How can I help?

2020-03-30 Thread Daniel Dias Dos Santos
Hello Thiago, Welcome : ) -- *Daniel Dias dos Santos* Java Developer SouJava & JCP Member GitHub: https://github.com/Daniel-Dos Linkedin: www.linkedin.com/in/danieldiasjava Twitter: http://twitter.com/danieldiasjava Em sex., 27 de mar. de 2020 às 13:49, Jonathan Gallimore <

Re: How can I help?

2020-03-27 Thread Jonathan Gallimore
I filed this ticket this morning: https://issues.apache.org/jira/browse/TOMEE-2792 You can reproduce this by extracting a vanilla TomEE 8.0.1, and deleting tomee.xml from the conf/ folder. What you'll see is that TomEE starts looking for conf/openejb.xml and creates it from a default if it isn't

Re: How can I help?

2020-03-27 Thread Jonathan Gallimore
Hi Thiago! Welcome, and thanks for introducing yourself. Work on Java 14 support would be fantastic. Some initial steps I'd suggest are: * Try running a current build on Java 14, and report issues you run into here. * TomEE and a number of is components (OpenJPA, OpenWebBeans) use xbean-asm,

Re: How can I help?

2020-03-27 Thread Mihai A.
Hi Jonathan, Thank you. No, I don't have anything specific in mind. I'm happy to look at a few JIRA tickets. Best regards, Mihai On Fri, 27 Mar 2020 at 18:11, Jonathan Gallimore < jonathan.gallim...@gmail.com> wrote: > Hi Mihai > > Thanks for introducing yourself, and welcome! Is there

Re: How can I help?

2020-03-27 Thread Jonathan Gallimore
Hi Mihai Thanks for introducing yourself, and welcome! Is there anything you specifically wanted to work on in TomEE? If not, I'm happy to suggest a couple of JIRAs to take a look at. Cheers Jon On Fri, Mar 27, 2020 at 2:25 PM Mihai A. wrote: > Hi everyone! > > I am interested in

Re: How can I help?

2020-03-04 Thread Vahram Papazyan
Hi all, I have some questions regarding my work on translation. In the article "Installing TomEE" there is information about different distributions -The instructions on this page work with the webprofile distribution but apply to all TomEE distributions (webprofile, *jaxrs or plus*). What

Re: How can I help?

2020-01-28 Thread Guillermo García
Hi Cesar. On Tue, Jan 28, 2020, 10:30 PM Cesar Hernandez wrote: > Hola Guillermo, > > Welcome to the community and thank you for your interest in fixing the > issue you found. > Can you please share your JIRA username so I can assign a contributor role > and that will allow you to create and

Re: How can I help?

2020-01-28 Thread Cesar Hernandez
Hola Guillermo, Welcome to the community and thank you for your interest in fixing the issue you found. Can you please share your JIRA username so I can assign a contributor role and that will allow you to create and move forward the Jira ticket. El mar., 28 ene. 2020 a las 18:38, Guillermo

Re: How can I help?

2020-01-28 Thread Vahram Papazyan
Thank you Cesar !! Vahram On Wed, Jan 29, 2020 at 3:36 AM Fabio Braga wrote: > Eu gostaria de ajudar também. > > Em ter, 28 de jan de 2020 15:27, Vahram Papazyan < > vahram.develo...@gmail.com> > escreveu: > > > Okay, Can you open a ticket for Russian translations(similar to > Portuguese > >

Re: How can I help?

2020-01-28 Thread Fabio Braga
Eu gostaria de ajudar também. Em ter, 28 de jan de 2020 15:27, Vahram Papazyan escreveu: > Okay, Can you open a ticket for Russian translations(similar to Portuguese > and Spanish versions)? so that I can create sub-tickets and save my > translations there. > > > Vahram > > On Tue, Jan 21, 2020

Re: How can I help?

2020-01-28 Thread Cesar Hernandez
Hi, Vahram Thanks much for the Russian translation initiative :)! I created https://issues.apache.org/jira/browse/TOMEE-2766 as you requested. You are also now a contributor at Jira so feel free to create new subtasks under TOMEE-2766. Looking forward to seeing the first Russian translation!

Re: How can I help?

2020-01-28 Thread Vahram Papazyan
Okay, Can you open a ticket for Russian translations(similar to Portuguese and Spanish versions)? so that I can create sub-tickets and save my translations there. Vahram On Tue, Jan 21, 2020 at 9:44 PM Richard Monson-Haefel < monsonhae...@gmail.com> wrote: > Hi Vahram, > > I think that is a

Re: How can I help?

2020-01-21 Thread Richard Monson-Haefel
Hi Vahram, I think that is a great idea! Have at it - unless someone else objects. Richard On Sat, Jan 18, 2020 at 3:14 AM Vahram Papazyan wrote: > Hi, I'm thinking of starting translations form chapters "Installation", > "IDE". What do you think about it? > > > Vahram > > On Fri, Jan 10,

Re: How can I help?

2020-01-18 Thread Vahram Papazyan
Hi, I'm thinking of starting translations form chapters "Installation", "IDE". What do you think about it? Vahram On Fri, Jan 10, 2020 at 8:01 PM Vahram Papazyan wrote: > Thank You All !!! > > On Fri, Jan 10, 2020 at 6:26 PM Marco Ferreira < > marcoantoniobferre...@gmail.com> wrote: > >>

Re: How can I help?

2020-01-15 Thread Nishant Raut
Hi Richard, It's a good idea to add hindi support but i feel most of the Indian tech community members knows english. Nishant On Wed, Jan 15, 2020, 10:44 PM Richard Monson-Haefel wrote: > Hi Nishant, > > I know there are hundreds of dialects in India, but do you think creating > Hindi

Re: How can I help?

2020-01-15 Thread Richard Monson-Haefel
Hi Nishant, I know there are hundreds of dialects in India, but do you think creating Hindi transitions would be better. Using Google translate is cool, but if we can broaden our community with Hindi that would be even better. Richard On Wed, Jan 15, 2020 at 9:55 AM Nishant Raut wrote: >

Re: How can I help?

2020-01-15 Thread Nishant Raut
Hello Richard, Its hindi. Thanks and Regards, Nishant On Wed, Jan 15, 2020, 8:17 PM Richard Monson-Haefel wrote: > Nishant, > > What is your native language or second language that you know other than > English? > > Richard > > On Wed, Jan 15, 2020 at 8:14 AM Nishant Raut > wrote: > > >

Re: How can I help?

2020-01-15 Thread Richard Monson-Haefel
Nishant, What is your native language or second language that you know other than English? Richard On Wed, Jan 15, 2020 at 8:14 AM Nishant Raut wrote: > Hello Daniel and Everyone, > > I have taken help of google translation to convert into Portuguese. :) > > On Wed, Jan 15, 2020, 5:03 PM

Re: How can I help?

2020-01-15 Thread Nishant Raut
Hello Daniel and Everyone, I have taken help of google translation to convert into Portuguese. :) On Wed, Jan 15, 2020, 5:03 PM Daniel Dias Dos Santos < daniel.dias.analist...@gmail.com> wrote: > Hello Nishant, > > You need to know Spanish or Portuguese to translate the documentation. > > you

Re: How can I help?

2020-01-15 Thread Daniel Dias Dos Santos
Hello Nishant, You need to know Spanish or Portuguese to translate the documentation. you can use your own language : ) Em qua., 15 de jan. de 2020 às 06:05, Nishant Raut escreveu: > Hello Everyone, > > I have raised PR for Portuguese translation for example/javamail, please > review and

Re: How can I help?

2020-01-15 Thread Nishant Raut
Hello Everyone, I have raised PR for Portuguese translation for example/javamail, please review and merge. Look forward to contribute more. Thanks and Regards, Nishant On Wed, Jan 15, 2020, 10:56 AM Nishant Raut wrote: > Hi Cesar, > > As i don't know Spanish or Portuguese i need to use some

Re: How can I help?

2020-01-14 Thread Nishant Raut
Hi Cesar, As i don't know Spanish or Portuguese i need to use some translation software, is there any such tool used in past by community members for translation PR. Thanks and Regards, Nishant On Wed, Jan 15, 2020, 2:28 AM Cesar Hernandez wrote: > Hi, Nishant, > Replying inline: > > >>For

Re: How can I help?

2020-01-14 Thread Cesar Hernandez
Hi, Nishant, Replying inline: >>For each package under tomee/examples there is README.adoc we need to translate into README_es.adoc or README_pt.adoc The short answer is yes. Keep in mind that currently the community has been translated from English into Spanish and Portuguese, any other language

Re: How can I help?

2020-01-14 Thread Richard Monson-Haefel
Welcome! On Sat, Jan 11, 2020 at 8:35 AM Nishant Raut wrote: > Hi Team, > > Myself is Nishant Raut, i am from Mumbai, India. I am leader/Organizer of > Mumbai Java User Group @mumjug I love working on java. I can contribute on > weekends. To start with can i get some small java coding

Re: How can I help?

2020-01-14 Thread Nishant Raut
Hello Daniel, For each package under tomee/examples there is README.adoc we need to translate into README_es.adoc or README_pt.adoc. What is the best way to do this. Is there automated way. Also how many packages one can target. Thanks and Regards, Nishant On Tue, Jan 14, 2020, 10:08 PM Daniel

Re: How can I help?

2020-01-14 Thread Daniel Dias Dos Santos
Hello Nishat , I not understand right your question , but we have an other project that make this generate of adoc to html : https://github.com/apache/tomee-site-generator -- *Daniel Dias dos Santos* Java Developer SouJava & JCP Member GitHub: https://github.com/Daniel-Dos Linkedin:

Re: How can I help?

2020-01-14 Thread Nishant Raut
Hi Daniel and Everyone, Is there way to convert these adoc files or we need to manually do it. What approach have taken earlier during such translations. Any inputs will be greatly appreciated. Thanks and Regards, Nishant On Mon, Jan 13, 2020, 11:58 PM Daniel Dias Dos Santos <

Re: How can I help?

2020-01-13 Thread Daniel Dias Dos Santos
Great Nishant : ) -- *Daniel Dias dos Santos* Java Developer SouJava & JCP Member GitHub: https://github.com/Daniel-Dos Linkedin: www.linkedin.com/in/danieldiasjava Twitter: http://twitter.com/danieldiasjava Em seg., 13 de jan. de 2020 às 15:12, Nishant Raut escreveu: > Thanks Marco! > > On

Re: How can I help?

2020-01-13 Thread Nishant Raut
Thanks Marco! On Mon, Jan 13, 2020, 10:06 PM Marco Ferreira < marcoantoniobferre...@gmail.com> wrote: > Welcome Nishant !!! > > On Mon, 13 Jan 2020 at 12:14, Cesar Hernandez > wrote: > > > Hi Nishant, > > Welcome to the community. Daniel did a nice introduction about potential > > topics for

Re: How can I help?

2020-01-13 Thread Nishant Raut
Thanks Cesar! On Mon, Jan 13, 2020, 8:44 PM Cesar Hernandez wrote: > Hi Nishant, > Welcome to the community. Daniel did a nice introduction about potential > topics for contributions. > Feel free to reach out to this mailing list with any questions! > > El dom., 12 ene. 2020 a las 17:03, Daniel

Re: How can I help?

2020-01-13 Thread Nishant Raut
Thanks Daniel for warm welcome. I will go through links and ask questions if any. Thanks and Regards, Nishant On Mon, Jan 13, 2020, 4:33 AM Daniel Dias Dos Santos < daniel.dias.analist...@gmail.com> wrote: > Hi Nishant, > > Welcome to Team Tomee : ) > > We have prepared some materials to help

Re: How can I help?

2020-01-13 Thread Marco Ferreira
Welcome Nishant !!! On Mon, 13 Jan 2020 at 12:14, Cesar Hernandez wrote: > Hi Nishant, > Welcome to the community. Daniel did a nice introduction about potential > topics for contributions. > Feel free to reach out to this mailing list with any questions! > > El dom., 12 ene. 2020 a las 17:03,

Re: How can I help?

2020-01-13 Thread Cesar Hernandez
Hi Nishant, Welcome to the community. Daniel did a nice introduction about potential topics for contributions. Feel free to reach out to this mailing list with any questions! El dom., 12 ene. 2020 a las 17:03, Daniel Dias Dos Santos (< daniel.dias.analist...@gmail.com>) escribió: > Hi Nishant, >

Re: How can I help?

2020-01-12 Thread Daniel Dias Dos Santos
Hi Nishant, Welcome to Team Tomee : ) We have prepared some materials to help people like you who are new to TomEE at the following link: http://tomee.apache.org/community/contributing/contribution-tips.html Documentation translation is a great opportunity for new contributions. Check for

  1   2   3   4   >