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

How Can I Help with the Apache Microprofile implementation

2022-05-10 Thread Memo Díaz Solis
Hi All, I've been reading the mailing list and noticed that it was decided to use smallRye in some cases. I would like to help with the Apache implementation and as far as I understand, those are outdated.

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 <

How Can I Help ?

2022-05-05 Thread AD
Hello I am new to this group and would like to offer help in any way I can. Please let me know Thank you -AD

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.

How can I help?

2022-04-23 Thread Zoltán Tichov
Hi! I live in Hungary. I am working at an IT company as a software developer, I develop java webapps with jsf (PrimeFaces) and microservice like apps without any container technology and Oracle database. We want to switch to jakarta ee 9 at the company, but unfortunately we ran into problems

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

How can I help?

2021-12-30 Thread Felipe
Hi, My name is Felipe, and currently I'm living in Berlin. I will start by saying that I really don't have experience in the Open Source community, I've tried before but maybe I got more than I could handle by the time, so now I want to start from scratch and help out where I can. I'm a Java

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

How can I help?

2021-12-23 Thread Josue TY
Hello, I'm Lincoln. I would love to be part of the Apache Tomee community. I'm from Perú. I'm 20 years old. Currently I have basic knowledge in certain languages and frameworks - Java - C# - Spring - ASP .NET - Angular Lincoln Martínez Estudiante en Diseño y Desarrollo de Software P:

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

How can I help?

2021-09-04 Thread Distributed Systems Guy - Bala G
Hi Team I am Bala. I am interested in engineering distributed systems. At present working with Walmart. I am hands on in some of the distributed systems products and helped people in learning it as well. I am a hands-on engineer willing to contribute. I live in Bangalore, India. LinkedId:

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?

How can I Help?

2021-06-24 Thread Luis Ventocilla

Re: Leonardo Alonso - How can I help?

2021-04-23 Thread David Blevins
> On Apr 23, 2021, at 5:15 PM, Leonardo Alonso > wrote: > > Hi David, thanks for the feedback! > > Both options, both the automation with Jenkins and the creation of > non-docker images interest me a lot. Sounds good. If both sound good then the one I'd recommend starting with first is

Re: Leonardo Alonso - How can I help?

2021-04-23 Thread Leonardo Alonso
Hi David, thanks for the feedback! Both options, both the automation with Jenkins and the creation of non-docker images interest me a lot. I will set up a development environment to carry out the tests, and having something concrete I send to Github Em sex., 23 de abr. de 2021 às 19:57, David

Re: Leonardo Alonso - How can I help?

2021-04-23 Thread David Blevins
You're quite the impressive guy, Leonardo! I was a pretty aggressive 15 year-old as well, so I really respect your drive. First, let me applaud your bash/linux focus. I was fortunate enough to work with two guys early in my career who would routinely use bash/linux to generate and modify

Leonardo Alonso - How can I help?

2021-04-20 Thread Leonardo Alonso
Hello guys, my name is Leonardo Alonso and I'm Brazilian! I am 15 years old, I study programming and operating systems for about 3 years. I am currently in my first professional experience, in a local company, in the Cloud Computing / Middleware team I would like to know how I can contribute to

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:

How can I help?

2020-11-25 Thread Jorge Luis Morales Reyes
-- *Jorge Luis Morales Reyes* -- Claro: 8925-8285 -- Mov: 8552-3626

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.

How can I help?

2020-09-03 Thread Juan Moreno
Hi guys! I'm new here, this is my first time writing in a mailing list like this. My name is Juan Moreno, I'm from Venezuela but I live in Uruguay from almost 6 years now. I'd really like to collaborate with you guys. I'm open to help in documentation, testing, or code. Please let me know how

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: -

How can I help

2020-08-11 Thread José Fernando Málaga Cardoza
Hi guys, I have been using TomEE mainly as a way to learn and to practice working with JavaEE. Recently I downloaded the 9.0.0 version and had some issues getting an old project to work on it. After lots of work and reading the comment in the downloads section I saw my issue and that is what made

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: -

How can I help?

2020-07-24 Thread Chaitanya Chunduri
Hi Team, My name is Chaitanya, I’m a full stack developer. I work from Hyderabad, India, but because of current pandemic situation I’m working from my home village Karamchedu, which is small village inside Andhra Pradesh, India. I would like to contribute to J2EE and TomEE projects. My skill

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
p with Helber to lead the > charge on some Jakarta EE 8 TCK work? One it's up and running you could > focus on the JAX-RS section of the TCK. > >> > >> Our overall status in this regard is this has seen little to no > attention since August, yet we have people showing up

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

2020-06-15 Thread David Blevins
g to help. >> >> What we need is a couple people to dig into this area and put their minds to >> learning how to do it themselves, then to helping others do it too; >> responding to "how can I help" emails with "work with us on the tck, here's >&

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

2020-06-15 Thread Helber Belmiro
ering to help. > > What we need is a couple people to dig into this area and put their minds to > learning how to do it themselves, then to helping others do it too; > responding to "how can I help" emails with "work with us on the tck, here's > how." > >

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
hen to helping others do it too; responding to "how can I help" emails with "work with us on the tck, here's how." It's a no-fail task as easily there've been over 50 people offer to help that we've not been able to get successfully enabled to help, so honestly and t

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

Obs - How can I help ?

2020-06-15 Thread Evaldo Junior
I am a member, of the brazilian jug SouJava. Regards, Evaldo Junior Em dom., 14 de jun. de 2020 às 09:20, Evaldo Junior < evaldoapjun...@gmail.com> escreveu: > > I am Developer, i have used different applications servers, among them the > Apache Tomcat, during many years. > I have

How can I help ?

2020-06-14 Thread Evaldo Junior
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 things. I can start to contribute in documentation of the

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

How can I help?

2020-06-06 Thread Nagasitaram Thigulla
Hello, I am Nagasitaram, currently working as a Software Developer at Opentext on Appworks Platform. Appworks uses TomEE Plus as the Server. As working on this tool for a long time I got interested in its underlying technology. I am good at Java and Groovy, and unit testing with JUnit and

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

How can I help?

2020-05-29 Thread Daniel Augusto de Alcantara Neto
Hi everyone, i see post of Daniel Dias in Linkedin ( https://www.linkedin.com/posts/danieldiasjava_quer-contribuir-para-um-projeto-open-source-activity-6668243949917892608-B25B) about how contribute to project and i am here :). Thank you Daniel. Let's go. -- Forwarded message

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

How can I help?

2020-05-19 Thread Leandro Marques de Jesus
Hello, My name is Leandro, from São Paulo - Brazil. For 10 years I have been working in financial industry as Java developer/engineer. O don't have any Java certificate yeat, but I will soon. I have been studyng hard to next four month getting trhee Java certificates. Have participated of all

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

How can I help?

2020-03-27 Thread Thiago Henrique Hupner
Hello! I'm Thiago and I'd like to contribute with TomEE. I'm from Brazil and I'd like to help with the Java 14 support. Yours sincerely, Thiago

How can I help?

2020-03-27 Thread Mihai A.
Hi everyone! I am interested in contributing to TomEE. I am an experienced Java Developer with years of experience in working remotely on Github. I have a lot of projects of my own (Java 8 mostly) and I also try to contribute to other projects. The best thing I can do is integration work,

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

How can I help?

2020-01-28 Thread Guillermo García
Hi Dev Team, [Just following up the formality described in https://tomee.apache.org/community/contributing/contribution-tips.html] I am an independent developer, I am working remotely from Medellín. I am interested in correcting one issue found in the documentation with ASCIIDoc. I think the

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!

  1   2   3   4   5   >