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 if you find a task you
would like to work on, just sent an email with "TOMEE-" and someone
will assign it to you. The workflow is documented here: [2].

Gruß
Richard

[1] https://issues.apache.org/
[2] https://tomee.apache.org/community/contributing/workflow.html

Am Montag, dem 09.05.2022 um 20:15 -0600 schrieb 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 / understand so users do not have to think
> about: "Which version of XY do I need to include to make it work?!".
> Some of them are using very old libraries (9+ years old)  and would
> benefit from an upgrade to newer dependencies / versions or use
> deprecated jks keystore formats, which need conversion to drop
> warnings. Such activies are rather "easy" and can help to get a
> feeling
> for TomEE and OSS contributions in general.
> 
> 2. Of course our current website and the dev/admin/migration
> documentation
> would also benefit from a careful review and a subsequent review and
> revise.
> 
> Thank you
> -AD
> 
> On Mon, May 9, 2022 at 12:07 AM Zowalla, Richard <
> richard.zowa...@hs-heilbronn.de> wrote:
> 
> > 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 (so we do
> > not
> > need to use SmallRye implementation like all the other app
> > servers).
> > There was some discussion in [2] about this topic.
> > 
> > Another examples are the dependencies currently shaded to bring
> > javax
> > -> jakarta namespace listed in [3]. Some efforts on other projects
> > (like the apache commons project) are needed in order to drop our
> > fork/shade and handle the namespace change in the related project.
> > Such
> > activities are also of great value to the TomEE community.
> > 
> > While working on the namespace change for ActiveMQ, the people over
> > there asked why we didn't support ActiveMQ Artemis yet [4]. We do
> > not
> > have integration code for Artemis, so this would also be a possible
> > area of contribution if you have the skills / experience in this
> > field.
> > 
> > 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 / understand so users do not have to think
> > about: "Which version of XY do I need to include to make it
> > work?!".
> > Some of them are using very old libraries (9+ years old)  and would
> > benefit from an upgrade to newer dependencies / versions or use
> > deprecated jks keystore formats, which need conversion to drop
> > warnings. Such activies are rather "easy" and can help to get a
> > feeling
> > for TomEE and OSS contributions in general.
> > 
> > Of course our current website and the dev/admin/migration
> > documentation
> > would also benefit from a careful review and a subsequent review
> > and
> > revise.
> > 
> > Some harder tasks involve running the TCK [5] and working on
> > plattform
> > compliance for EE9.1, i.e. fixing and working on the tests. Same is
> > true for working on the Smallrye miroprofile integration and fixing
> > tests / things. TCK tasks require some organisation / discussion
> > via
> > the list to avoid that work is conducted multiple times.
> > 
> > Perhaps, you suffer from a TomEE bug yourself and nobody did find
> > time
> > to work on it yet. That would also be a starting point to jump in.
> > 
> > As you probably see, there is always a lof of work to do. It fully
> > depends on your available time / resources. My list isn't nearly
> > complete but that is what I have directly in my mind.
> > 
> > Gruß
> > Richard
> > 
> > [1] https://geronimo.apache.org/
> > [2] 
> > https://lists.apache.org/thread/gf1spvmw9lcvyry14l8qc10jxr8ot5hm
> > [3] https://github.com/apache/tomee/tree/master/deps
> > [4] 
> > https://lists.apache.org/thread/jokl6z7f798083vzjwc1brhpppyo33fc
> > [5] https://github.com/apache/tomee-tck
> > 
> > 
> > Am Freitag, dem 06.05.2022 um 20:21 -0600 schrieb 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 ,
> > > 

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 might have
filters in place and do not see it.

I left some comments. From a quick look at the codebase, I think, that
we need to add the web fragment to the "openejb-jee-accessors" module
as well (but I might be wrong ;) - at least this is done for all other
descriptor types.

A good place for a unit test would probably "openejb-core". Maybe
something like org.apache.openejb.jee.servlet31.DontFailOnUnusedTagTest

Gruß
Richard


[1] https://github.com/apache/tomee/pull/883


Am Donnerstag, dem 12.05.2022 um 18:10 +0200 schrieb 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 <
> david.blev...@gmail.com>
> 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 please review?"
> > 
> >  -
> > https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/creating-a-pull-request
> > 
> > Any JDK 11 is fine since TomEE doesn't require a specific Java
> > vendor --
> > any Java 11 version is good.
> > 
> > Once you have that PR ready, feel free to update this thread with
> > the
> > link.  Discussion can happen in the PR as well, but definitely more
> > people
> > see it here.
> > 
> > 
> > -David
> > 
> > 
> > > On May 10, 2022, at 11:06 AM, Zoltán Tichov <
> > > zoltan.tic...@gmail.com>
> > wrote:
> > > 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 <
> > > david.blev...@gmail.com>
> > > 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 quickest way to send it.
> > > > 
> > > > We intentionally have it setup so new people can't assign
> > > > issues to
> > > > themselves so that they're forced to come to the list where we
> > > > can get
> > them
> > > > off to the right start.
> > > > 
> > > > On the issue you want to fix, most the code that would be
> > > > involved in
> > the
> > > > fix is here:
> > > > 
> > > > -
> > > > 
> > https://github.com/apache/tomee/blob/master/container/openejb-jee/src/main/java/org/apache/openejb/jee/JaxbJavaee.java
> > > > Some important history to help you.  When J2EE got renamed to
> > > > Java EE,
> > the
> > > > namespaces changed.  The TCK for full Java EE server tests that
> > > > all
> > > > historic namespaces can be supported.  Our solution was to
> > > > create an
> > > > org.xml.sax.XMLFilter and dynamically rewrite the namespace on
> > > > any
> > document
> > > > we were given to the then latest namespace
> > > > http://java.sun.com/xml/ns/javaee
> > > > 
> > > > -
> > > > 
> > https://github.com/apache/tomee/blob/master/container/openejb-jee/src/main/java/org/apache/openejb/jee/JaxbJavaee.java#L291
> > > > The way JAXB works is all the namespaces are hardcoded and
> > > > without a
> > > > filter like the one we made, there'd be no way to support
> > > > multiple
> > > > namespaces.  Those namespaces are all here:
> > > > 
> > > > -
> > > > 
> > https://github.com/apache/tomee/blob/master/container/openejb-jee/src/main/java/org/apache/openejb/jee/ObjectFactory.java
> > > > I did most that work, but it was 15 years ago and I don't
> > > > recall all the
> > > > details.  Jean-Louis did the work for the Jakarta namespace.  I
> > > > know
> > we're
> > > > testing at least some those old namespaces and the new
> > > > namespace.  We
> > have
> > > > some test descriptors here:
> > > > 
> > > > -
> > > > 
> > https://github.com/apache/tomee/tree/master/container/openejb-jee/src/test/resources
> > > > I don't recall the name of those tests offhand, but if you
> > > > search for
> > the
> > > > names of some of those files that should get you close.
> > > > 
> > > > 
> > > > Now a couple thoughts as I see potential for some short-term
> > > > work and
> > some
> > > > longer-term work.
> > > > 
> > > > - Long-term: We're clearly still referring to "
> > > > http://java.sun.com/xml/ns/javaee; as the primary
> > > > namespace.  That's
> > not
> > > > going to age well.  If someone has to write an email like this
> > > > in 15
> > years,
> > > > they'll likely have to explain what "javaee" is like I had to
> > > > harken
> > back
> > > > to "J2EE".  We should 

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 please review?"
>
>  -
> https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/creating-a-pull-request
>
> Any JDK 11 is fine since TomEE doesn't require a specific Java vendor --
> any Java 11 version is good.
>
> Once you have that PR ready, feel free to update this thread with the
> link.  Discussion can happen in the PR as well, but definitely more people
> see it here.
>
>
> -David
>
>
> > On May 10, 2022, at 11:06 AM, Zoltán Tichov 
> wrote:
> >
> > 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 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 they're forced to come to the list where we can get
> them
> >> off to the right start.
> >>
> >> On the issue you want to fix, most the code that would be involved in
> the
> >> fix is here:
> >>
> >> -
> >>
> https://github.com/apache/tomee/blob/master/container/openejb-jee/src/main/java/org/apache/openejb/jee/JaxbJavaee.java
> >>
> >> Some important history to help you.  When J2EE got renamed to Java EE,
> the
> >> namespaces changed.  The TCK for full Java EE server tests that all
> >> historic namespaces can be supported.  Our solution was to create an
> >> org.xml.sax.XMLFilter and dynamically rewrite the namespace on any
> document
> >> we were given to the then latest namespace
> >> http://java.sun.com/xml/ns/javaee
> >>
> >> -
> >>
> https://github.com/apache/tomee/blob/master/container/openejb-jee/src/main/java/org/apache/openejb/jee/JaxbJavaee.java#L291
> >>
> >> The way JAXB works is all the namespaces are hardcoded and without a
> >> filter like the one we made, there'd be no way to support multiple
> >> namespaces.  Those namespaces are all here:
> >>
> >> -
> >>
> https://github.com/apache/tomee/blob/master/container/openejb-jee/src/main/java/org/apache/openejb/jee/ObjectFactory.java
> >>
> >> I did most that work, but it was 15 years ago and I don't recall all the
> >> details.  Jean-Louis did the work for the Jakarta namespace.  I know
> we're
> >> testing at least some those old namespaces and the new namespace.  We
> have
> >> some test descriptors here:
> >>
> >> -
> >>
> https://github.com/apache/tomee/tree/master/container/openejb-jee/src/test/resources
> >>
> >> I don't recall the name of those tests offhand, but if you search for
> the
> >> names of some of those files that should get you close.
> >>
> >>
> >> Now a couple thoughts as I see potential for some short-term work and
> some
> >> longer-term work.
> >>
> >> - Long-term: We're clearly still referring to "
> >> http://java.sun.com/xml/ns/javaee; as the primary namespace.  That's
> not
> >> going to age well.  If someone has to write an email like this in 15
> years,
> >> they'll likely have to explain what "javaee" is like I had to harken
> back
> >> to "J2EE".  We should probably make the new Jakarta EE namespace be the
> >> primary namespace and rework all the JAXB code and namespace filters
> >> accordingly.
> >>
> >> - Short-term: Do not do any of that and avoid opening that can of worms
> >> at all cost.  Get the file to parse with the minimum change possible.
> Get
> >> some experience with the code and a successful contribution in the can.
> >>
> >> This is what I'd do regardless of (or because of?) years of
> experience.  I
> >> always take the quick win before attempting the big one.
> >>
> >> If you get into the code and decide the big change sounds like fun, we
> can
> >> make a ticket for it and plan it.  Probably we'd want to shore up any
> test
> >> coverage we'd be lacking and also get a full TCK run to see what those
> >> numbers look like so we can spot regressions.
> >>
> >> Hope some of this is helpful!
> >>
> >> Don't hesitate to be super noisy and ask lots and lots of questions.
> >> Silence is death. :)
> >>
> >>
> >> -David
> >>
> >>
> >>> On May 5, 2022, at 3:31 PM, Zoltán Tichov 
> >> wrote:
> >>>
> >>> 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 

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 it is only a question of resources / time and priorities. If
we want to pursue this further, we would need to have some volunteers
jumping in and do the actual work over there. There was a great
discussion regarding this topic on the list in March.

For now, the main workload seems to target 9.0.0-M8 and to get our full
build + EE TCK back to the valley of green ;) - but if we would have
some more volunteers / contributors with time / resources an update of
ASF MP impls is not that far away...

Gruß
Richard

Am Dienstag, dem 10.05.2022 um 11:39 -0600 schrieb 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.


smime.p7s
Description: S/MIME cryptographic signature


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?"

 - 
https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/creating-a-pull-request

Any JDK 11 is fine since TomEE doesn't require a specific Java vendor -- any 
Java 11 version is good.

Once you have that PR ready, feel free to update this thread with the link.  
Discussion can happen in the PR as well, but definitely more people see it here.


-David


> On May 10, 2022, at 11:06 AM, Zoltán Tichov  wrote:
> 
> 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 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 they're forced to come to the list where we can get them
>> off to the right start.
>> 
>> On the issue you want to fix, most the code that would be involved in the
>> fix is here:
>> 
>> -
>> https://github.com/apache/tomee/blob/master/container/openejb-jee/src/main/java/org/apache/openejb/jee/JaxbJavaee.java
>> 
>> Some important history to help you.  When J2EE got renamed to Java EE, the
>> namespaces changed.  The TCK for full Java EE server tests that all
>> historic namespaces can be supported.  Our solution was to create an
>> org.xml.sax.XMLFilter and dynamically rewrite the namespace on any document
>> we were given to the then latest namespace
>> http://java.sun.com/xml/ns/javaee
>> 
>> -
>> https://github.com/apache/tomee/blob/master/container/openejb-jee/src/main/java/org/apache/openejb/jee/JaxbJavaee.java#L291
>> 
>> The way JAXB works is all the namespaces are hardcoded and without a
>> filter like the one we made, there'd be no way to support multiple
>> namespaces.  Those namespaces are all here:
>> 
>> -
>> https://github.com/apache/tomee/blob/master/container/openejb-jee/src/main/java/org/apache/openejb/jee/ObjectFactory.java
>> 
>> I did most that work, but it was 15 years ago and I don't recall all the
>> details.  Jean-Louis did the work for the Jakarta namespace.  I know we're
>> testing at least some those old namespaces and the new namespace.  We have
>> some test descriptors here:
>> 
>> -
>> https://github.com/apache/tomee/tree/master/container/openejb-jee/src/test/resources
>> 
>> I don't recall the name of those tests offhand, but if you search for the
>> names of some of those files that should get you close.
>> 
>> 
>> Now a couple thoughts as I see potential for some short-term work and some
>> longer-term work.
>> 
>> - Long-term: We're clearly still referring to "
>> http://java.sun.com/xml/ns/javaee; as the primary namespace.  That's not
>> going to age well.  If someone has to write an email like this in 15 years,
>> they'll likely have to explain what "javaee" is like I had to harken back
>> to "J2EE".  We should probably make the new Jakarta EE namespace be the
>> primary namespace and rework all the JAXB code and namespace filters
>> accordingly.
>> 
>> - Short-term: Do not do any of that and avoid opening that can of worms
>> at all cost.  Get the file to parse with the minimum change possible.  Get
>> some experience with the code and a successful contribution in the can.
>> 
>> This is what I'd do regardless of (or because of?) years of experience.  I
>> always take the quick win before attempting the big one.
>> 
>> If you get into the code and decide the big change sounds like fun, we can
>> make a ticket for it and plan it.  Probably we'd want to shore up any test
>> coverage we'd be lacking and also get a full TCK run to see what those
>> numbers look like so we can spot regressions.
>> 
>> Hope some of this is helpful!
>> 
>> Don't hesitate to be super noisy and ask lots and lots of questions.
>> Silence is death. :)
>> 
>> 
>> -David
>> 
>> 
>>> On May 5, 2022, at 3:31 PM, Zoltán Tichov 
>> wrote:
>>> 
>>> 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 <
>>> richard.zowa...@hs-heilbronn.de> wrote:
>>> 
 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!
> 

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 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 they're forced to come to the list where we can get them
> off to the right start.
>
> On the issue you want to fix, most the code that would be involved in the
> fix is here:
>
>  -
> https://github.com/apache/tomee/blob/master/container/openejb-jee/src/main/java/org/apache/openejb/jee/JaxbJavaee.java
>
> Some important history to help you.  When J2EE got renamed to Java EE, the
> namespaces changed.  The TCK for full Java EE server tests that all
> historic namespaces can be supported.  Our solution was to create an
> org.xml.sax.XMLFilter and dynamically rewrite the namespace on any document
> we were given to the then latest namespace
> http://java.sun.com/xml/ns/javaee
>
>  -
> https://github.com/apache/tomee/blob/master/container/openejb-jee/src/main/java/org/apache/openejb/jee/JaxbJavaee.java#L291
>
> The way JAXB works is all the namespaces are hardcoded and without a
> filter like the one we made, there'd be no way to support multiple
> namespaces.  Those namespaces are all here:
>
>  -
> https://github.com/apache/tomee/blob/master/container/openejb-jee/src/main/java/org/apache/openejb/jee/ObjectFactory.java
>
> I did most that work, but it was 15 years ago and I don't recall all the
> details.  Jean-Louis did the work for the Jakarta namespace.  I know we're
> testing at least some those old namespaces and the new namespace.  We have
> some test descriptors here:
>
>  -
> https://github.com/apache/tomee/tree/master/container/openejb-jee/src/test/resources
>
> I don't recall the name of those tests offhand, but if you search for the
> names of some of those files that should get you close.
>
>
> Now a couple thoughts as I see potential for some short-term work and some
> longer-term work.
>
>  - Long-term: We're clearly still referring to "
> http://java.sun.com/xml/ns/javaee; as the primary namespace.  That's not
> going to age well.  If someone has to write an email like this in 15 years,
> they'll likely have to explain what "javaee" is like I had to harken back
> to "J2EE".  We should probably make the new Jakarta EE namespace be the
> primary namespace and rework all the JAXB code and namespace filters
> accordingly.
>
>  - Short-term: Do not do any of that and avoid opening that can of worms
> at all cost.  Get the file to parse with the minimum change possible.  Get
> some experience with the code and a successful contribution in the can.
>
> This is what I'd do regardless of (or because of?) years of experience.  I
> always take the quick win before attempting the big one.
>
> If you get into the code and decide the big change sounds like fun, we can
> make a ticket for it and plan it.  Probably we'd want to shore up any test
> coverage we'd be lacking and also get a full TCK run to see what those
> numbers look like so we can spot regressions.
>
> Hope some of this is helpful!
>
> Don't hesitate to be super noisy and ask lots and lots of questions.
> Silence is death. :)
>
>
> -David
>
>
> > On May 5, 2022, at 3:31 PM, Zoltán Tichov 
> wrote:
> >
> > 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 <
> > richard.zowa...@hs-heilbronn.de> wrote:
> >
> >> 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 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,
> 
>  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.
> 
>  We are currently working on TomEE 9. Therefore, we 

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 / understand so users do not have to think
about: "Which version of XY do I need to include to make it work?!".
Some of them are using very old libraries (9+ years old)  and would
benefit from an upgrade to newer dependencies / versions or use
deprecated jks keystore formats, which need conversion to drop
warnings. Such activies are rather "easy" and can help to get a feeling
for TomEE and OSS contributions in general.

2. Of course our current website and the dev/admin/migration documentation
would also benefit from a careful review and a subsequent review and
revise.

Thank you
-AD

On Mon, May 9, 2022 at 12:07 AM Zowalla, Richard <
richard.zowa...@hs-heilbronn.de> wrote:

> 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 (so we do not
> need to use SmallRye implementation like all the other app servers).
> There was some discussion in [2] about this topic.
>
> Another examples are the dependencies currently shaded to bring javax
> -> jakarta namespace listed in [3]. Some efforts on other projects
> (like the apache commons project) are needed in order to drop our
> fork/shade and handle the namespace change in the related project. Such
> activities are also of great value to the TomEE community.
>
> While working on the namespace change for ActiveMQ, the people over
> there asked why we didn't support ActiveMQ Artemis yet [4]. We do not
> have integration code for Artemis, so this would also be a possible
> area of contribution if you have the skills / experience in this field.
>
> 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 / understand so users do not have to think
> about: "Which version of XY do I need to include to make it work?!".
> Some of them are using very old libraries (9+ years old)  and would
> benefit from an upgrade to newer dependencies / versions or use
> deprecated jks keystore formats, which need conversion to drop
> warnings. Such activies are rather "easy" and can help to get a feeling
> for TomEE and OSS contributions in general.
>
> Of course our current website and the dev/admin/migration documentation
> would also benefit from a careful review and a subsequent review and
> revise.
>
> Some harder tasks involve running the TCK [5] and working on plattform
> compliance for EE9.1, i.e. fixing and working on the tests. Same is
> true for working on the Smallrye miroprofile integration and fixing
> tests / things. TCK tasks require some organisation / discussion via
> the list to avoid that work is conducted multiple times.
>
> Perhaps, you suffer from a TomEE bug yourself and nobody did find time
> to work on it yet. That would also be a starting point to jump in.
>
> As you probably see, there is always a lof of work to do. It fully
> depends on your available time / resources. My list isn't nearly
> complete but that is what I have directly in my mind.
>
> Gruß
> Richard
>
> [1] https://geronimo.apache.org/
> [2] https://lists.apache.org/thread/gf1spvmw9lcvyry14l8qc10jxr8ot5hm
> [3] https://github.com/apache/tomee/tree/master/deps
> [4] https://lists.apache.org/thread/jokl6z7f798083vzjwc1brhpppyo33fc
> [5] https://github.com/apache/tomee-tck
>
>
> Am Freitag, dem 06.05.2022 um 20:21 -0600 schrieb 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
> > contributed in
> > migration of Weblogic/Websphere applications to Tomcat/Tomee and
> > Jboss as
> > well
> >
> > So I would like to know here how and where I can contribute , is it
> > only in
> > the Tomee world ? or is there something else as well  .
> >
> > Would be great if you can brief out the areas typically where we can
> > contribute
> >
> > Thank you so much
> > -AD
> >
> >
> >
> >
> >
> >
> >
> > On Fri, May 6, 2022 at 12:00 AM Zowalla, Richard <
> > richard.zowa...@hs-heilbronn.de> wrote:
> >
> > > 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
> > 

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 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 wsdl is missing , not sure
>
> Thank you
> AD
>
> Sent from my iPhone
>
> > On May 9, 2022, at 12:39 AM, Zowalla, Richard <
> richard.zowa...@hs-heilbronn.de> wrote:
> >
> > 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 GitHub, which reproduces the issue.
> >
> > We have a lot of very experienced users on users@, so it could also be
> > possible, that there are people, who had the same issue you are
> > encounter and might have a "quick fix" in their heads.
> >
> > The dev@ list is used for technical discussion while working on
> > features / bugs / enhancements, etc :)
> >
> > From a practical point of view: I would try to get some more log /
> > trace details from TomEE to see, what goes wrong, i.e. printing the
> > wsdl link, etc.
> >
> > Gruß
> > Richard
> >
> >
> >
> >
> >> Am Montag, dem 09.05.2022 um 00:24 -0600 schrieb 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 is the deployment is so
> >> perfect ,
> >> you can't believe it , with no warning or errors . But when we try to
> >> hit
> >> the endpoint/wsdl  or an operation it shows 404 , which is so weird.
> >>
> >> I have been spending a lot of time on tomee deployment and all its
> >> samples
> >> , on tomeetribe etc etc , but still no luck at ..but gaining lot of
> >> knowledge and experience
> >>
> >> Hope I can get some ideas/inputs to solve this , so i will have
> >> certainly
> >> have time to contribute here a lot
> >>
> >> Thank you
> >> -AD
> >>
> >> On Mon, May 9, 2022 at 12:07 AM Zowalla, Richard <
> >> richard.zowa...@hs-heilbronn.de> wrote:
> >>
> >>> 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 (so we do
> >>> not
> >>> need to use SmallRye implementation like all the other app
> >>> servers).
> >>> There was some discussion in [2] about this topic.
> >>>
> >>> Another examples are the dependencies currently shaded to bring
> >>> javax
> >>> -> jakarta namespace listed in [3]. Some efforts on other projects
> >>> (like the apache commons project) are needed in order to drop our
> >>> fork/shade and handle the namespace change in the related project.
> >>> Such
> >>> activities are also of great value to the TomEE community.
> >>>
> >>> While working on the namespace change for ActiveMQ, the people over
> >>> there asked why we didn't support ActiveMQ Artemis yet [4]. We do
> >>> not
> >>> have integration code for Artemis, so this would also be a possible
> >>> area of contribution if you have the skills / experience in this
> >>> field.
> >>>
> >>> 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 / understand so users do not have to think
> >>> about: "Which version of XY do I need to include to make it
> >>> work?!".
> >>> Some of them are using very old libraries (9+ years old)  and would
> >>> benefit from an upgrade to newer dependencies / versions or use
> >>> deprecated jks keystore formats, which need conversion to drop
> >>> warnings. Such activies are rather "easy" and can help to get a
> >>> feeling
> >>> for TomEE and OSS contributions in general.
> >>>
> >>> Of course our current website and the dev/admin/migration
> >>> documentation
> >>> would also benefit from a careful review and a subsequent review
> >>> and
> >>> revise.
> >>>
> >>> Some harder tasks involve running the TCK [5] and working on
> >>> plattform
> >>> compliance for EE9.1, i.e. fixing and working on the tests. Same is
> >>> true for working on the Smallrye miroprofile integration and 

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 wsdl is missing , not sure 

Thank you
AD

Sent from my iPhone

> On May 9, 2022, at 12:39 AM, Zowalla, Richard 
>  wrote:
> 
> 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 GitHub, which reproduces the issue. 
> 
> We have a lot of very experienced users on users@, so it could also be
> possible, that there are people, who had the same issue you are
> encounter and might have a "quick fix" in their heads. 
> 
> The dev@ list is used for technical discussion while working on
> features / bugs / enhancements, etc :)
> 
> From a practical point of view: I would try to get some more log /
> trace details from TomEE to see, what goes wrong, i.e. printing the
> wsdl link, etc. 
> 
> Gruß
> Richard
> 
> 
> 
> 
>> Am Montag, dem 09.05.2022 um 00:24 -0600 schrieb 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 is the deployment is so
>> perfect ,
>> you can't believe it , with no warning or errors . But when we try to
>> hit
>> the endpoint/wsdl  or an operation it shows 404 , which is so weird.
>> 
>> I have been spending a lot of time on tomee deployment and all its
>> samples
>> , on tomeetribe etc etc , but still no luck at ..but gaining lot of
>> knowledge and experience
>> 
>> Hope I can get some ideas/inputs to solve this , so i will have
>> certainly
>> have time to contribute here a lot
>> 
>> Thank you
>> -AD
>> 
>> On Mon, May 9, 2022 at 12:07 AM Zowalla, Richard <
>> richard.zowa...@hs-heilbronn.de> wrote:
>> 
>>> 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 (so we do
>>> not
>>> need to use SmallRye implementation like all the other app
>>> servers).
>>> There was some discussion in [2] about this topic.
>>> 
>>> Another examples are the dependencies currently shaded to bring
>>> javax
>>> -> jakarta namespace listed in [3]. Some efforts on other projects
>>> (like the apache commons project) are needed in order to drop our
>>> fork/shade and handle the namespace change in the related project.
>>> Such
>>> activities are also of great value to the TomEE community.
>>> 
>>> While working on the namespace change for ActiveMQ, the people over
>>> there asked why we didn't support ActiveMQ Artemis yet [4]. We do
>>> not
>>> have integration code for Artemis, so this would also be a possible
>>> area of contribution if you have the skills / experience in this
>>> field.
>>> 
>>> 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 / understand so users do not have to think
>>> about: "Which version of XY do I need to include to make it
>>> work?!".
>>> Some of them are using very old libraries (9+ years old)  and would
>>> benefit from an upgrade to newer dependencies / versions or use
>>> deprecated jks keystore formats, which need conversion to drop
>>> warnings. Such activies are rather "easy" and can help to get a
>>> feeling
>>> for TomEE and OSS contributions in general.
>>> 
>>> Of course our current website and the dev/admin/migration
>>> documentation
>>> would also benefit from a careful review and a subsequent review
>>> and
>>> revise.
>>> 
>>> Some harder tasks involve running the TCK [5] and working on
>>> plattform
>>> compliance for EE9.1, i.e. fixing and working on the tests. Same is
>>> true for working on the Smallrye miroprofile integration and fixing
>>> tests / things. TCK tasks require some organisation / discussion
>>> via
>>> the list to avoid that work is conducted multiple times.
>>> 
>>> Perhaps, you suffer from a TomEE bug yourself and nobody did find
>>> time
>>> to work on it yet. That would also be a starting point to jump in.
>>> 
>>> As you probably see, there is always a lof of work to do. It fully
>>> depends on your available time / resources. My list isn't nearly
>>> complete but that is what I have directly in my mind.
>>> 
>>> Gruß
>>> 

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 GitHub, which reproduces the issue. 

We have a lot of very experienced users on users@, so it could also be
possible, that there are people, who had the same issue you are
encounter and might have a "quick fix" in their heads. 

The dev@ list is used for technical discussion while working on
features / bugs / enhancements, etc :)

From a practical point of view: I would try to get some more log /
trace details from TomEE to see, what goes wrong, i.e. printing the
wsdl link, etc. 

Gruß
Richard




Am Montag, dem 09.05.2022 um 00:24 -0600 schrieb 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 is the deployment is so
> perfect ,
> you can't believe it , with no warning or errors . But when we try to
> hit
> the endpoint/wsdl  or an operation it shows 404 , which is so weird.
> 
> I have been spending a lot of time on tomee deployment and all its
> samples
> , on tomeetribe etc etc , but still no luck at ..but gaining lot of
> knowledge and experience
> 
> Hope I can get some ideas/inputs to solve this , so i will have
> certainly
> have time to contribute here a lot
> 
> Thank you
> -AD
> 
> On Mon, May 9, 2022 at 12:07 AM Zowalla, Richard <
> richard.zowa...@hs-heilbronn.de> wrote:
> 
> > 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 (so we do
> > not
> > need to use SmallRye implementation like all the other app
> > servers).
> > There was some discussion in [2] about this topic.
> > 
> > Another examples are the dependencies currently shaded to bring
> > javax
> > -> jakarta namespace listed in [3]. Some efforts on other projects
> > (like the apache commons project) are needed in order to drop our
> > fork/shade and handle the namespace change in the related project.
> > Such
> > activities are also of great value to the TomEE community.
> > 
> > While working on the namespace change for ActiveMQ, the people over
> > there asked why we didn't support ActiveMQ Artemis yet [4]. We do
> > not
> > have integration code for Artemis, so this would also be a possible
> > area of contribution if you have the skills / experience in this
> > field.
> > 
> > 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 / understand so users do not have to think
> > about: "Which version of XY do I need to include to make it
> > work?!".
> > Some of them are using very old libraries (9+ years old)  and would
> > benefit from an upgrade to newer dependencies / versions or use
> > deprecated jks keystore formats, which need conversion to drop
> > warnings. Such activies are rather "easy" and can help to get a
> > feeling
> > for TomEE and OSS contributions in general.
> > 
> > Of course our current website and the dev/admin/migration
> > documentation
> > would also benefit from a careful review and a subsequent review
> > and
> > revise.
> > 
> > Some harder tasks involve running the TCK [5] and working on
> > plattform
> > compliance for EE9.1, i.e. fixing and working on the tests. Same is
> > true for working on the Smallrye miroprofile integration and fixing
> > tests / things. TCK tasks require some organisation / discussion
> > via
> > the list to avoid that work is conducted multiple times.
> > 
> > Perhaps, you suffer from a TomEE bug yourself and nobody did find
> > time
> > to work on it yet. That would also be a starting point to jump in.
> > 
> > As you probably see, there is always a lof of work to do. It fully
> > depends on your available time / resources. My list isn't nearly
> > complete but that is what I have directly in my mind.
> > 
> > Gruß
> > Richard
> > 
> > [1] https://geronimo.apache.org/
> > [2] 
> > https://lists.apache.org/thread/gf1spvmw9lcvyry14l8qc10jxr8ot5hm
> > [3] https://github.com/apache/tomee/tree/master/deps
> > [4] 
> > https://lists.apache.org/thread/jokl6z7f798083vzjwc1brhpppyo33fc
> > [5] https://github.com/apache/tomee-tck
> > 
> > 
> > Am Freitag, dem 06.05.2022 um 20:21 -0600 schrieb AD:
> > > Hello Richard
> > > 
> > > Thank you so much for responding to my email request. Much
> > > appreciated.
> > > 
> > > Thanks for 

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 is the deployment is so perfect ,
you can't believe it , with no warning or errors . But when we try to hit
the endpoint/wsdl  or an operation it shows 404 , which is so weird.

I have been spending a lot of time on tomee deployment and all its samples
, on tomeetribe etc etc , but still no luck at ..but gaining lot of
knowledge and experience

Hope I can get some ideas/inputs to solve this , so i will have certainly
have time to contribute here a lot

Thank you
-AD

On Mon, May 9, 2022 at 12:07 AM Zowalla, Richard <
richard.zowa...@hs-heilbronn.de> wrote:

> 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 (so we do not
> need to use SmallRye implementation like all the other app servers).
> There was some discussion in [2] about this topic.
>
> Another examples are the dependencies currently shaded to bring javax
> -> jakarta namespace listed in [3]. Some efforts on other projects
> (like the apache commons project) are needed in order to drop our
> fork/shade and handle the namespace change in the related project. Such
> activities are also of great value to the TomEE community.
>
> While working on the namespace change for ActiveMQ, the people over
> there asked why we didn't support ActiveMQ Artemis yet [4]. We do not
> have integration code for Artemis, so this would also be a possible
> area of contribution if you have the skills / experience in this field.
>
> 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 / understand so users do not have to think
> about: "Which version of XY do I need to include to make it work?!".
> Some of them are using very old libraries (9+ years old)  and would
> benefit from an upgrade to newer dependencies / versions or use
> deprecated jks keystore formats, which need conversion to drop
> warnings. Such activies are rather "easy" and can help to get a feeling
> for TomEE and OSS contributions in general.
>
> Of course our current website and the dev/admin/migration documentation
> would also benefit from a careful review and a subsequent review and
> revise.
>
> Some harder tasks involve running the TCK [5] and working on plattform
> compliance for EE9.1, i.e. fixing and working on the tests. Same is
> true for working on the Smallrye miroprofile integration and fixing
> tests / things. TCK tasks require some organisation / discussion via
> the list to avoid that work is conducted multiple times.
>
> Perhaps, you suffer from a TomEE bug yourself and nobody did find time
> to work on it yet. That would also be a starting point to jump in.
>
> As you probably see, there is always a lof of work to do. It fully
> depends on your available time / resources. My list isn't nearly
> complete but that is what I have directly in my mind.
>
> Gruß
> Richard
>
> [1] https://geronimo.apache.org/
> [2] https://lists.apache.org/thread/gf1spvmw9lcvyry14l8qc10jxr8ot5hm
> [3] https://github.com/apache/tomee/tree/master/deps
> [4] https://lists.apache.org/thread/jokl6z7f798083vzjwc1brhpppyo33fc
> [5] https://github.com/apache/tomee-tck
>
>
> Am Freitag, dem 06.05.2022 um 20:21 -0600 schrieb 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
> > contributed in
> > migration of Weblogic/Websphere applications to Tomcat/Tomee and
> > Jboss as
> > well
> >
> > So I would like to know here how and where I can contribute , is it
> > only in
> > the Tomee world ? or is there something else as well  .
> >
> > Would be great if you can brief out the areas typically where we can
> > contribute
> >
> > Thank you so much
> > -AD
> >
> >
> >
> >
> >
> >
> >
> > On Fri, May 6, 2022 at 12:00 AM Zowalla, Richard <
> > richard.zowa...@hs-heilbronn.de> wrote:
> >
> > > 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
> > > master to
> > > TomEE 9 (Jakarta).
> > 

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 (so we do not
need to use SmallRye implementation like all the other app servers).
There was some discussion in [2] about this topic.

Another examples are the dependencies currently shaded to bring javax
-> jakarta namespace listed in [3]. Some efforts on other projects
(like the apache commons project) are needed in order to drop our
fork/shade and handle the namespace change in the related project. Such
activities are also of great value to the TomEE community.

While working on the namespace change for ActiveMQ, the people over
there asked why we didn't support ActiveMQ Artemis yet [4]. We do not
have integration code for Artemis, so this would also be a possible
area of contribution if you have the skills / experience in this field.

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 / understand so users do not have to think
about: "Which version of XY do I need to include to make it work?!".
Some of them are using very old libraries (9+ years old)  and would
benefit from an upgrade to newer dependencies / versions or use
deprecated jks keystore formats, which need conversion to drop
warnings. Such activies are rather "easy" and can help to get a feeling
for TomEE and OSS contributions in general.

Of course our current website and the dev/admin/migration documentation
would also benefit from a careful review and a subsequent review and
revise. 

Some harder tasks involve running the TCK [5] and working on plattform
compliance for EE9.1, i.e. fixing and working on the tests. Same is
true for working on the Smallrye miroprofile integration and fixing
tests / things. TCK tasks require some organisation / discussion via
the list to avoid that work is conducted multiple times.

Perhaps, you suffer from a TomEE bug yourself and nobody did find time
to work on it yet. That would also be a starting point to jump in.

As you probably see, there is always a lof of work to do. It fully
depends on your available time / resources. My list isn't nearly
complete but that is what I have directly in my mind.

Gruß
Richard

[1] https://geronimo.apache.org/
[2] https://lists.apache.org/thread/gf1spvmw9lcvyry14l8qc10jxr8ot5hm
[3] https://github.com/apache/tomee/tree/master/deps
[4] https://lists.apache.org/thread/jokl6z7f798083vzjwc1brhpppyo33fc
[5] https://github.com/apache/tomee-tck


Am Freitag, dem 06.05.2022 um 20:21 -0600 schrieb 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
> contributed in
> migration of Weblogic/Websphere applications to Tomcat/Tomee and
> Jboss as
> well
> 
> So I would like to know here how and where I can contribute , is it
> only in
> the Tomee world ? or is there something else as well  .
> 
> Would be great if you can brief out the areas typically where we can
> contribute
> 
> Thank you so much
> -AD
> 
> 
> 
> 
> 
> 
> 
> On Fri, May 6, 2022 at 12:00 AM Zowalla, Richard <
> richard.zowa...@hs-heilbronn.de> wrote:
> 
> > 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
> > master to
> > TomEE 9 (Jakarta).
> > 
> > While we made good progress, there is still a lot todo. The efforts
> > and
> > open tasks are tracked in [1]. A lot of effort is currently done to
> > switch the MicroProfile impl to MP Smallrye impls in order to move
> > to
> > the jakarta namespace [2] as well as to get the EE9 plattform TCK
> > running. If you are interested in contributing to our TomEE 9
> > efforts,
> > we can surely find some beginner friendly tasks in this area.
> > 
> > There was also some interest in doing another maintaince release of
> > 7.1.x with some fixes and dependency updates, which could also be
> > an
> > area for contribution [3].
> > 
> > It fully depends on your field of interest and your available
> > resources
> > / time, so it would be interesting to hear back from you.
> > 
> > Last but not least: 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.
> > 
> > Gruß
> > Richard
> > 
> > 
> > [1] 

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 contributed in
migration of Weblogic/Websphere applications to Tomcat/Tomee and Jboss as
well

So I would like to know here how and where I can contribute , is it only in
the Tomee world ? or is there something else as well  .

Would be great if you can brief out the areas typically where we can
contribute

Thank you so much
-AD







On Fri, May 6, 2022 at 12:00 AM Zowalla, Richard <
richard.zowa...@hs-heilbronn.de> wrote:

> 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 master to
> TomEE 9 (Jakarta).
>
> While we made good progress, there is still a lot todo. The efforts and
> open tasks are tracked in [1]. A lot of effort is currently done to
> switch the MicroProfile impl to MP Smallrye impls in order to move to
> the jakarta namespace [2] as well as to get the EE9 plattform TCK
> running. If you are interested in contributing to our TomEE 9 efforts,
> we can surely find some beginner friendly tasks in this area.
>
> There was also some interest in doing another maintaince release of
> 7.1.x with some fixes and dependency updates, which could also be an
> area for contribution [3].
>
> It fully depends on your field of interest and your available resources
> / time, so it would be interesting to hear back from you.
>
> Last but not least: 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.
>
> Gruß
> Richard
>
>
> [1] https://issues.apache.org/jira/browse/TOMEE-3862
> [2] https://lists.apache.org/thread/hdntdhwqkr91o2mszojq66qcfzszw96p
> [3] https://lists.apache.org/thread/sz0kfocgd6248l2vxxgv3wjc5snh79q6
>
>
>
> Am Donnerstag, dem 05.05.2022 um 14:00 -0600 schrieb 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: 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 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 they're forced to come to the list where we can get
> them
> > off to the right start.
> >
> > On the issue you want to fix, most the code that would be involved in the
> > fix is here:
> >
> >  -
> >
> https://github.com/apache/tomee/blob/master/container/openejb-jee/src/main/java/org/apache/openejb/jee/JaxbJavaee.java
> >
> > Some important history to help you.  When J2EE got renamed to Java EE,
> the
> > namespaces changed.  The TCK for full Java EE server tests that all
> > historic namespaces can be supported.  Our solution was to create an
> > org.xml.sax.XMLFilter and dynamically rewrite the namespace on any
> document
> > we were given to the then latest namespace
> > http://java.sun.com/xml/ns/javaee
> >
> >  -
> >
> https://github.com/apache/tomee/blob/master/container/openejb-jee/src/main/java/org/apache/openejb/jee/JaxbJavaee.java#L291
> >
> > The way JAXB works is all the namespaces are hardcoded and without a
> > filter like the one we made, there'd be no way to support multiple
> > namespaces.  Those namespaces are all here:
> >
> >  -
> >
> https://github.com/apache/tomee/blob/master/container/openejb-jee/src/main/java/org/apache/openejb/jee/ObjectFactory.java
> >
> > I did most that work, but it was 15 years ago and I don't recall all the
> > details.  Jean-Louis did the work for the Jakarta namespace.  I know
> we're
> > testing at least some those old namespaces and the new namespace.  We
> have
> > some test descriptors here:
> >
> >  -
> >
> https://github.com/apache/tomee/tree/master/container/openejb-jee/src/test/resources
> >
> > I don't recall the name of those tests offhand, but if you search for the
> > names of some of those files that should get you close.
> >
> >
> > Now a couple thoughts as I see potential for some short-term work and
> some
> > longer-term work.
> >
> >  - Long-term: We're clearly still referring to "
> > http://java.sun.com/xml/ns/javaee; as the primary namespace.  That's not
> > going to age well.  If someone has to write an email like this in 15
> years,
> > they'll likely have to explain what "javaee" is like I had to harken back
> > to "J2EE".  We should probably make the new Jakarta EE namespace be the
> > primary namespace and rework all the JAXB code and namespace filters
> > accordingly.
> >
> >  - Short-term: Do not do any of that and avoid opening that can of worms
> > at all cost.  Get the file to parse with the minimum change possible.
> Get
> > some experience with the code and a successful contribution in the can.
> >
> > This is what I'd do regardless of (or because of?) years of experience.
> I
> > always take the quick win before attempting the big one.
> >
> > If you get into the code and decide the big change sounds like fun, we
> can
> > make a ticket for it and plan it.  Probably we'd want to shore up any
> test
> > coverage we'd be lacking and also get a full TCK run to see what those
> > numbers look like so we can spot regressions.
> >
> > Hope some of this is helpful!
> >
> > Don't hesitate to be super noisy and ask lots and lots of questions.
> > Silence is death. :)
> >
> >
> > -David
> >
> >
> > > On May 5, 2022, at 3:31 PM, Zoltán Tichov 
> > wrote:
> > >
> > > 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 <
> > > richard.zowa...@hs-heilbronn.de> wrote:
> > >
> > >> 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 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,
> > 
> >  It's very great from you and it's truly awesome when a long time
> >  user
> >  of TomEE decides to contribute :)
> 

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 quickest way to send it.
>
> We intentionally have it setup so new people can't assign issues to
> themselves so that they're forced to come to the list where we can get them
> off to the right start.
>
> On the issue you want to fix, most the code that would be involved in the
> fix is here:
>
>  -
> https://github.com/apache/tomee/blob/master/container/openejb-jee/src/main/java/org/apache/openejb/jee/JaxbJavaee.java
>
> Some important history to help you.  When J2EE got renamed to Java EE, the
> namespaces changed.  The TCK for full Java EE server tests that all
> historic namespaces can be supported.  Our solution was to create an
> org.xml.sax.XMLFilter and dynamically rewrite the namespace on any document
> we were given to the then latest namespace
> http://java.sun.com/xml/ns/javaee
>
>  -
> https://github.com/apache/tomee/blob/master/container/openejb-jee/src/main/java/org/apache/openejb/jee/JaxbJavaee.java#L291
>
> The way JAXB works is all the namespaces are hardcoded and without a
> filter like the one we made, there'd be no way to support multiple
> namespaces.  Those namespaces are all here:
>
>  -
> https://github.com/apache/tomee/blob/master/container/openejb-jee/src/main/java/org/apache/openejb/jee/ObjectFactory.java
>
> I did most that work, but it was 15 years ago and I don't recall all the
> details.  Jean-Louis did the work for the Jakarta namespace.  I know we're
> testing at least some those old namespaces and the new namespace.  We have
> some test descriptors here:
>
>  -
> https://github.com/apache/tomee/tree/master/container/openejb-jee/src/test/resources
>
> I don't recall the name of those tests offhand, but if you search for the
> names of some of those files that should get you close.
>
>
> Now a couple thoughts as I see potential for some short-term work and some
> longer-term work.
>
>  - Long-term: We're clearly still referring to "
> http://java.sun.com/xml/ns/javaee; as the primary namespace.  That's not
> going to age well.  If someone has to write an email like this in 15 years,
> they'll likely have to explain what "javaee" is like I had to harken back
> to "J2EE".  We should probably make the new Jakarta EE namespace be the
> primary namespace and rework all the JAXB code and namespace filters
> accordingly.
>
>  - Short-term: Do not do any of that and avoid opening that can of worms
> at all cost.  Get the file to parse with the minimum change possible.  Get
> some experience with the code and a successful contribution in the can.
>
> This is what I'd do regardless of (or because of?) years of experience.  I
> always take the quick win before attempting the big one.
>
> If you get into the code and decide the big change sounds like fun, we can
> make a ticket for it and plan it.  Probably we'd want to shore up any test
> coverage we'd be lacking and also get a full TCK run to see what those
> numbers look like so we can spot regressions.
>
> Hope some of this is helpful!
>
> Don't hesitate to be super noisy and ask lots and lots of questions.
> Silence is death. :)
>
>
> -David
>
>
> > On May 5, 2022, at 3:31 PM, Zoltán Tichov 
> wrote:
> >
> > 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 <
> > richard.zowa...@hs-heilbronn.de> wrote:
> >
> >> 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 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,
> 
>  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.
> 
>  We are currently working on TomEE 9. Therefore, we moved away from
>  our
>  previous byte code transformation approach and switched TomEE
>  master to
> 

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 master to
TomEE 9 (Jakarta). 

While we made good progress, there is still a lot todo. The efforts and
open tasks are tracked in [1]. A lot of effort is currently done to
switch the MicroProfile impl to MP Smallrye impls in order to move to
the jakarta namespace [2] as well as to get the EE9 plattform TCK
running. If you are interested in contributing to our TomEE 9 efforts,
we can surely find some beginner friendly tasks in this area.

There was also some interest in doing another maintaince release of
7.1.x with some fixes and dependency updates, which could also be an
area for contribution [3].

It fully depends on your field of interest and your available resources
/ time, so it would be interesting to hear back from you.

Last but not least: 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.

Gruß
Richard


[1] https://issues.apache.org/jira/browse/TOMEE-3862
[2] https://lists.apache.org/thread/hdntdhwqkr91o2mszojq66qcfzszw96p
[3] https://lists.apache.org/thread/sz0kfocgd6248l2vxxgv3wjc5snh79q6



Am Donnerstag, dem 05.05.2022 um 14:00 -0600 schrieb 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


smime.p7s
Description: S/MIME cryptographic signature


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 they're forced to come to the list where we can get them off to the 
right start.

On the issue you want to fix, most the code that would be involved in the fix 
is here:

 - 
https://github.com/apache/tomee/blob/master/container/openejb-jee/src/main/java/org/apache/openejb/jee/JaxbJavaee.java

Some important history to help you.  When J2EE got renamed to Java EE, the 
namespaces changed.  The TCK for full Java EE server tests that all historic 
namespaces can be supported.  Our solution was to create an 
org.xml.sax.XMLFilter and dynamically rewrite the namespace on any document we 
were given to the then latest namespace http://java.sun.com/xml/ns/javaee

 - 
https://github.com/apache/tomee/blob/master/container/openejb-jee/src/main/java/org/apache/openejb/jee/JaxbJavaee.java#L291

The way JAXB works is all the namespaces are hardcoded and without a filter 
like the one we made, there'd be no way to support multiple namespaces.  Those 
namespaces are all here:

 - 
https://github.com/apache/tomee/blob/master/container/openejb-jee/src/main/java/org/apache/openejb/jee/ObjectFactory.java

I did most that work, but it was 15 years ago and I don't recall all the 
details.  Jean-Louis did the work for the Jakarta namespace.  I know we're 
testing at least some those old namespaces and the new namespace.  We have some 
test descriptors here:

 - 
https://github.com/apache/tomee/tree/master/container/openejb-jee/src/test/resources

I don't recall the name of those tests offhand, but if you search for the names 
of some of those files that should get you close.


Now a couple thoughts as I see potential for some short-term work and some 
longer-term work.

 - Long-term: We're clearly still referring to 
"http://java.sun.com/xml/ns/javaee; as the primary namespace.  That's not going 
to age well.  If someone has to write an email like this in 15 years, they'll 
likely have to explain what "javaee" is like I had to harken back to "J2EE".  
We should probably make the new Jakarta EE namespace be the primary namespace 
and rework all the JAXB code and namespace filters accordingly.

 - Short-term: Do not do any of that and avoid opening that can of worms at all 
cost.  Get the file to parse with the minimum change possible.  Get some 
experience with the code and a successful contribution in the can.

This is what I'd do regardless of (or because of?) years of experience.  I 
always take the quick win before attempting the big one.

If you get into the code and decide the big change sounds like fun, we can make 
a ticket for it and plan it.  Probably we'd want to shore up any test coverage 
we'd be lacking and also get a full TCK run to see what those numbers look like 
so we can spot regressions.

Hope some of this is helpful!

Don't hesitate to be super noisy and ask lots and lots of questions.  Silence 
is death. :)


-David


> On May 5, 2022, at 3:31 PM, Zoltán Tichov  wrote:
> 
> 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 <
> richard.zowa...@hs-heilbronn.de> wrote:
> 
>> 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 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,
 
 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.
 
 We are currently working on TomEE 9. Therefore, we moved away from
 our
 previous byte code transformation approach and switched TomEE
 master to
 TomEE 9 (Jakarta).
 
 While we made good progress, there is still a lot todo. The efforts
 and
 open tasks are tracked in [1]. A lot of effort is currently done to
 switch the MicroProfile impl to MP Smallrye impls in order to move
 to
 the jakarta namespace [2].
 
 

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 <
richard.zowa...@hs-heilbronn.de> wrote:

> 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 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,
> > >
> > > 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.
> > >
> > > We are currently working on TomEE 9. Therefore, we moved away from
> > > our
> > > previous byte code transformation approach and switched TomEE
> > > master to
> > > TomEE 9 (Jakarta).
> > >
> > > While we made good progress, there is still a lot todo. The efforts
> > > and
> > > open tasks are tracked in [1]. A lot of effort is currently done to
> > > switch the MicroProfile impl to MP Smallrye impls in order to move
> > > to
> > > the jakarta namespace [2].
> > >
> > > If you are interested in contributing to our TomEE 9 efforts, we
> > > can
> > > surely find some beginner friendly tasks in this area.
> > >
> > > Gruß
> > > Richard
> > >
> > >
> > > [1] https://issues.apache.org/jira/browse/TOMEE-3862
> > > [2]
> > > https://lists.apache.org/thread/hdntdhwqkr91o2mszojq66qcfzszw96p
> > >
> > >
> > > Am Samstag, dem 23.04.2022 um 20:21 +0200 schrieb 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 with tomee 9 and I would like to contribute to
> > > > fixing
> > > > these
> > > > bugs and possibly improving tomee jakarta 10. (I'm sorry to read
> > > > on
> > > > another
> > > > tomee mailing list, that you had to skip jakarta ee 8 and 9
> > > > compliance
> > > > entirely)
> > > > I use java 11 and netbeans on windows 10. If we don't have to, we
> > > > don't
> > > > want to use another app server because we've been using tomee
> > > > since
> > > > 1.7.3.
> > > >
> > > > Best regards: Zoltán Tichov
>


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 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,
> > 
> > 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.
> > 
> > We are currently working on TomEE 9. Therefore, we moved away from
> > our
> > previous byte code transformation approach and switched TomEE
> > master to
> > TomEE 9 (Jakarta).
> > 
> > While we made good progress, there is still a lot todo. The efforts
> > and
> > open tasks are tracked in [1]. A lot of effort is currently done to
> > switch the MicroProfile impl to MP Smallrye impls in order to move
> > to
> > the jakarta namespace [2].
> > 
> > If you are interested in contributing to our TomEE 9 efforts, we
> > can
> > surely find some beginner friendly tasks in this area.
> > 
> > Gruß
> > Richard
> > 
> > 
> > [1] https://issues.apache.org/jira/browse/TOMEE-3862
> > [2] 
> > https://lists.apache.org/thread/hdntdhwqkr91o2mszojq66qcfzszw96p
> > 
> > 
> > Am Samstag, dem 23.04.2022 um 20:21 +0200 schrieb 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 with tomee 9 and I would like to contribute to
> > > fixing
> > > these
> > > bugs and possibly improving tomee jakarta 10. (I'm sorry to read
> > > on
> > > another
> > > tomee mailing list, that you had to skip jakarta ee 8 and 9
> > > compliance
> > > entirely)
> > > I use java 11 and netbeans on windows 10. If we don't have to, we
> > > don't
> > > want to use another app server because we've been using tomee
> > > since
> > > 1.7.3.
> > > 
> > > Best regards: Zoltán Tichov


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,
>
> 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.
>
> We are currently working on TomEE 9. Therefore, we moved away from our
> previous byte code transformation approach and switched TomEE master to
> TomEE 9 (Jakarta).
>
> While we made good progress, there is still a lot todo. The efforts and
> open tasks are tracked in [1]. A lot of effort is currently done to
> switch the MicroProfile impl to MP Smallrye impls in order to move to
> the jakarta namespace [2].
>
> If you are interested in contributing to our TomEE 9 efforts, we can
> surely find some beginner friendly tasks in this area.
>
> Gruß
> Richard
>
>
> [1] https://issues.apache.org/jira/browse/TOMEE-3862
> [2] https://lists.apache.org/thread/hdntdhwqkr91o2mszojq66qcfzszw96p
>
>
> Am Samstag, dem 23.04.2022 um 20:21 +0200 schrieb 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 with tomee 9 and I would like to contribute to fixing
> > these
> > bugs and possibly improving tomee jakarta 10. (I'm sorry to read on
> > another
> > tomee mailing list, that you had to skip jakarta ee 8 and 9
> > compliance
> > entirely)
> > I use java 11 and netbeans on windows 10. If we don't have to, we
> > don't
> > want to use another app server because we've been using tomee since
> > 1.7.3.
> >
> > Best regards: Zoltán Tichov
>


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). 
(1) Run on a Linux / Mac OS system.
(2) Adjust the settings.xml according to the template
(3) Run the setup script (only oncE)
(4) Check that everything is available
(5) Add the TCK install into a local git repository to reset easily
without delete & extract it again and again (as a TCK run modifies the
isntallation)
(6) Run the TCK and have fun.

Nevertheless, we need to fix the javamail (javax vs jakarta) thing
first, but afterwards any new volunteer can happily start TCK work.  

Gruß
Richard


Am Dienstag, dem 26.04.2022 um 18:34 + schrieb 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 schrieb 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 a newer JDK like 14 or 17 and it worked.
> > --
> > Jean-Louis Monteiro
> > http://twitter.com/jlouismonteiro
> > http://www.tomitribe.com
> > 
> > 
> > On Tue, Apr 26, 2022 at 7:42 PM Zowalla, Richard <
> > richard.zowa...@hs-heilbronn.de> wrote:
> > 
> > > 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 remote debugging via "-dj" but have no glue why I am
> > > running to
> > > this StackOverflowError during the "ant.java(...)" call in the
> > > related
> > > groovy command. I bet, that I miss a little detail - so happy to
> > > any
> > > additional input ;)
> > > 
> > > Gruß
> > > R
> > > 
> > > 
> > > [1] https://gist.github.com/rzo1/0af90723dc0c6689a6f7d7bae9d2e8da
> > > 
> > > 
> > > Am Dienstag, dem 26.04.2022 um 09:59 + schrieb 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 Slack, that 6.2.5
> > > > should
> > > > also work.
> > > > 
> > > > I think, that we do not really need a public git repository.
> > > > Setting
> > > > it
> > > > up with the script is really straight forward. However, putting
> > > > the
> > > > TCK
> > > > installation into a local git repository makes totally sense in
> > > > order
> > > > to avoid delete / unpack cycles due to the modifications on the
> > > > installation, if the TCK is run.
> > > > 
> > > > I added some instructions in the README.
> > > > 
> > > > Currently, I am struggling with
> > > > 
> > > > [ERROR] java.sql.SQLSyntaxErrorException: Syntax error:
> > > > Encountered
> > > > "Simple_Select_Query" at line 1, column 1.
> > > > [INFO] 1130 of 1307 SQL statements executed successfully
> > > > 
> > > > when running
> > > > 
> > > > rm -rf target/ && ./runtests -Dhttps.protocols=TLSv1.1,TLSv1.2
> > > > --
> > > > ee91
> > > > --env -nc -c -U -w tomee-plume
> > > > com.sun.ts.tests.ejb30.lite.appexception.singleton.annotated.Cl
> > > > ie
> > > > nt
> > > > 
> > > > as the initial setup of the derby database seem to fail - don't
> > > > have
> > > > much ideas but using the search engine of trust I found an
> > > > entry,
> > > > that
> > > > this also happened on a tck.work build long time ago.
> > > > 
> > > > I guess, that I am just missing a little thing to fix it for my
> > > > setup.
> > > > 
> > > > Currently, the TCK runs will fail anyway as we need to fix java
> > > > mail
> > > > first but getting the same exception / outcome as JL would be
> > > > beneficial as it would prove, that the setup works and others
> > > > can
> > > > simply replicate - if this work, I will re-evaluate the
> > > > instructions
> > > > for debugging ;)
> > > > 
> > > > 
> > > > Gruß & thanks
> > > > Richard
> > > > 
> > > > 
> > > > Am Montag, dem 25.04.2022 um 14:13 -0700 schrieb David Blevins:
> > > > > Thanks for digging into this, Richard!
> > > > > 
> > > > > Agree 

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 schrieb 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 a newer JDK like 14 or 17 and it worked.
> --
> Jean-Louis Monteiro
> http://twitter.com/jlouismonteiro
> http://www.tomitribe.com
> 
> 
> On Tue, Apr 26, 2022 at 7:42 PM Zowalla, Richard <
> richard.zowa...@hs-heilbronn.de> wrote:
> 
> > 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 remote debugging via "-dj" but have no glue why I am
> > running to
> > this StackOverflowError during the "ant.java(...)" call in the
> > related
> > groovy command. I bet, that I miss a little detail - so happy to
> > any
> > additional input ;)
> > 
> > Gruß
> > R
> > 
> > 
> > [1] https://gist.github.com/rzo1/0af90723dc0c6689a6f7d7bae9d2e8da
> > 
> > 
> > Am Dienstag, dem 26.04.2022 um 09:59 + schrieb 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 Slack, that 6.2.5
> > > should
> > > also work.
> > > 
> > > I think, that we do not really need a public git repository.
> > > Setting
> > > it
> > > up with the script is really straight forward. However, putting
> > > the
> > > TCK
> > > installation into a local git repository makes totally sense in
> > > order
> > > to avoid delete / unpack cycles due to the modifications on the
> > > installation, if the TCK is run.
> > > 
> > > I added some instructions in the README.
> > > 
> > > Currently, I am struggling with
> > > 
> > > [ERROR] java.sql.SQLSyntaxErrorException: Syntax error:
> > > Encountered
> > > "Simple_Select_Query" at line 1, column 1.
> > > [INFO] 1130 of 1307 SQL statements executed successfully
> > > 
> > > when running
> > > 
> > > rm -rf target/ && ./runtests -Dhttps.protocols=TLSv1.1,TLSv1.2 --
> > > ee91
> > > --env -nc -c -U -w tomee-plume
> > > com.sun.ts.tests.ejb30.lite.appexception.singleton.annotated.Clie
> > > nt
> > > 
> > > as the initial setup of the derby database seem to fail - don't
> > > have
> > > much ideas but using the search engine of trust I found an entry,
> > > that
> > > this also happened on a tck.work build long time ago.
> > > 
> > > I guess, that I am just missing a little thing to fix it for my
> > > setup.
> > > 
> > > Currently, the TCK runs will fail anyway as we need to fix java
> > > mail
> > > first but getting the same exception / outcome as JL would be
> > > beneficial as it would prove, that the setup works and others can
> > > simply replicate - if this work, I will re-evaluate the
> > > instructions
> > > for debugging ;)
> > > 
> > > 
> > > Gruß & thanks
> > > Richard
> > > 
> > > 
> > > Am Montag, dem 25.04.2022 um 14:13 -0700 schrieb 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 <
> > > > > richard.zowa...@hs-heilbronn.de> wrote:
> > > > > 
> > > > > 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)
> > > > 
> > > > Agree.  Maybe it needs a new name as well so it's more clear
> > > > that
> > > > it
> > > > can be used to create a fresh setup.
> > > > 
> > > > > But while searching the list archive, I also found this post
> > > > > on
> > > > > happy
> > > > > TCK work:
> > > > > 
> > > > > -
> > > > > https://lists.apache.org/thread/vgthyd8d7rww2p398r9swx8y37mwxf9c
> > > > > 
> > > > > Sadly the setup images from IntelliJ IDEA are gone (maybe you
> > > > > have
> > > > > them
> > > > > 

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 a newer JDK like 14 or 17 and it worked.
--
Jean-Louis Monteiro
http://twitter.com/jlouismonteiro
http://www.tomitribe.com


On Tue, Apr 26, 2022 at 7:42 PM Zowalla, Richard <
richard.zowa...@hs-heilbronn.de> wrote:

> 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 remote debugging via "-dj" but have no glue why I am running to
> this StackOverflowError during the "ant.java(...)" call in the related
> groovy command. I bet, that I miss a little detail - so happy to any
> additional input ;)
>
> Gruß
> R
>
>
> [1] https://gist.github.com/rzo1/0af90723dc0c6689a6f7d7bae9d2e8da
>
>
> Am Dienstag, dem 26.04.2022 um 09:59 + schrieb 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 Slack, that 6.2.5 should
> > also work.
> >
> > I think, that we do not really need a public git repository. Setting
> > it
> > up with the script is really straight forward. However, putting the
> > TCK
> > installation into a local git repository makes totally sense in order
> > to avoid delete / unpack cycles due to the modifications on the
> > installation, if the TCK is run.
> >
> > I added some instructions in the README.
> >
> > Currently, I am struggling with
> >
> > [ERROR] java.sql.SQLSyntaxErrorException: Syntax error: Encountered
> > "Simple_Select_Query" at line 1, column 1.
> > [INFO] 1130 of 1307 SQL statements executed successfully
> >
> > when running
> >
> > rm -rf target/ && ./runtests -Dhttps.protocols=TLSv1.1,TLSv1.2 --ee91
> > --env -nc -c -U -w tomee-plume
> > com.sun.ts.tests.ejb30.lite.appexception.singleton.annotated.Client
> >
> > as the initial setup of the derby database seem to fail - don't have
> > much ideas but using the search engine of trust I found an entry,
> > that
> > this also happened on a tck.work build long time ago.
> >
> > I guess, that I am just missing a little thing to fix it for my
> > setup.
> >
> > Currently, the TCK runs will fail anyway as we need to fix java mail
> > first but getting the same exception / outcome as JL would be
> > beneficial as it would prove, that the setup works and others can
> > simply replicate - if this work, I will re-evaluate the instructions
> > for debugging ;)
> >
> >
> > Gruß & thanks
> > Richard
> >
> >
> > Am Montag, dem 25.04.2022 um 14:13 -0700 schrieb 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 <
> > > > richard.zowa...@hs-heilbronn.de> wrote:
> > > >
> > > > 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)
> > >
> > > Agree.  Maybe it needs a new name as well so it's more clear that
> > > it
> > > can be used to create a fresh setup.
> > >
> > > > But while searching the list archive, I also found this post on
> > > > happy
> > > > TCK work:
> > > >
> > > > -
> > > > https://lists.apache.org/thread/vgthyd8d7rww2p398r9swx8y37mwxf9c
> > > >
> > > > Sadly the setup images from IntelliJ IDEA are gone (maybe you
> > > > have
> > > > them
> > > > somewhere, David?).
> > >
> > > Unfortunately, I don't have those images anymore.  We can maybe
> > > describe the menu steps instead of showing images.  Getting that on
> > > the website in the developer area would be good.
> > >
> > > > Perhaps we should provide a similar jakartaeetck-9.x installation
> > > > via a
> > > > Git repository?
> > > >
> > > > Then we could adjust the "update" script and make it an "install"
> > > > script.
> > >
> > > The trick here is licensing of the TCK source code, which is
> > > EPL.  Here's the source of truth on "is this license ok" questions:
> > >
> > >  -
> > > https://www.apache.org/legal/resolved.html#weak-copyleft-licenses
> > >
> > > Effectively, we can use EPL in binary form.  In source form it's 

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 remote debugging via "-dj" but have no glue why I am running to
this StackOverflowError during the "ant.java(...)" call in the related
groovy command. I bet, that I miss a little detail - so happy to any
additional input ;)

Gruß
R


[1] https://gist.github.com/rzo1/0af90723dc0c6689a6f7d7bae9d2e8da


Am Dienstag, dem 26.04.2022 um 09:59 + schrieb 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 Slack, that 6.2.5 should
> also work. 
> 
> I think, that we do not really need a public git repository. Setting
> it
> up with the script is really straight forward. However, putting the
> TCK
> installation into a local git repository makes totally sense in order
> to avoid delete / unpack cycles due to the modifications on the
> installation, if the TCK is run.
> 
> I added some instructions in the README.
> 
> Currently, I am struggling with 
> 
> [ERROR] java.sql.SQLSyntaxErrorException: Syntax error: Encountered
> "Simple_Select_Query" at line 1, column 1.
> [INFO] 1130 of 1307 SQL statements executed successfully
> 
> when running
> 
> rm -rf target/ && ./runtests -Dhttps.protocols=TLSv1.1,TLSv1.2 --ee91
> --env -nc -c -U -w tomee-plume
> com.sun.ts.tests.ejb30.lite.appexception.singleton.annotated.Client
> 
> as the initial setup of the derby database seem to fail - don't have
> much ideas but using the search engine of trust I found an entry,
> that
> this also happened on a tck.work build long time ago.
> 
> I guess, that I am just missing a little thing to fix it for my
> setup.
> 
> Currently, the TCK runs will fail anyway as we need to fix java mail
> first but getting the same exception / outcome as JL would be
> beneficial as it would prove, that the setup works and others can
> simply replicate - if this work, I will re-evaluate the instructions
> for debugging ;)
> 
> 
> Gruß & thanks
> Richard
> 
> 
> Am Montag, dem 25.04.2022 um 14:13 -0700 schrieb 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 <
> > > richard.zowa...@hs-heilbronn.de> wrote:
> > > 
> > > 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)
> > 
> > Agree.  Maybe it needs a new name as well so it's more clear that
> > it
> > can be used to create a fresh setup.
> > 
> > > But while searching the list archive, I also found this post on
> > > happy
> > > TCK work:
> > > 
> > > - 
> > > https://lists.apache.org/thread/vgthyd8d7rww2p398r9swx8y37mwxf9c
> > > 
> > > Sadly the setup images from IntelliJ IDEA are gone (maybe you
> > > have
> > > them
> > > somewhere, David?).
> > 
> > Unfortunately, I don't have those images anymore.  We can maybe
> > describe the menu steps instead of showing images.  Getting that on
> > the website in the developer area would be good.  
> > 
> > > Perhaps we should provide a similar jakartaeetck-9.x installation
> > > via a
> > > Git repository?
> > > 
> > > Then we could adjust the "update" script and make it an "install"
> > > script.
> > 
> > The trick here is licensing of the TCK source code, which is
> > EPL.  Here's the source of truth on "is this license ok" questions:
> > 
> >  - 
> > https://www.apache.org/legal/resolved.html#weak-copyleft-licenses
> > 
> > Effectively, we can use EPL in binary form.  In source form it's ok
> > in small amounts where it generally can't be avoided.  An entire
> > repository of EPL source code living under 
> > https://github.com/apache/
> >  is likely not ok.
> > 
> > It doesn't mean the idea is shot, but it does mean that repo would
> > have to live outside the Apache org in github.
> > 
> > > That would ease the necessary setup steps. Wdyt?
> > 
> > Definitely agree it's a great idea.  Perhaps we could create an org
> > of our own?
> > 
> > 
> > -David
> > 


smime.p7s
Description: S/MIME cryptographic signature


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 Slack, that 6.2.5 should
also work. 

I think, that we do not really need a public git repository. Setting it
up with the script is really straight forward. However, putting the TCK
installation into a local git repository makes totally sense in order
to avoid delete / unpack cycles due to the modifications on the
installation, if the TCK is run.

I added some instructions in the README.

Currently, I am struggling with 

[ERROR] java.sql.SQLSyntaxErrorException: Syntax error: Encountered
"Simple_Select_Query" at line 1, column 1.
[INFO] 1130 of 1307 SQL statements executed successfully

when running

rm -rf target/ && ./runtests -Dhttps.protocols=TLSv1.1,TLSv1.2 --ee91
--env -nc -c -U -w tomee-plume
com.sun.ts.tests.ejb30.lite.appexception.singleton.annotated.Client

as the initial setup of the derby database seem to fail - don't have
much ideas but using the search engine of trust I found an entry, that
this also happened on a tck.work build long time ago.

I guess, that I am just missing a little thing to fix it for my setup.

Currently, the TCK runs will fail anyway as we need to fix java mail
first but getting the same exception / outcome as JL would be
beneficial as it would prove, that the setup works and others can
simply replicate - if this work, I will re-evaluate the instructions
for debugging ;)


Gruß & thanks
Richard


Am Montag, dem 25.04.2022 um 14:13 -0700 schrieb 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 <
> > richard.zowa...@hs-heilbronn.de> wrote:
> > 
> > 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)
> 
> Agree.  Maybe it needs a new name as well so it's more clear that it
> can be used to create a fresh setup.
> 
> > But while searching the list archive, I also found this post on
> > happy
> > TCK work:
> > 
> > - https://lists.apache.org/thread/vgthyd8d7rww2p398r9swx8y37mwxf9c
> > 
> > Sadly the setup images from IntelliJ IDEA are gone (maybe you have
> > them
> > somewhere, David?).
> 
> Unfortunately, I don't have those images anymore.  We can maybe
> describe the menu steps instead of showing images.  Getting that on
> the website in the developer area would be good.  
> 
> > Perhaps we should provide a similar jakartaeetck-9.x installation
> > via a
> > Git repository?
> > 
> > Then we could adjust the "update" script and make it an "install"
> > script.
> 
> The trick here is licensing of the TCK source code, which is
> EPL.  Here's the source of truth on "is this license ok" questions:
> 
>  - https://www.apache.org/legal/resolved.html#weak-copyleft-licenses
> 
> Effectively, we can use EPL in binary form.  In source form it's ok
> in small amounts where it generally can't be avoided.  An entire
> repository of EPL source code living under https://github.com/apache/
>  is likely not ok.
> 
> It doesn't mean the idea is shot, but it does mean that repo would
> have to live outside the Apache org in github.
> 
> > That would ease the necessary setup steps. Wdyt?
> 
> Definitely agree it's a great idea.  Perhaps we could create an org
> of our own?
> 
> 
> -David
> 


smime.p7s
Description: S/MIME cryptographic signature


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

Agree.  Maybe it needs a new name as well so it's more clear that it can be 
used to create a fresh setup.

> But while searching the list archive, I also found this post on happy
> TCK work:
> 
> - https://lists.apache.org/thread/vgthyd8d7rww2p398r9swx8y37mwxf9c
> 
> Sadly the setup images from IntelliJ IDEA are gone (maybe you have them
> somewhere, David?).

Unfortunately, I don't have those images anymore.  We can maybe describe the 
menu steps instead of showing images.  Getting that on the website in the 
developer area would be good.  

> Perhaps we should provide a similar jakartaeetck-9.x installation via a
> Git repository?
> 
> Then we could adjust the "update" script and make it an "install"
> script.

The trick here is licensing of the TCK source code, which is EPL.  Here's the 
source of truth on "is this license ok" questions:

 - https://www.apache.org/legal/resolved.html#weak-copyleft-licenses

Effectively, we can use EPL in binary form.  In source form it's ok in small 
amounts where it generally can't be avoided.  An entire repository of EPL 
source code living under https://github.com/apache/ is likely not ok.

It doesn't mean the idea is shot, but it does mean that repo would have to live 
outside the Apache org in github.

> That would ease the necessary setup steps. Wdyt?

Definitely agree it's a great idea.  Perhaps we could create an org of our own?


-David



smime.p7s
Description: S/MIME cryptographic signature


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 happy
TCK work:

- https://lists.apache.org/thread/vgthyd8d7rww2p398r9swx8y37mwxf9c

Sadly the setup images from IntelliJ IDEA are gone (maybe you have them
somewhere, David?).

Perhaps we should provide a similar jakartaeetck-9.x installation via a
Git repository?

Then we could adjust the "update" script and make it an "install"
script. 

That would ease the necessary setup steps. Wdyt?

Gruß
Richard


Am Montag, dem 25.04.2022 um 05:54 + schrieb 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 the
> > issues and works with myself or Jean-Louis to smooth the path for
> > Zoltán and others?
> 
> Not for the current M8 Snapshot yet. Last time I did run (some) tests
> of the ee9 tck was in May 21 - my tech stack switched, so I have to
> set
> it up from scratch again. 
> 
> There can be no better environment to try and hit the (setup) issues
> -
> so yes, count me in ;)
> 
> As far as I can remember, the README also needs an overhaul and we
> should include the handy script, which does some of the setup
> automatically. I think, that David posted it on the list.
> 
> I think, that we also need to switch to a dedicated tomee-8.x branch
> and move the tomee-9.x branch to master in the tomee-tck harness
> repo.
> 
> Gruß
> Richard
> 
> Am Sonntag, dem 24.04.2022 um 13:47 -0700 schrieb 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.
> > 
> > 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 the
> > issues and works with myself or Jean-Louis to smooth the path for
> > Zoltán and others?
> > 
> > Truthfully, it's something we should be doing before every release
> > on
> > any branch.  It's another particularly large release process gap we
> > do need to eventually fill.
> > 
> > 
> > -David
> > 
> > 
> > > On Apr 24, 2022, at 2:06 AM, Zowalla, Richard <
> > > richard.zowa...@hs-heilbronn.de> wrote:
> > > 
> > > 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.
> > > 
> > > We are currently working on TomEE 9. Therefore, we moved away
> > > from
> > > our
> > > previous byte code transformation approach and switched TomEE
> > > master to
> > > TomEE 9 (Jakarta). 
> > > 
> > > While we made good progress, there is still a lot todo. The
> > > efforts
> > > and
> > > open tasks are tracked in [1]. A lot of effort is currently done
> > > to
> > > switch the MicroProfile impl to MP Smallrye impls in order to
> > > move
> > > to
> > > the jakarta namespace [2].
> > > 
> > > If you are interested in contributing to our TomEE 9 efforts, we
> > > can
> > > surely find some beginner friendly tasks in this area.
> > > 
> > > Gruß
> > > Richard
> > > 
> > > 
> > > [1] https://issues.apache.org/jira/browse/TOMEE-3862
> > > [2] 
> > > https://lists.apache.org/thread/hdntdhwqkr91o2mszojq66qcfzszw96p
> > > 
> > > 
> > > Am Samstag, dem 23.04.2022 um 20:21 +0200 schrieb 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 with tomee 9 and I would like to contribute to
> > > > fixing
> > > > these
> > > > bugs and possibly improving tomee jakarta 10. (I'm sorry to
> > > > read
> > > > on
> > > > another
> > > > tomee mailing list, that you had to skip jakarta ee 8 and 9
> > > > compliance
> > > > entirely)
> > > > I use java 11 and netbeans on windows 10. If we don't have to,
> > > > we
> > > > don't
> > > > want to use another app server because we've been using tomee
> > > > since
> > > > 1.7.3.
> > > > 
> > > > Best regards: Zoltán 

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 the
> issues and works with myself or Jean-Louis to smooth the path for
> Zoltán and others?

Not for the current M8 Snapshot yet. Last time I did run (some) tests
of the ee9 tck was in May 21 - my tech stack switched, so I have to set
it up from scratch again. 

There can be no better environment to try and hit the (setup) issues -
so yes, count me in ;)

As far as I can remember, the README also needs an overhaul and we
should include the handy script, which does some of the setup
automatically. I think, that David posted it on the list.

I think, that we also need to switch to a dedicated tomee-8.x branch
and move the tomee-9.x branch to master in the tomee-tck harness repo.

Gruß
Richard

Am Sonntag, dem 24.04.2022 um 13:47 -0700 schrieb 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.
> 
> 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 the
> issues and works with myself or Jean-Louis to smooth the path for
> Zoltán and others?
> 
> Truthfully, it's something we should be doing before every release on
> any branch.  It's another particularly large release process gap we
> do need to eventually fill.
> 
> 
> -David
> 
> 
> > On Apr 24, 2022, at 2:06 AM, Zowalla, Richard <
> > richard.zowa...@hs-heilbronn.de> wrote:
> > 
> > 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.
> > 
> > We are currently working on TomEE 9. Therefore, we moved away from
> > our
> > previous byte code transformation approach and switched TomEE
> > master to
> > TomEE 9 (Jakarta). 
> > 
> > While we made good progress, there is still a lot todo. The efforts
> > and
> > open tasks are tracked in [1]. A lot of effort is currently done to
> > switch the MicroProfile impl to MP Smallrye impls in order to move
> > to
> > the jakarta namespace [2].
> > 
> > If you are interested in contributing to our TomEE 9 efforts, we
> > can
> > surely find some beginner friendly tasks in this area.
> > 
> > Gruß
> > Richard
> > 
> > 
> > [1] https://issues.apache.org/jira/browse/TOMEE-3862
> > [2] 
> > https://lists.apache.org/thread/hdntdhwqkr91o2mszojq66qcfzszw96p
> > 
> > 
> > Am Samstag, dem 23.04.2022 um 20:21 +0200 schrieb 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 with tomee 9 and I would like to contribute to
> > > fixing
> > > these
> > > bugs and possibly improving tomee jakarta 10. (I'm sorry to read
> > > on
> > > another
> > > tomee mailing list, that you had to skip jakarta ee 8 and 9
> > > compliance
> > > entirely)
> > > I use java 11 and netbeans on windows 10. If we don't have to, we
> > > don't
> > > want to use another app server because we've been using tomee
> > > since
> > > 1.7.3.
> > > 
> > > Best regards: Zoltán Tichov


smime.p7s
Description: S/MIME cryptographic signature


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.

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 the issues and works with myself 
or Jean-Louis to smooth the path for Zoltán and others?

Truthfully, it's something we should be doing before every release on any 
branch.  It's another particularly large release process gap we do need to 
eventually fill.


-David


> On Apr 24, 2022, at 2:06 AM, Zowalla, Richard 
>  wrote:
> 
> 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.
> 
> We are currently working on TomEE 9. Therefore, we moved away from our
> previous byte code transformation approach and switched TomEE master to
> TomEE 9 (Jakarta). 
> 
> While we made good progress, there is still a lot todo. The efforts and
> open tasks are tracked in [1]. A lot of effort is currently done to
> switch the MicroProfile impl to MP Smallrye impls in order to move to
> the jakarta namespace [2].
> 
> If you are interested in contributing to our TomEE 9 efforts, we can
> surely find some beginner friendly tasks in this area.
> 
> Gruß
> Richard
> 
> 
> [1] https://issues.apache.org/jira/browse/TOMEE-3862
> [2] https://lists.apache.org/thread/hdntdhwqkr91o2mszojq66qcfzszw96p
> 
> 
> Am Samstag, dem 23.04.2022 um 20:21 +0200 schrieb 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 with tomee 9 and I would like to contribute to fixing
>> these
>> bugs and possibly improving tomee jakarta 10. (I'm sorry to read on
>> another
>> tomee mailing list, that you had to skip jakarta ee 8 and 9
>> compliance
>> entirely)
>> I use java 11 and netbeans on windows 10. If we don't have to, we
>> don't
>> want to use another app server because we've been using tomee since
>> 1.7.3.
>> 
>> Best regards: Zoltán Tichov



smime.p7s
Description: S/MIME cryptographic signature


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.

We are currently working on TomEE 9. Therefore, we moved away from our
previous byte code transformation approach and switched TomEE master to
TomEE 9 (Jakarta). 

While we made good progress, there is still a lot todo. The efforts and
open tasks are tracked in [1]. A lot of effort is currently done to
switch the MicroProfile impl to MP Smallrye impls in order to move to
the jakarta namespace [2].

If you are interested in contributing to our TomEE 9 efforts, we can
surely find some beginner friendly tasks in this area.

Gruß
Richard


[1] https://issues.apache.org/jira/browse/TOMEE-3862
[2] https://lists.apache.org/thread/hdntdhwqkr91o2mszojq66qcfzszw96p


Am Samstag, dem 23.04.2022 um 20:21 +0200 schrieb 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 with tomee 9 and I would like to contribute to fixing
> these
> bugs and possibly improving tomee jakarta 10. (I'm sorry to read on
> another
> tomee mailing list, that you had to skip jakarta ee 8 and 9
> compliance
> entirely)
> I use java 11 and netbeans on windows 10. If we don't have to, we
> don't
> want to use another app server because we've been using tomee since
> 1.7.3.
> 
> Best regards: Zoltán Tichov


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 the mailing list [1] in April 2021.

Our examples contain a lot of mixed up dependencies (for example: APIs
i
n different version, ...), which do not necessarily match the versions
d
eclared in the TomEE pom.xml - in the past, we had failing unit tests
in
our examples due to such differences.

TOMEE-3234 is about replacing this mess by using so-called BOM
artifacts [2], which are generated by inspecting the binary
distribution packages during the Maven build (see
org.apache.tomee.bootstrap.GenerateBoms for details, if you want to get
an idea of the process). Consequently, these BOMs contain all
information about the different dependencies (and APIs) which are
distribute via the different TomEE flavours. 

The idea of TOMEE-3234 is to replace the declaration of multiple
dependencies and apis with the related BOM dependency to ensure, that
library updates are passed into our examples.

PR-779 [3] is a good example for the sub-tasks listed in TOMEE-3234.
So the basic process would be: Check which TOMEE flavour is needed to
run the related examples and replace the directly declared dependencies
with a dependency towards the related BOMs as shows in [2].

If you like, you can grab a sub task, tell the list on which issue you
like to work and someone will assign it to you. In this way, we will
not do the same work twice.

Hope it helps. Feel free to ask.

Gruss 
Richard

[1] 
http://mail-archives.apache.org/mod_mbox/tomee-dev/202104.mbox/%3CD58280AB-B88A-4BFB-ADD1-282544A5BF77%40gmail.com%3E

[2] https://github.com/apache/tomee/tree/master/boms

[3] https://github.com/apache/tomee/pull/779


Am Mittwoch, dem 26.01.2022 um 14:18 +0100 schrieb 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 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
> > 
> > https://issues.apache.org/jira/issues/?jql=project%20%3D%20TOMEE%20AND%20resolution%20%3D%20Unresolved%20
> > 
> > If you need a pointer to some beginner friendly tasks, just ask :)
> > 
> > If you haven't created your JIRA user, you can find how to set up
> > your
> > JIRA account here:
> > 
> > https://tomee.apache.org/community/contributing/workflow.html
> > 
> > Let us know if you are interested in any of the above areas or if
> > you
> > have further questions.
> > 
> > Thank you for showing interest!
> > 
> > Gruss
> > Richard
> > 
> > 
> > Am Donnerstag, dem 30.12.2021 um 14:31 +0100 schrieb 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 developer, working mostly with Spring nowadays, but
> > > I'm
> > > really
> > > into JakartaEE and Microprofile.
> > > 
> > > I hope I can be helpful somewhere in these projects in the
> > > future.
> > > 
> > > Thanks,
> > > Felipe


smime.p7s
Description: S/MIME cryptographic signature


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 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
>
> https://issues.apache.org/jira/issues/?jql=project%20%3D%20TOMEE%20AND%20resolution%20%3D%20Unresolved%20
>
> If you need a pointer to some beginner friendly tasks, just ask :)
>
> If you haven't created your JIRA user, you can find how to set up your
> JIRA account here:
>
> https://tomee.apache.org/community/contributing/workflow.html
>
> Let us know if you are interested in any of the above areas or if you
> have further questions.
>
> Thank you for showing interest!
>
> Gruss
> Richard
>
>
> Am Donnerstag, dem 30.12.2021 um 14:31 +0100 schrieb 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 developer, working mostly with Spring nowadays, but I'm
> > really
> > into JakartaEE and Microprofile.
> >
> > I hope I can be helpful somewhere in these projects in the future.
> >
> > Thanks,
> > Felipe
>


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
https://issues.apache.org/jira/issues/?jql=project%20%3D%20TOMEE%20AND%20resolution%20%3D%20Unresolved%20

If you need a pointer to some beginner friendly tasks, just ask :)

If you haven't created your JIRA user, you can find how to set up your
JIRA account here: 

https://tomee.apache.org/community/contributing/workflow.html

Let us know if you are interested in any of the above areas or if you
have further questions.

Thank you for showing interest!

Gruss
Richard


Am Donnerstag, dem 30.12.2021 um 14:31 +0100 schrieb 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 developer, working mostly with Spring nowadays, but I'm
> really
> into JakartaEE and Microprofile.
> 
> I hope I can be helpful somewhere in these projects in the future.
> 
> Thanks,
> Felipe


smime.p7s
Description: S/MIME cryptographic signature


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 Spanish and Portuguese along with some
infrastructure-related updates

- Now that TomEE is Jakarta EE 9.1 certified, TCK documentation may
need a couple of updates to enable more contributors to set up the
TomEE TCK environment along with TCK-related fixes for the upcoming
certifications.

- We have a Jira backlog with many topics, feel free to take a look at
https://issues.apache.org/jira/issues/?jql=project%20%3D%20TOMEE%20AND%20resolution%20%3D%20Unresolved%20

If you haven't created your JIRA user, you can find how to set up your
JIRA account here: 

https://tomee.apache.org/community/contributing/workflow.html

Let us know if you are interested in any of the above areas or if you
have further questions.

Thank you for showing interest!

Gruss
Richard

[1] 
https://mail-archives.apache.org/mod_mbox/tomee-dev/202106.mbox/%3CCAFmYxhQmqqgg7R5omBLiE%2B-RjKPT-%3DJuDreh_j-VxVycXxG-Ug%40mail.gmail.com%3E



Am Donnerstag, dem 23.12.2021 um 10:09 -0500 schrieb 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: https://portafolio-lincoln-martinez.netlify.app/
> 
> +51 943548794 | lincoln.marti...@tecsup.edu.pe | 
> lincoljos...@gmail.com
> 
> 



Re: How can I help

2021-09-10 Thread Zowalla, Richard
Hi,

not exactly. Let me explain:

Our examples contain a lot of mixed up dependencies (for example: APIs
in different version, ...), which do not necessarily match the versions
declared in the TomEE pom.xml - in the past, we had failing unit tests
in our examples due to such differences.

TOMEE-3234 is about replacing this mess by using so-called BOM
artifacts [1], which are generated by inspecting the binary
distribution packages during the Maven build (see
org.apache.tomee.bootstrap.GenerateBoms for details, if you want to get
an idea of the process). Consequently, these BOMs contain all
information about the different dependencies (and APIs) which are
distribute via the different TomEE flavours. 

The idea of TOMEE-3234 is to replace the declaration of multiple
dependencies and apis with the related BOM dependency to ensure, that
library updates are passed into our examples.

PR-779 [2] is a good example for the sub-tasks listed in TOMEE-3234.
So the basic process would be: Check which TOMEE flavour is needed to
run the related examples and replace the directly declared dependencies
with a dependency towards the related BOMs as shows in [2].

Hope it helps. Feel free to ask.

Gruss 
Richard

[1] https://github.com/apache/tomee/tree/master/boms

[2] https://github.com/apache/tomee/pull/779


Am Freitag, dem 10.09.2021 um 22:56 +0530 schrieb Distributed Systems
Guy - Bala G:
> Thanks for your Reply
> 
> I looked into the subtasks of TOMEE-3234
> <https://issues.apache.org/jira/browse/TOMEE-3234>
> example - https://issues.apache.org/jira/browse/TOMEE-3544
> 
> The task is to update the dependency of access-timeout-meta which is
> 8.0.9-SNAPSHOT to 8.0.9 is my understanding right?
> 
>   org.apache.tomee
>openejb-core
>8.0.9-SNAPSHOT
>test
> 
> 
> In this case i could take this sub task and would keep finishing all
> the
> similar tasks in the next few days.
> 
> Regards
> Bala
> 
> On Fri, 10 Sept 2021 at 17:27, Zowalla, Richard <
> richard.zowa...@hs-heilbronn.de> wrote:
> 
> > Hi Bala,
> > 
> > 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 the mailing list [1] in April.
> > 
> > If you like, you can grab a sub task, tell the list on which issue
> > you
> > like to work and someone will assign it to you. In this way, we
> > will
> > not do the same work twice.
> > 
> > Gruss
> > Richard
> > 
> > [1]
> > 
> > http://mail-archives.apache.org/mod_mbox/tomee-dev/202104.mbox/%3CD58280AB-B88A-4BFB-ADD1-282544A5BF77%40gmail.com%3E
> > 
> > Am Freitag, dem 10.09.2021 um 17:05 +0530 schrieb Distributed
> > Systems
> > Guy - Bala G:
> > > Hi All
> > > I am a newbie here. I looked into [2] most of the JIRA's status
> > > is released. Could you help point to a newbie JIRA which I could
> > > 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:
> > > 
> > > > Hey Bala,
> > > > 
> > > > better to use reply all / the list for replies.
> > > > 
> > > > Gruss
> > > > Richard
> > > > 
> > > >  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:26 +0530
> > > > 
> > > > > I looked into [2] most of the JIRA's status is released.
> > > > > Could
> > > > > you
> > > > > help point to a newbie JIRA which i could take a look at? I
> > > > > would
> > > > > be
> > > > > of great help.
> > > > > 
> > > > > Regards
> > > > > Bala
> > > > > 
> > > > > On Wed, 8 Sept 2021 at 19:32, Zowalla, Richard <
> > > > > richard.zowa...@hs-heilbronn.de> wrote:
> > > > > > Hi,
> > > > > > 
> > > > > > welcome!
> > > > > > 
> > > > > > There was a very interesting mail by César summarizing some
&g

Re: How can I help?

2021-09-10 Thread Distributed Systems Guy - Bala G
Thanks for your Reply

I looked into the subtasks of TOMEE-3234
<https://issues.apache.org/jira/browse/TOMEE-3234>
example - https://issues.apache.org/jira/browse/TOMEE-3544

The task is to update the dependency of access-timeout-meta which is
8.0.9-SNAPSHOT to 8.0.9 is my understanding right?

  org.apache.tomee
   openejb-core
   8.0.9-SNAPSHOT
   test


In this case i could take this sub task and would keep finishing all the
similar tasks in the next few days.

Regards
Bala

On Fri, 10 Sept 2021 at 17:27, Zowalla, Richard <
richard.zowa...@hs-heilbronn.de> wrote:

> Hi Bala,
>
> 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 the mailing list [1] in April.
>
> If you like, you can grab a sub task, tell the list on which issue you
> like to work and someone will assign it to you. In this way, we will
> not do the same work twice.
>
> Gruss
> Richard
>
> [1]
>
> http://mail-archives.apache.org/mod_mbox/tomee-dev/202104.mbox/%3CD58280AB-B88A-4BFB-ADD1-282544A5BF77%40gmail.com%3E
>
> Am Freitag, dem 10.09.2021 um 17:05 +0530 schrieb Distributed Systems
> Guy - Bala G:
> > Hi All
> > I am a newbie here. I looked into [2] most of the JIRA's status
> > is released. Could you help point to a newbie JIRA which I could 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:
> >
> > > Hey Bala,
> > >
> > > better to use reply all / the list for replies.
> > >
> > > Gruss
> > > Richard
> > >
> > >  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:26 +0530
> > >
> > > > I looked into [2] most of the JIRA's status is released. Could
> > > > you
> > > > help point to a newbie JIRA which i could take a look at? I would
> > > > be
> > > > of great help.
> > > >
> > > > Regards
> > > > Bala
> > > >
> > > > On Wed, 8 Sept 2021 at 19:32, Zowalla, Richard <
> > > > richard.zowa...@hs-heilbronn.de> wrote:
> > > > > 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 compatibility :)
> > > > >
> > > > > Thank you for showing interest!
> > > > >
> > > > > Gruss
> > > > > Richard
> > > > >
> > > > > [1]
> > > > >
> > >
> https://mail-archives.apache.org/mod_mbox/tomee-dev/202106.mbox/%3CCAFmYxhQmqqgg7R5omBLiE%2B-RjKPT-%3DJuDreh_j-VxVycXxG-Ug%40mail.gmail.com%3E
> > > > > [2]
> > > > >
> > >
> https://mail-archives.apache.org/mod_mbox/tomee-dev/202109.mbox/%3CCAPkio3EHvmmPNo-kJrpGVFyZXUibsMLuceERvwxEnqqVSABCjQ%40mail.gmail.com%3E
> > > > > Am Samstag, dem 04.09.2021 um 20:29 +0530 schrieb 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:
> > > > > https://www.linkedin.com/in/balasubramaniangopalakrishnan/
> > > > > > GH: https://github.com/gopalbala
> > > > > > Youtube: https://www.youtube.com/user/gopalbala12
> > > > > >
> > > > > > Looking forward to hearing from the team.
> > > > > >
> > > > > > Regards
> > > > > > Balasubramanian.G
> > > >
> > > > --
> > > > Balasubramanian.G
> >
> >
> --
> Richard Zowalla, M.Sc.
> Research Associate, PhD Student | Medical Informatics
>
> Hochschule Heilbronn – University of Applied Sciences
> Max-Planck-Str. 39
> D-74081 Heilbronn
> phone: +49 7131 504 6791 (zur Zeit nicht via Telefon erreichbar)
> mail: richard.zowa...@hs-heilbronn.de
> web: https://www.mi.hs-heilbronn.de/
>


-- 
Balasubramanian.G


Re: How can I help?

2021-09-10 Thread Zowalla, Richard
Hi Bala,

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 the mailing list [1] in April.

If you like, you can grab a sub task, tell the list on which issue you
like to work and someone will assign it to you. In this way, we will
not do the same work twice.

Gruss
Richard

[1] 
http://mail-archives.apache.org/mod_mbox/tomee-dev/202104.mbox/%3CD58280AB-B88A-4BFB-ADD1-282544A5BF77%40gmail.com%3E

Am Freitag, dem 10.09.2021 um 17:05 +0530 schrieb Distributed Systems
Guy - Bala G:
> Hi All
> I am a newbie here. I looked into [2] most of the JIRA's status
> is released. Could you help point to a newbie JIRA which I could 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:
> 
> > Hey Bala,
> > 
> > better to use reply all / the list for replies.
> > 
> > Gruss
> > Richard
> > 
> >  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:26 +0530
> > 
> > > I looked into [2] most of the JIRA's status is released. Could
> > > you
> > > help point to a newbie JIRA which i could take a look at? I would
> > > be
> > > of great help.
> > > 
> > > Regards
> > > Bala
> > > 
> > > On Wed, 8 Sept 2021 at 19:32, Zowalla, Richard <
> > > richard.zowa...@hs-heilbronn.de> wrote:
> > > > 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 compatibility :)
> > > > 
> > > > Thank you for showing interest!
> > > > 
> > > > Gruss
> > > > Richard
> > > > 
> > > > [1]
> > > > 
> > https://mail-archives.apache.org/mod_mbox/tomee-dev/202106.mbox/%3CCAFmYxhQmqqgg7R5omBLiE%2B-RjKPT-%3DJuDreh_j-VxVycXxG-Ug%40mail.gmail.com%3E
> > > > [2]
> > > > 
> > https://mail-archives.apache.org/mod_mbox/tomee-dev/202109.mbox/%3CCAPkio3EHvmmPNo-kJrpGVFyZXUibsMLuceERvwxEnqqVSABCjQ%40mail.gmail.com%3E
> > > > Am Samstag, dem 04.09.2021 um 20:29 +0530 schrieb 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:
> > > > https://www.linkedin.com/in/balasubramaniangopalakrishnan/
> > > > > GH: https://github.com/gopalbala
> > > > > Youtube: https://www.youtube.com/user/gopalbala12
> > > > > 
> > > > > Looking forward to hearing from the team.
> > > > > 
> > > > > Regards
> > > > > Balasubramanian.G
> > > 
> > > --
> > > Balasubramanian.G
> 
> 
-- 
Richard Zowalla, M.Sc.
Research Associate, PhD Student | Medical Informatics

Hochschule Heilbronn – University of Applied Sciences
Max-Planck-Str. 39 
D-74081 Heilbronn 
phone: +49 7131 504 6791 (zur Zeit nicht via Telefon erreichbar)
mail: richard.zowa...@hs-heilbronn.de
web: https://www.mi.hs-heilbronn.de/ 


smime.p7s
Description: S/MIME cryptographic signature


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

Thank you for showing interest!

Gruss
Richard

[1] 
https://mail-archives.apache.org/mod_mbox/tomee-dev/202106.mbox/%3CCAFmYxhQmqqgg7R5omBLiE%2B-RjKPT-%3DJuDreh_j-VxVycXxG-Ug%40mail.gmail.com%3E

[2] 
https://mail-archives.apache.org/mod_mbox/tomee-dev/202109.mbox/%3CCAPkio3EHvmmPNo-kJrpGVFyZXUibsMLuceERvwxEnqqVSABCjQ%40mail.gmail.com%3E

Am Samstag, dem 04.09.2021 um 20:29 +0530 schrieb 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: https://www.linkedin.com/in/balasubramaniangopalakrishnan/
> GH: https://github.com/gopalbala
> Youtube: https://www.youtube.com/user/gopalbala12
> 
> Looking forward to hearing from the team.
> 
> Regards
> Balasubramanian.G


smime.p7s
Description: S/MIME cryptographic signature


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, à(s) 18:56, Cesar Hernandez  
> escreveu:
> 
> 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:
> https://lists.apache.org/thread.html/r7868584a16783b434e8de1bf83fec72b4d05e89286ffd5b2990f5dd3%40%3Cdev.tomee.apache.org%3E
> 
>> El mié., 20 may. 2020 a las 12:40, Daniel Dias Dos Santos (<
>> daniel.dias.analist...@gmail.com>) escribió:
>> 
>> 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 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 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 instance these tickets:
>>> 
>>> Portuguese :
>>> https://issues.apache.org/jira/browse/TOMEE-2473
>>> 
>>> Spanish :
>>> https://issues.apache.org/jira/browse/TOMEE-2442
>>> 
>>> Additional TomEE website development resources:
>>> https://www.tomitribe.com/blog/how-to-contribute-to-the-tomee-website/
>>> 
>>> When you are ready you can go to JIRA and look through the various
>> tickets
>>> that are still unassigned. Feel free to ask as many questions as you like
>>> in the mailing list before, during and after your first contribution!
>>> 
>>> 
>>> 
>> https://issues.apache.org/jira/projects/TOMEE/issues/TOMEE-2496?filter=allopenissues
>>> --
>>> 
>>> *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 ter., 19 de mai. de 2020 às 09:23, Leandro Marques de Jesus
>>>  escreveu:
>>> 
 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 software life cycle, since software design and
 architecture, developing estimates, survey of functional and technical
 requirements, until delivering software in customer production
>>> environment.
 
 I can speak English and Spanish.
 Kind regards.
 
 Leandro Marques Fone: 11 96757-3897
>> 
> 
> 
> -- 
> Atentamente:
> César Hernández.



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 https://issues.apache.org/jira/projects/TOMEE/issues/ if
someone is already working on a given example. If not: Create an issue
and sent a mail to dev@ so someone can assign the task to you.

4.) Create a branch on your fork with the related issue number, ie
TOMEE-39xx

5.) Happily start the translation process of the example :)

6.) If it is ready, submit a Pull Request via 
https://github.com/apache/tomee/pulls and sent a mail to dev@ so
someone can have a look at it and merge it in.

At any time: If there are questions or if you need assistance / help,
reach out via the list.

Gruss
Richard


Am Donnerstag, den 24.06.2021, 23:48 -0300 schrieb 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?
> 
> 
> On Thu, Jun 24, 2021 at 10:56 PM Cesar Hernandez <
> cesargu...@gmail.com>
> wrote:
> 
> > Hi Luis,
> > 
> > Welcome!
> > 
> > Currently, these are a couple of tasks the community is actively
> > working
> > on:
> > 
> > - Tackling some test in the current TomEE master branch
> > 
> > - Improving the current TomEE website, we have an ongoing example
> > translation from English to Spanish and Portuguese along with some
> > infrastructure-related updates
> > 
> > - Now that TomEE is Jakarta EE 9.1 certified, TCK documentation may
> > need a
> > couple of updates to enable more contributors to set up the TomEE
> > TCK
> > environment along with TCK-related fixes for the upcoming
> > certifications.
> > 
> > - We have a Jira backlog with many topics, feel free to take a look
> > at
> > 
> > https://issues.apache.org/jira/issues/?jql=project%20%3D%20TOMEE%20AND%20resolution%20%3D%20Unresolved%20
> > If you haven't created your JIRA user, you can find how to set up
> > your JIRA
> > account here:
> > https://tomee.apache.org/community/contributing/workflow.html
> > 
> > Let us know if you are interested in any of the above areas or if
> > you have
> > further questions.
> > Thank you for showing interest!
> > 
> > 
> > El jue, 24 jun 2021 a las 19:06, Luis Ventocilla ( > >)
> > escribió:
> > 
> > > 
> > > 
> > 
> > --
> > Atentamente:
> > César Hernández.
> > 
-- 
Richard Zowalla, M.Sc.
Research Associate, PhD Student | Medical Informatics

Hochschule Heilbronn – University of Applied Sciences
Max-Planck-Str. 39 
D-74081 Heilbronn 
phone: +49 7131 504 6791 (zur Zeit nicht via Telefon erreichbar)
mail: richard.zowa...@hs-heilbronn.de
web: https://www.mi.hs-heilbronn.de/ 


smime.p7s
Description: S/MIME cryptographic signature


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?


On Thu, Jun 24, 2021 at 10:56 PM Cesar Hernandez 
wrote:

> Hi Luis,
>
> Welcome!
>
> Currently, these are a couple of tasks the community is actively working
> on:
>
> - Tackling some test in the current TomEE master branch
>
> - Improving the current TomEE website, we have an ongoing example
> translation from English to Spanish and Portuguese along with some
> infrastructure-related updates
>
> - Now that TomEE is Jakarta EE 9.1 certified, TCK documentation may need a
> couple of updates to enable more contributors to set up the TomEE TCK
> environment along with TCK-related fixes for the upcoming certifications.
>
> - We have a Jira backlog with many topics, feel free to take a look at
>
> https://issues.apache.org/jira/issues/?jql=project%20%3D%20TOMEE%20AND%20resolution%20%3D%20Unresolved%20
> If you haven't created your JIRA user, you can find how to set up your JIRA
> account here:
> https://tomee.apache.org/community/contributing/workflow.html
>
> Let us know if you are interested in any of the above areas or if you have
> further questions.
> Thank you for showing interest!
>
>
> El jue, 24 jun 2021 a las 19:06, Luis Ventocilla ()
> escribió:
>
> >
> >
> >
>
> --
> Atentamente:
> César Hernández.
>


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

Happy to guide you into any of these directions or any other area you might be 
interested in.

Don't be discouraged by the time it took for you to get a response.  See it as 
a sign that we need so much help people barely have time to answer questions 
like this.  That's a sign of how much help we need and in an environment like 
that there are endless ways to have impact.

Thank you so much for showing interest!


-- 
David Blevins
http://twitter.com/dblevins
http://www.tomitribe.com

> On Nov 25, 2020, at 8:47 AM, Jorge Luis Morales Reyes 
>  wrote:
> 
> My name is Jorge Morales Reyes. I'm a Java Web Developer from Nicaragua.
> 
> I would like to help in the Apache TomEE project.
> 
> -- 
> *Jorge Luis Morales Reyes*
> -- Claro: 8925-8285
> -- Mov: 8552-3626



smime.p7s
Description: S/MIME cryptographic signature


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:

- Documentation translation is a great opportunity for new contributions.
Check for instance these tickets:
Portuguese:https://issues.apache.org/jira/browse/TOMEE-2473
Spanish: https://issues.apache.org/jira/browse/TOMEE-2442

Additional TomEE website development resources:
https://www.tomitribe.com/blog/how-to-contribute-to-the-tomee-website/

- When you are ready you can go to JIRA and look through the various tickets
that are still unassigned. Feel free to ask as many questions as you like
in the mailing list before, during, and after your first contribution!

https://issues.apache.org/jira/projects/TOMEE/issues/TOMEE-2496?filter=allopenissues

The recent work in progress:

 - Jakarta EE 8 and EE 9 compliance: Immediate: some help getting people to
know how to run the TCK. Long-term: help to fix tests

 - User list: there might be some questions you know the answers to.

Let us know what kind of things sounds interesting and we'll see what might
fit.

El mié, 25 nov 2020 a las 10:38, Jorge Luis Morales Reyes (<
jorgeluismre...@gmail.com>) escribió:

> --
> *Jorge Luis Morales Reyes*
> -- Claro: 8925-8285
> -- Mov: 8552-3626
>


-- 
Atentamente:
César Hernández.


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. Any ideas?

Best regards,
Jose Fernando

On Fri, 14 Aug 2020 at 22:51, Cesar Hernandez  wrote:

> 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 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:
> >
> > https://issues.apache.org/jira/browse/TOMEE-2535
> >
> > and was thinking I could work on this since it looks quite simple. A
> > question is would the example have to be done using
> > the jakarta namespace or the javax namespace or both?
> >
> > Best regards,
> > Jose Fernado
> >
> >
> > On Tue, 11 Aug 2020 at 19:31, Cesar Hernandez 
> > wrote:
> >
> > > 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:
> > >
> > > - Documentation translation is a great opportunity for new
> contributions.
> > > Check for instance these tickets:
> > > Portuguese:https://issues.apache.org/jira/browse/TOMEE-2473
> > > Spanish: https://issues.apache.org/jira/browse/TOMEE-2442
> > > Additional TomEE website development resources:
> > > https://www.tomitribe.com/blog/how-to-contribute-to-the-tomee-website/
> > >
> > > - When you are ready you can go to JIRA and look through the various
> > > tickets
> > > that are still unassigned. Feel free to ask as many questions as you
> like
> > > in the mailing list before, during, and after your first contribution!
> > >
> > >
> > >
> >
> https://issues.apache.org/jira/projects/TOMEE/issues/TOMEE-2496?filter=allopenissues
> > >
> > > The recent work in progress:
> > >
> > >  - Jakarta EE 8 compliance: Immediate: some help getting people to know
> > how
> > > to run the TCK. Long-term: help fixing tests
> > >
> > >  - 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.
> > >
> > >  - User list: there might be some questions you know the answers to.
> > >
> > > Base on your email it seems you gain experience migrating your
> > application
> > > from javax to jakarta namespace, that is a green field in terms of
> > examples
> > > and documentation that you can also contribute:
> > >
> > > Let us know what kind of things sounds interesting and we'll see what
> > might
> > > fit.
> > >
> > >
> > >
> > > El mar., 11 ago. 2020 a las 7:54, José Fernando Málaga Cardoza (<
> > > malag...@tcd.ie>) escribió:
> > >
> > > > 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
> > me
> > > > decide to try and help TomEE. I am currently working as a software
> > > > developer in Zurich and have been working with Java for 5 years now
> and
> > > > most of the time I have worked with JavaEE or Spring.
> > > >
> > > > I guess my main area of interest is in working with online
> technologies
> > > so
> > > > if I could contribute there, that would be a plus.
> > > >
> > > > Best regards,
> > > > Jose Fernando
> > > >
> > >
> > >
> > > --
> > > Atentamente:
> > > César Hernández.
> > >
> >
>
>
> --
> Atentamente:
> César Hernández.
>
WARNING: Error parsing meta data from header (missing type or status value) for 
file target\jbake\content\tomee-9.0\pt\examples\websocket-tls-basic-auth.adoc!
asciidoctor: ERROR: : line 179: only book doctypes can contain level 0 
sections
asciidoctor: ERROR: : line 179: only book doctypes can contain level 0 
sections
[WARNING]
java.lang.IllegalStateException: Expected '/content/' section of path not 
found: 
D:\dev\project\tomee-site-generator\target\jbake\content\tomee-9.0\es\examples\mp-metrics-histogram.adoc
at org.apache.tomee.website.LearningLinks.pathFromContentRoot 
(LearningLinks.java:194)
at org.apache.tomee.website.LearningLinks.compareByVersion 

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 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:
>
> https://issues.apache.org/jira/browse/TOMEE-2535
>
> and was thinking I could work on this since it looks quite simple. A
> question is would the example have to be done using
> the jakarta namespace or the javax namespace or both?
>
> Best regards,
> Jose Fernado
>
>
> On Tue, 11 Aug 2020 at 19:31, Cesar Hernandez 
> wrote:
>
> > 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:
> >
> > - Documentation translation is a great opportunity for new contributions.
> > Check for instance these tickets:
> > Portuguese:https://issues.apache.org/jira/browse/TOMEE-2473
> > Spanish: https://issues.apache.org/jira/browse/TOMEE-2442
> > Additional TomEE website development resources:
> > https://www.tomitribe.com/blog/how-to-contribute-to-the-tomee-website/
> >
> > - When you are ready you can go to JIRA and look through the various
> > tickets
> > that are still unassigned. Feel free to ask as many questions as you like
> > in the mailing list before, during, and after your first contribution!
> >
> >
> >
> https://issues.apache.org/jira/projects/TOMEE/issues/TOMEE-2496?filter=allopenissues
> >
> > The recent work in progress:
> >
> >  - Jakarta EE 8 compliance: Immediate: some help getting people to know
> how
> > to run the TCK. Long-term: help fixing tests
> >
> >  - 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.
> >
> >  - User list: there might be some questions you know the answers to.
> >
> > Base on your email it seems you gain experience migrating your
> application
> > from javax to jakarta namespace, that is a green field in terms of
> examples
> > and documentation that you can also contribute:
> >
> > Let us know what kind of things sounds interesting and we'll see what
> might
> > fit.
> >
> >
> >
> > El mar., 11 ago. 2020 a las 7:54, José Fernando Málaga Cardoza (<
> > malag...@tcd.ie>) escribió:
> >
> > > 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
> me
> > > decide to try and help TomEE. I am currently working as a software
> > > developer in Zurich and have been working with Java for 5 years now and
> > > most of the time I have worked with JavaEE or Spring.
> > >
> > > I guess my main area of interest is in working with online technologies
> > so
> > > if I could contribute there, that would be a plus.
> > >
> > > Best regards,
> > > Jose Fernando
> > >
> >
> >
> > --
> > Atentamente:
> > César Hernández.
> >
>


-- 
Atentamente:
César Hernández.


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:

https://issues.apache.org/jira/browse/TOMEE-2535

and was thinking I could work on this since it looks quite simple. A
question is would the example have to be done using
the jakarta namespace or the javax namespace or both?

Best regards,
Jose Fernado


On Tue, 11 Aug 2020 at 19:31, Cesar Hernandez  wrote:

> 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:
>
> - Documentation translation is a great opportunity for new contributions.
> Check for instance these tickets:
> Portuguese:https://issues.apache.org/jira/browse/TOMEE-2473
> Spanish: https://issues.apache.org/jira/browse/TOMEE-2442
> Additional TomEE website development resources:
> https://www.tomitribe.com/blog/how-to-contribute-to-the-tomee-website/
>
> - When you are ready you can go to JIRA and look through the various
> tickets
> that are still unassigned. Feel free to ask as many questions as you like
> in the mailing list before, during, and after your first contribution!
>
>
> https://issues.apache.org/jira/projects/TOMEE/issues/TOMEE-2496?filter=allopenissues
>
> The recent work in progress:
>
>  - Jakarta EE 8 compliance: Immediate: some help getting people to know how
> to run the TCK. Long-term: help fixing tests
>
>  - 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.
>
>  - User list: there might be some questions you know the answers to.
>
> Base on your email it seems you gain experience migrating your application
> from javax to jakarta namespace, that is a green field in terms of examples
> and documentation that you can also contribute:
>
> Let us know what kind of things sounds interesting and we'll see what might
> fit.
>
>
>
> El mar., 11 ago. 2020 a las 7:54, José Fernando Málaga Cardoza (<
> malag...@tcd.ie>) escribió:
>
> > 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 me
> > decide to try and help TomEE. I am currently working as a software
> > developer in Zurich and have been working with Java for 5 years now and
> > most of the time I have worked with JavaEE or Spring.
> >
> > I guess my main area of interest is in working with online technologies
> so
> > if I could contribute there, that would be a plus.
> >
> > Best regards,
> > Jose Fernando
> >
>
>
> --
> Atentamente:
> César Hernández.
>


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:

- Documentation translation is a great opportunity for new contributions.
Check for instance these tickets:
Portuguese:https://issues.apache.org/jira/browse/TOMEE-2473
Spanish: https://issues.apache.org/jira/browse/TOMEE-2442
Additional TomEE website development resources:
https://www.tomitribe.com/blog/how-to-contribute-to-the-tomee-website/

- When you are ready you can go to JIRA and look through the various tickets
that are still unassigned. Feel free to ask as many questions as you like
in the mailing list before, during, and after your first contribution!

https://issues.apache.org/jira/projects/TOMEE/issues/TOMEE-2496?filter=allopenissues

The recent work in progress:

 - Jakarta EE 8 compliance: Immediate: some help getting people to know how
to run the TCK. Long-term: help fixing tests

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

 - User list: there might be some questions you know the answers to.

Base on your email it seems you gain experience migrating your application
from javax to jakarta namespace, that is a green field in terms of examples
and documentation that you can also contribute:

Let us know what kind of things sounds interesting and we'll see what might
fit.



El mar., 11 ago. 2020 a las 7:54, José Fernando Málaga Cardoza (<
malag...@tcd.ie>) escribió:

> 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 me
> decide to try and help TomEE. I am currently working as a software
> developer in Zurich and have been working with Java for 5 years now and
> most of the time I have worked with JavaEE or Spring.
>
> I guess my main area of interest is in working with online technologies so
> if I could contribute there, that would be a plus.
>
> Best regards,
> Jose Fernando
>


-- 
Atentamente:
César Hernández.


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 to work on this so that I’ll 
also familiarise with the TomEE and Jakarta EE 9 more. 


Thanks and Regards,
Chaitanya Chunduri

> On 24-Jul-2020, at 10:15 PM, Cesar Hernandez  wrote:
> 
> 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:
> 
> - Documentation translation is a great opportunity for new contributions.
> Check for instance these tickets:
> 
>   - Portuguese:https://issues.apache.org/jira/browse/TOMEE-2473
>   - Spanish: https://issues.apache.org/jira/browse/TOMEE-2442
> 
> Additional TomEE website development resources:
> https://www.tomitribe.com/blog/how-to-contribute-to-the-tomee-website/
> 
> - When you are ready you can go to JIRA and look through the various tickets
> that are still unassigned. Feel free to ask as many questions as you like
> in the mailing list before, during, and after your first contribution!
> 
> https://issues.apache.org/jira/projects/TOMEE/issues/TOMEE-2496?filter=allopenissues
> 
> The recent work in progress:
> 
> - Jakarta EE 8 compliance: Immediate: some help getting people to know how
> to run the TCK. Long-term: help fixing tests
> 
> - 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.
> 
> - User list: there might be some questions you know the answers to.
> 
> Let us know what kind of things sounds interesting and we'll see what might
> fit.
> 
> El vie., 24 jul. 2020 a las 9:46, Chaitanya Chunduri (<
> chaitanyach...@gmail.com>) escribió:
> 
>> 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 set is Java,
>> Kotlin, Sprint Boot, Javascript and React JS. My interests are
>> Micro-profile, Dependency Injection, JSON Parsing, Transaction Management.
>> I’m good at developing front end pages as well. I request you to assign
>> some task to me so that I’lll get started with the TomEE contribution.
>> 
>> 
>> Thanks and Regards,
>> Chaitanya Chunduri
> 
> 
> 
> -- 
> Atentamente:
> César Hernández.



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:

- Documentation translation is a great opportunity for new contributions.
Check for instance these tickets:

   - Portuguese:https://issues.apache.org/jira/browse/TOMEE-2473
   - Spanish: https://issues.apache.org/jira/browse/TOMEE-2442

Additional TomEE website development resources:
https://www.tomitribe.com/blog/how-to-contribute-to-the-tomee-website/

- When you are ready you can go to JIRA and look through the various tickets
that are still unassigned. Feel free to ask as many questions as you like
in the mailing list before, during, and after your first contribution!

https://issues.apache.org/jira/projects/TOMEE/issues/TOMEE-2496?filter=allopenissues

The recent work in progress:

 - Jakarta EE 8 compliance: Immediate: some help getting people to know how
to run the TCK. Long-term: help fixing tests

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

 - User list: there might be some questions you know the answers to.

Let us know what kind of things sounds interesting and we'll see what might
fit.

El vie., 24 jul. 2020 a las 9:46, Chaitanya Chunduri (<
chaitanyach...@gmail.com>) escribió:

> 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 set is Java,
> Kotlin, Sprint Boot, Javascript and React JS. My interests are
> Micro-profile, Dependency Injection, JSON Parsing, Transaction Management.
> I’m good at developing front end pages as well. I request you to assign
> some task to me so that I’lll get started with the TomEE contribution.
>
>
> Thanks and Regards,
> Chaitanya Chunduri



-- 
Atentamente:
César Hernández.


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 we might be 
able to get a Full Profile certification.  We won't actually be able to Full 
Profile certify on Jakarta EE 8 because it still includes some things we don't 
implement like JAX-RPC, JAXR and CORBA.

BUT all those are gone in Jakarta EE 9 which is basically the same TCK with a 
javax-to-jakarta namespace change, so Full Profile certification is actually 
something we could achieve.  If the bytecode transformation stuff works, then 
we would actually be able to work on Jakarta EE 8 TCK and Jakarta EE 9 TCK in 
parallel on TomEE master branch.

Crazy idea ... unless it works, then it's an insanely fun crazy idea. :)


-David



smime.p7s
Description: S/MIME cryptographic signature


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 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.
>
> Agree completely.  I think we're all at the same stage :)  Many of us were
> heavy into running the TCK in 2010 and 2011, but Apache lost access to the
> TCK shortly after, so this is really the first time any of us have had much
> of a chance to dig in for a very long time.
>
> So it's baby steps for all of us :)
>
> I'll be trying to run the EE 9 TCK, which might not even be working yet.
> It will probably be painful :)
>
> Brothers in arms.
>
>
> -David
>
> >> On 15 Jun 2020, at 16:05, David Blevins 
> wrote:
> >>
> >>> 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
> things.
> >>> I can start to contribute in documentation of the project, with the
> >>> translations, english to portuguese.
> >>
> >> Hi Evaldo!
> >>
> >> Are you possibly interested in teaming up 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 regularly offering 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."
> >>
> >> 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 truly any improvement is seriously impactful.  Perfection is
> impossible, any step forward is a good one.
> >>
> >> Does this sound like fun?
> >>
> >> Helber, what do you think?
> >>
> >> Anyone else think this sounds exciting?
> >>
> >>
> >> -David
> >>
> >>
> >>
> >>
> >
>
>


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, so I guess 
> it is a good place to start.

Agree completely.  I think we're all at the same stage :)  Many of us were 
heavy into running the TCK in 2010 and 2011, but Apache lost access to the TCK 
shortly after, so this is really the first time any of us have had much of a 
chance to dig in for a very long time.

So it's baby steps for all of us :)

I'll be trying to run the EE 9 TCK, which might not even be working yet.  It 
will probably be painful :)

Brothers in arms.


-David

>> On 15 Jun 2020, at 16:05, David Blevins  wrote:
>> 
>>> 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 things.
>>> I can start to contribute in documentation of the project, with the
>>> translations, english to portuguese.
>> 
>> Hi Evaldo!
>> 
>> Are you possibly interested in teaming up 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 regularly offering 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."
>> 
>> 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 truly any improvement is seriously impactful.  Perfection is impossible, 
>> any step forward is a good one.
>> 
>> Does this sound like fun?
>> 
>> Helber, what do you think?
>> 
>> Anyone else think this sounds exciting?
>> 
>> 
>> -David
>> 
>> 
>> 
>> 
> 



smime.p7s
Description: S/MIME cryptographic signature


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 Jun 2020, at 16:05, David Blevins  wrote:
> 
>> 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 things.
>> I can start to contribute in documentation of the project, with the
>> translations, english to portuguese.
> 
> Hi Evaldo!
> 
> Are you possibly interested in teaming up 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 regularly offering 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."
> 
> 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 
> truly any improvement is seriously impactful.  Perfection is impossible, any 
> step forward is a good one.
> 
> Does this sound like fun?
> 
> Helber, what do you think?
> 
> Anyone else think this sounds exciting?
> 
> 
> -David
> 
> 
> 
> 



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:

- Documentation translation is a great opportunity for new contributions.
Check for instance these tickets:

   - Portuguese:https://issues.apache.org/jira/browse/TOMEE-2473
   - Spanish: https://issues.apache.org/jira/browse/TOMEE-2442

Additional TomEE website development resources:
https://www.tomitribe.com/blog/how-to-contribute-to-the-tomee-website/

- When you are ready you can go to JIRA and look through the various tickets
that are still unassigned. Feel free to ask as many questions as you like
in the mailing list before, during and after your first contribution!

https://issues.apache.org/jira/projects/TOMEE/issues/TOMEE-2496?filter=allopenissues

Also, David highlighted in another email thread the recent work in progress:

 - Jakarta EE 8 compliance: Immediate: some help getting people to know how
to run the TCK. Long-term: help fixing tests

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

 - User list: there might be some questions you know the answers to.  This
may seem small, but if "Einstein is mopping the floor" because there is no
janitor, getting contributions from either a janitor or another Einstein
can change the world. :)  One is easier than the other :)

Let us know what kind of things sound interesting and we'll see what might
fit.


El dom., 14 jun. 2020 a las 6:21, Evaldo Junior ()
escribió:

> 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 project, with the
> translations, english to portuguese.
>
>
> Regards,
>
>
> Evaldo Junior
>


-- 
Atentamente:
César Hernández.


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 things.
> I can start to contribute in documentation of the project, with the
> translations, english to portuguese.

Hi Evaldo!

Are you possibly interested in teaming up 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 regularly offering 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."

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 truly 
any improvement is seriously impactful.  Perfection is impossible, any step 
forward is a good one.

Does this sound like fun?

Helber, what do you think?

Anyone else think this sounds exciting?


-David






smime.p7s
Description: S/MIME cryptographic signature


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 the TCK. Long-term: help fixing tests

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

 - Bug fixing:  We've got 550 open issues.  Hard part is picking one.

 - User list: there might be some questions you know the answers to.  This may 
seem small, but if "Einstein is mopping the floor" because there is no janitor, 
getting contributions from either a janitor or another Einstein can change the 
world. :)  One is easier than the other :)

Let me now what kind of things sound interesting and I'll see what might fit.


-- 
David Blevins
http://twitter.com/dblevins
http://www.tomitribe.com

> On Jun 7, 2020, at 9:44 AM, David Blevins  wrote:
> 
> 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 is 
> always plenty of do.  People have a way of 1) putting too much pressure on 
> themselves and 2) not asking questions for fear of being seen as "not smart." 
>  Don't let that happen to you.  Be chatty and talk, that's the only way :)
> 
> I created this ticket for you which is an area we're working on now with the 
> javax-to-jakarta namespace change.
> 
> - https://issues.apache.org/jira/browse/TOMEE-2838
> 
> The short version is "grab the jackson source code and see if you can find 
> where in the code `javax.xml` is being referenced.  Bonus, see if you can 
> figure out at least a little what it's doing"
> 
> I suspect their source is on github somewhere, if it is find the file and 
> post a link to the list.  You can then dig into the source itself with the 
> help of anyone else in the community who is interested.
> 
> There are actually about 2500 of these kind of references we need to 
> investigate, so really even a "I kind of think it might be doing x, but I'm 
> not sure" is super helpful.
> 
> - https://github.com/dblevins/tomee-analysis
> 
> If there are others reading who are interested in helping, I can give you a 
> chunk of references too.  There are plenty!
> 
> -- 
> David Blevins
> http://twitter.com/dblevins
> http://www.tomitribe.com
> 
>> On Jun 6, 2020, at 10:48 PM, Nagasitaram Thigulla 
>>  wrote:
>> 
>> 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 TestNG. I
>> have worked on building REST API's using JAX-RS and config sources using
>> Microprofile API. I am ready to contribute to TomEE.
>> 
>> I am expecting a simple task to start with.
>> 
>> -- 
>> *Regards*
>> *Nagasitaram*
> 



smime.p7s
Description: S/MIME cryptographic signature


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 is always 
plenty of do.  People have a way of 1) putting too much pressure on themselves 
and 2) not asking questions for fear of being seen as "not smart."  Don't let 
that happen to you.  Be chatty and talk, that's the only way :)

I created this ticket for you which is an area we're working on now with the 
javax-to-jakarta namespace change.

 - https://issues.apache.org/jira/browse/TOMEE-2838

The short version is "grab the jackson source code and see if you can find 
where in the code `javax.xml` is being referenced.  Bonus, see if you can 
figure out at least a little what it's doing"

I suspect their source is on github somewhere, if it is find the file and post 
a link to the list.  You can then dig into the source itself with the help of 
anyone else in the community who is interested.

There are actually about 2500 of these kind of references we need to 
investigate, so really even a "I kind of think it might be doing x, but I'm not 
sure" is super helpful.

 - https://github.com/dblevins/tomee-analysis

If there are others reading who are interested in helping, I can give you a 
chunk of references too.  There are plenty!

-- 
David Blevins
http://twitter.com/dblevins
http://www.tomitribe.com

> On Jun 6, 2020, at 10:48 PM, Nagasitaram Thigulla  
> wrote:
> 
> 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 TestNG. I
> have worked on building REST API's using JAX-RS and config sources using
> Microprofile API. I am ready to contribute to TomEE.
> 
> I am expecting a simple task to start with.
> 
> -- 
> *Regards*
> *Nagasitaram*



smime.p7s
Description: S/MIME cryptographic signature


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 for instance these tickets:

Portuguese :
https://issues.apache.org/jira/browse/TOMEE-2473

Spanish :
https://issues.apache.org/jira/browse/TOMEE-2442

Additional TomEE website development resources:
https://www.tomitribe.com/blog/how-to-contribute-to-the-tomee-website/

When you are ready you can go to JIRA and look through the various tickets
that are still unassigned. Feel free to ask as many questions as you like
in the mailing list before, during and after your first contribution!

https://issues.apache.org/jira/projects/TOMEE/issues/TOMEE-2496?filter=allopenissues

You too can help make an review in PR ->
https://github.com/apache/tomee/pulls
--

*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., 29 de mai. de 2020 às 16:10, Daniel Augusto de Alcantara Neto <
daniel.augus...@gmail.com> escreveu:

> 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 -
> De: 
> Date: sex., 29 de mai. de 2020 às 16:01
> Subject: WELCOME to dev@tomee.apache.org
> To: 
>
>
> Hi! This is the ezmlm program. I'm managing the
> dev@tomee.apache.org mailing list.
>
> I'm working for my owner, who can be reached
> at dev-ow...@tomee.apache.org.
>
> Acknowledgment: I have added the address
>
>daniel.augus...@gmail.com
>
> to the dev mailing list.
>
> Welcome to dev@tomee.apache.org!
>
> Please save this message so that you know the address you are
> subscribed under, in case you later want to unsubscribe or change your
> subscription address.
>
>
> --- Administrative commands for the dev list ---
>
> I can handle administrative requests automatically. Please
> do not send them to the list address! Instead, send
> your message to the correct command address:
>
> To subscribe to the list, send a message to:
>
>
> To remove your address from the list, send a message to:
>
>
> Send mail to the following for info and FAQ for this list:
>
>
>
> Similar addresses exist for the digest list:
>
>
>
> To get messages 123 through 145 (a maximum of 100 per request), mail:
>
>
> To get an index with subject and author for messages 123-456 , mail:
>
>
> They are always returned as sets of 100, max 2000 per request,
> so you'll actually get 100-499.
>
> To receive all messages with the same subject as message 12345,
> send a short message to:
>
>
> The messages should contain one line or word of text to avoid being
> treated as sp@m, but I will ignore their content.
> Only the ADDRESS you send to is important.
>
> You can start a subscription for an alternate address,
> for example "john@host.domain", just add a hyphen and your
> address (with '=' instead of '@') after the command word:
> 
>
> To stop subscription for this address, mail:
> 
>
> In both cases, I'll send a confirmation message to that address. When
> you receive it, simply reply to it to complete your subscription.
>
> If despite following these instructions, you do not get the
> desired results, please contact my owner at
> dev-ow...@tomee.apache.org. Please be patient, my owner is a
> lot slower than I am ;-)
>
> --- Enclosed is a copy of the request I received.
>
> Return-Path: 
> Received: (qmail 43698 invoked by uid 99); 29 May 2020 19:01:52 -
> Received: from pnap-us-west-generic-nat.apache.org (HELO
> spamd1-us-west.apache.org) (209.188.14.142)
> by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 29 May 2020 19:01:52
> +
> Received: from localhost (localhost [127.0.0.1])
> by spamd1-us-west.apache.org (ASF Mail Server at
> spamd1-us-west.apache.org) with ESMTP id 4D84DC06E5
> for  gmail@tomee.apache.org>; Fri, 29 May 2020 19:01:52 + (UTC)
> X-Virus-Scanned: Debian amavisd-new at spamd1-us-west.apache.org
> X-Spam-Flag: NO
> X-Spam-Score: 0.001
> X-Spam-Level:
> X-Spam-Status: No, score=0.001 tagged_above=-999 required=6.31
> tests=[DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1,
> DKIM_VALID_EF=-0.1, HTML_MESSAGE=0.2, RCVD_IN_DNSWL_NONE=-0.0001,
> SPF_HELO_NONE=0.001, SPF_PASS=-0.001, URIBL_BLOCKED=0.001]
> autolearn=disabled
> Authentication-Results: spamd1-us-west.apache.org (amavisd-new);
> dkim=pass (2048-bit key) header.d=gmail.com
> Received: from mx1-he-de.apache.org ([10.40.0.8])
> by localhost (spamd1-us-west.apache.org [10.40.0.7])
> 

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:
https://lists.apache.org/thread.html/r7868584a16783b434e8de1bf83fec72b4d05e89286ffd5b2990f5dd3%40%3Cdev.tomee.apache.org%3E

El mié., 20 may. 2020 a las 12:40, Daniel Dias Dos Santos (<
daniel.dias.analist...@gmail.com>) escribió:

> 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 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 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 instance these tickets:
> >
> > Portuguese :
> > https://issues.apache.org/jira/browse/TOMEE-2473
> >
> > Spanish :
> > https://issues.apache.org/jira/browse/TOMEE-2442
> >
> > Additional TomEE website development resources:
> > https://www.tomitribe.com/blog/how-to-contribute-to-the-tomee-website/
> >
> > When you are ready you can go to JIRA and look through the various
> tickets
> > that are still unassigned. Feel free to ask as many questions as you like
> > in the mailing list before, during and after your first contribution!
> >
> >
> >
> https://issues.apache.org/jira/projects/TOMEE/issues/TOMEE-2496?filter=allopenissues
> > --
> >
> > *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 ter., 19 de mai. de 2020 às 09:23, Leandro Marques de Jesus
> >  escreveu:
> >
> > > 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 software life cycle, since software design and
> > > architecture, developing estimates, survey of functional and technical
> > > requirements, until delivering software in customer production
> > environment.
> > >
> > > I can speak English and Spanish.
> > > Kind regards.
> > >
> > > Leandro Marques Fone: 11 96757-3897
>


-- 
Atentamente:
César Hernández.


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 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 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 instance these tickets:
>
> Portuguese :
> https://issues.apache.org/jira/browse/TOMEE-2473
>
> Spanish :
> https://issues.apache.org/jira/browse/TOMEE-2442
>
> Additional TomEE website development resources:
> https://www.tomitribe.com/blog/how-to-contribute-to-the-tomee-website/
>
> When you are ready you can go to JIRA and look through the various tickets
> that are still unassigned. Feel free to ask as many questions as you like
> in the mailing list before, during and after your first contribution!
>
>
> https://issues.apache.org/jira/projects/TOMEE/issues/TOMEE-2496?filter=allopenissues
> --
>
> *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 ter., 19 de mai. de 2020 às 09:23, Leandro Marques de Jesus
>  escreveu:
>
> > 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 software life cycle, since software design and
> > architecture, developing estimates, survey of functional and technical
> > requirements, until delivering software in customer production
> environment.
> >
> > I can speak English and Spanish.
> > Kind regards.
> >
> > Leandro Marques Fone: 11 96757-3897


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 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 instance these tickets:

Portuguese :
https://issues.apache.org/jira/browse/TOMEE-2473

Spanish :
https://issues.apache.org/jira/browse/TOMEE-2442

Additional TomEE website development resources:
https://www.tomitribe.com/blog/how-to-contribute-to-the-tomee-website/

When you are ready you can go to JIRA and look through the various tickets
that are still unassigned. Feel free to ask as many questions as you like
in the mailing list before, during and after your first contribution!

https://issues.apache.org/jira/projects/TOMEE/issues/TOMEE-2496?filter=allopenissues
--

*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 ter., 19 de mai. de 2020 às 09:23, Leandro Marques de Jesus
 escreveu:

> 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 software life cycle, since software design and
> architecture, developing estimates, survey of functional and technical
> requirements, until delivering software in customer production environment.
>
> I can speak English and Spanish.
> Kind regards.
>
> Leandro Marques Fone: 11 96757-3897  

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 instance these tickets:

Portuguese :
https://issues.apache.org/jira/browse/TOMEE-2473

Spanish :
https://issues.apache.org/jira/browse/TOMEE-2442

Additional TomEE website development resources:
https://www.tomitribe.com/blog/how-to-contribute-to-the-tomee-website/

When you are ready you can go to JIRA and look through the various tickets
that are still unassigned. Feel free to ask as many questions as you like
in the mailing list before, during and after your first contribution!

https://issues.apache.org/jira/projects/TOMEE/issues/TOMEE-2496?filter=allopenissues
--

*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 ter., 19 de mai. de 2020 às 09:23, Leandro Marques de Jesus
 escreveu:

> 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 software life cycle, since software design and
> architecture, developing estimates, survey of functional and technical
> requirements, until delivering software in customer production environment.
>
> I can speak English and Spanish.
> Kind regards.
>
> Leandro Marques Fone: 11 96757-3897


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: javax/xml/bind/JAXBException) is being
thrown
during the execution of integration tests.

I'm not sure in how to proceed right now.

Thank you

Em seg., 30 de mar. de 2020 às 11:00, Jonathan Gallimore <
jonathan.gallim...@gmail.com> escreveu:

> > 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 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 think we have a config for buildbot that builds with Java 8 and runs the
> tests with Java 11. Let me see if we can dig that out.
>
> Thanks for looking at this and for the writeup - that's really helpful!
>
> Jon
>
> On Mon, Mar 30, 2020 at 2:38 PM Thiago Henrique Hupner 
> wrote:
>
> > 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
> > happened:
> >
> > * I have to include both JBoss RMI API / JacORB dependencies;
> > * I think the agent isn't working. I get a lot of
> > "java.lang.IllegalStateException: Unable to initialize agent"
> > * I stuck in the integration test of TomEE:
> >[INFO] --- maven-failsafe-plugin:2.20:integration-test (default) @
> > apache-tomee ---
> >[WARNING] Error injecting:
> > org.apache.maven.plugin.failsafe.IntegrationTestMojo
> >java.lang.NoClassDefFoundError: javax/xml/bind/JAXBException
> >
> > I don't know where to add the JAXB dependencies to get it in the runtime,
> > any help would be appreciated.
> >
> > Thank you
> >
> >
> > Em sex., 27 de mar. de 2020 às 13:49, Jonathan Gallimore <
> > jonathan.gallim...@gmail.com> escreveu:
> >
> > > 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, which may require an update:
> > > https://github.com/apache/geronimo-xbean, so you may need to provide
> > > patches to OpenJPA and OWB as well as TomEE.
> > >
> > > Getting TomEE to build with JDK14 will likely be more difficult, but by
> > > all means give it a shot. I'd be inclined to get a view on the current
> > > runtime status first. Please do feel welcome to ask questions and chat
> on
> > > the list.
> > >
> > > Cheers!
> > >
> > > Jon
> > >
> > > On Fri, Mar 27, 2020 at 2:48 PM Thiago Henrique Hupner <
> thi...@gmail.com
> > >
> > > wrote:
> > >
> > > > 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
> > > >
> > >
> >
>


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 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 think we have a config for buildbot that builds with Java 8 and runs the
tests with Java 11. Let me see if we can dig that out.

Thanks for looking at this and for the writeup - that's really helpful!

Jon

On Mon, Mar 30, 2020 at 2:38 PM Thiago Henrique Hupner 
wrote:

> 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
> happened:
>
> * I have to include both JBoss RMI API / JacORB dependencies;
> * I think the agent isn't working. I get a lot of
> "java.lang.IllegalStateException: Unable to initialize agent"
> * I stuck in the integration test of TomEE:
>[INFO] --- maven-failsafe-plugin:2.20:integration-test (default) @
> apache-tomee ---
>[WARNING] Error injecting:
> org.apache.maven.plugin.failsafe.IntegrationTestMojo
>java.lang.NoClassDefFoundError: javax/xml/bind/JAXBException
>
> I don't know where to add the JAXB dependencies to get it in the runtime,
> any help would be appreciated.
>
> Thank you
>
>
> Em sex., 27 de mar. de 2020 às 13:49, Jonathan Gallimore <
> jonathan.gallim...@gmail.com> escreveu:
>
> > 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, which may require an update:
> > https://github.com/apache/geronimo-xbean, so you may need to provide
> > patches to OpenJPA and OWB as well as TomEE.
> >
> > Getting TomEE to build with JDK14 will likely be more difficult, but by
> > all means give it a shot. I'd be inclined to get a view on the current
> > runtime status first. Please do feel welcome to ask questions and chat on
> > the list.
> >
> > Cheers!
> >
> > Jon
> >
> > On Fri, Mar 27, 2020 at 2:48 PM Thiago Henrique Hupner  >
> > wrote:
> >
> > > 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
> > >
> >
>


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 mar. de 2020 às 10:38, Thiago Henrique Hupner <
thi...@gmail.com> escreveu:

> 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
> happened:
>
> * I have to include both JBoss RMI API / JacORB dependencies;
> * I think the agent isn't working. I get a lot of
> "java.lang.IllegalStateException: Unable to initialize agent"
> * I stuck in the integration test of TomEE:
>[INFO] --- maven-failsafe-plugin:2.20:integration-test (default) @
> apache-tomee ---
>[WARNING] Error injecting:
> org.apache.maven.plugin.failsafe.IntegrationTestMojo
>java.lang.NoClassDefFoundError: javax/xml/bind/JAXBException
>
> I don't know where to add the JAXB dependencies to get it in the runtime,
> any help would be appreciated.
>
> Thank you
>
>
> Em sex., 27 de mar. de 2020 às 13:49, Jonathan Gallimore <
> jonathan.gallim...@gmail.com> escreveu:
>
> > 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, which may require an update:
> > https://github.com/apache/geronimo-xbean, so you may need to provide
> > patches to OpenJPA and OWB as well as TomEE.
> >
> > Getting TomEE to build with JDK14 will likely be more difficult, but by
> > all means give it a shot. I'd be inclined to get a view on the current
> > runtime status first. Please do feel welcome to ask questions and chat on
> > the list.
> >
> > Cheers!
> >
> > Jon
> >
> > On Fri, Mar 27, 2020 at 2:48 PM Thiago Henrique Hupner  >
> > wrote:
> >
> > > 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
> > >
> >
>


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

* I have to include both JBoss RMI API / JacORB dependencies;
* I think the agent isn't working. I get a lot of
"java.lang.IllegalStateException: Unable to initialize agent"
* I stuck in the integration test of TomEE:
   [INFO] --- maven-failsafe-plugin:2.20:integration-test (default) @
apache-tomee ---
   [WARNING] Error injecting:
org.apache.maven.plugin.failsafe.IntegrationTestMojo
   java.lang.NoClassDefFoundError: javax/xml/bind/JAXBException

I don't know where to add the JAXB dependencies to get it in the runtime,
any help would be appreciated.

Thank you


Em sex., 27 de mar. de 2020 às 13:49, Jonathan Gallimore <
jonathan.gallim...@gmail.com> escreveu:

> 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, which may require an update:
> https://github.com/apache/geronimo-xbean, so you may need to provide
> patches to OpenJPA and OWB as well as TomEE.
>
> Getting TomEE to build with JDK14 will likely be more difficult, but by
> all means give it a shot. I'd be inclined to get a view on the current
> runtime status first. Please do feel welcome to ask questions and chat on
> the list.
>
> Cheers!
>
> Jon
>
> On Fri, Mar 27, 2020 at 2:48 PM Thiago Henrique Hupner 
> wrote:
>
> > 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
> >
>


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 <
jonathan.gallim...@gmail.com> escreveu:

> 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, which may require an update:
> https://github.com/apache/geronimo-xbean, so you may need to provide
> patches to OpenJPA and OWB as well as TomEE.
>
> Getting TomEE to build with JDK14 will likely be more difficult, but by
> all means give it a shot. I'd be inclined to get a view on the current
> runtime status first. Please do feel welcome to ask questions and chat on
> the list.
>
> Cheers!
>
> Jon
>
> On Fri, Mar 27, 2020 at 2:48 PM Thiago Henrique Hupner 
> wrote:
>
> > 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
> >
>


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
found.

There's a bit of (possibly interesting) history here: the TomEE project
grew out of a project called OpenEJB, which provided an EJB container that
was embeddable, and also a standalone EJB server. We also shipped
openejb.war which could be deployed in a vanilla Tomcat to create what we
now call TomEE. Things haven't changed that much in this regard - this is
still how we actually build the TomEE binaries.

The standalone EJB server uses conf/openejb.xml for its config. TomEE uses
conf/tomee.xml, but they are basically the same.

The logic here is:

TomEE searches for the config file here:
https://github.com/apache/tomee/blob/master/container/openejb-core/src/main/java/org/apache/openejb/config/ConfigurationFactory.java#L427
and delegates to ConfigUtils.searchForConfiguration().
The openejb.configuration property is set here:
https://github.com/apache/tomee/blob/master/tomee/tomee-catalina/src/main/java/org/apache/tomee/catalina/TomcatLoader.java#L171.
Doing something like: SystemInstance.get().getProperty("openejb.loader",
"foo").startsWith("tomcat"); should enable you to determine if we're
running as TomEE or the (still working and supported) EJB standalone server.

Ideally, if tomee.xml is missing, we should explicitly log that, and
continue. We shouldn't create a default file.

What do you think? If that doesn't sound like fun, do feel free to have a
look at some of the other tickets, and feel free to ask questions.
https://issues.apache.org/jira/projects/TOMEE/issues

Cheers

Jon


On Fri, Mar 27, 2020 at 4:14 PM Mihai A.  wrote:

> 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 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 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,
> > > developing Java clients for external services and so on. Please see
> > > amihaiemi/docker-java-api and jcabi/jcabi-github as example of Java API
> > > Wrappers.
> > >
> > > I am also blogging about experimental (let's call it like that) OOP.
> > > Besides OOP, I also cover topics such as unit testing, integration
> > testing,
> > > ci-cd automations etc.
> > >
> > > Best regards,
> > > Mihai
> > >
> > > --
> > > amihaiemil.com
> > > https://www.github.com/amihaiemil
> > >
> >
>
>
> --
> amihaiemil.com
> https://www.github.com/amihaiemil
>


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, which may require an update:
https://github.com/apache/geronimo-xbean, so you may need to provide
patches to OpenJPA and OWB as well as TomEE.

Getting TomEE to build with JDK14 will likely be more difficult, but by
all means give it a shot. I'd be inclined to get a view on the current
runtime status first. Please do feel welcome to ask questions and chat on
the list.

Cheers!

Jon

On Fri, Mar 27, 2020 at 2:48 PM Thiago Henrique Hupner 
wrote:

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


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 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 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,
> > developing Java clients for external services and so on. Please see
> > amihaiemi/docker-java-api and jcabi/jcabi-github as example of Java API
> > Wrappers.
> >
> > I am also blogging about experimental (let's call it like that) OOP.
> > Besides OOP, I also cover topics such as unit testing, integration
> testing,
> > ci-cd automations etc.
> >
> > Best regards,
> > Mihai
> >
> > --
> > amihaiemil.com
> > https://www.github.com/amihaiemil
> >
>


-- 
amihaiemil.com
https://www.github.com/amihaiemil


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 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,
> developing Java clients for external services and so on. Please see
> amihaiemi/docker-java-api and jcabi/jcabi-github as example of Java API
> Wrappers.
>
> I am also blogging about experimental (let's call it like that) OOP.
> Besides OOP, I also cover topics such as unit testing, integration testing,
> ci-cd automations etc.
>
> Best regards,
> Mihai
>
> --
> amihaiemil.com
> https://www.github.com/amihaiemil
>


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 does it mean "jaxrs or plus". Are these two different distributions?
Did you mean TomEE+ distribution when saying "plus"?


Also in section Log messages



-When running TomEE in the background, it will only print a couple of
environment variables. The log messages go to a file


I need more correct info about "a couple of environment variables" and "the
log messages got to a file". What variables are we talking about, does
TomEE automatically generate a file where messages will be saved?



P.S. We also have some links that don't work in the English version.


1. In Section "Download distribution archive" link to downloads is wrong.

2. In the section "Running as a service" links to other articles are not
properly embedded.


Regards,
Vahram



On Wed, Jan 29, 2020 at 3:49 AM Vahram Papazyan 
wrote:

> 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
>> > 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 great idea!   Have at it - unless someone else
>> objects.
>> > >
>> > > Richard
>> > >
>> > > On Sat, Jan 18, 2020 at 3:14 AM Vahram Papazyan <
>> > > vahram.develo...@gmail.com>
>> > > wrote:
>> > >
>> > > > 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 <
>> > > > vahram.develo...@gmail.com>
>> > > > wrote:
>> > > >
>> > > > > Thank You All !!!
>> > > > >
>> > > > > On Fri, Jan 10, 2020 at 6:26 PM Marco Ferreira <
>> > > > > marcoantoniobferre...@gmail.com> wrote:
>> > > > >
>> > > > >> Welcome board Vahram!!!
>> > > > >>
>> > > > >> On Thu, 9 Jan 2020 at 08:51, Daniel Dias Dos Santos <
>> > > > >> daniel.dias.analist...@gmail.com> wrote:
>> > > > >>
>> > > > >> > Welcome  Vahram   :  )
>> > > > >> >
>> > > > >> >
>> > > > >> > Em qua., 8 de jan. de 2020 às 18:33, Cesar Hernandez <
>> > > > >> cesargu...@gmail.com
>> > > > >> > >
>> > > > >> > escreveu:
>> > > > >> >
>> > > > >> > > Wellcome Vahram.
>> > > > >> > >
>> > > > >> > >
>> > > > >> > > El mié., 8 ene. 2020 a las 14:38, Richard Monson-Haefel (<
>> > > > >> > > monsonhae...@gmail.com>) escribió:
>> > > > >> > >
>> > > > >> > > > Hello Vahram!
>> > > > >> > > >
>> > > > >> > > > Welcome to the community! Glad to hear from a contributor
>> who
>> > > > knows
>> > > > >> the
>> > > > >> > > > Russian language!
>> > > > >> > > >
>> > > > >> > > > 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. I
>> > > > >> > > > don't think we have any transitions into Russian, so you
>> will
>> > be
>> > > > >> > breaking
>> > > > >> > > > new ground!
>> > > > >> > > > Check for instance these tickets for Portuguese and
>> Spanish.
>> > > > Doing
>> > > > >> the
>> > > > >> > > > same thing in Russian would be a good way to start!  I
>> don't
>> > > think
>> > > > >> you
>> > > > >> > > need
>> > > > >> > > > to have a ticket to get started.
>> > > > >> > > >
>> > > > >> > > > Portuguese :
>> > > > >> > > > https://issues.apache.org/jira/browse/TOMEE-2473
>> > > > >> > > >
>> > > > >> > > > Spanish :
>> > > > >> > > > https://issues.apache.org/jira/browse/TOMEE-2442
>> > > > >> > > >
>> > > > >> > > > Here are some Additional TomEE website development
>> resources:
>> > > > >> > > >
>> > > > >>
>> > >
>> https://www.tomitribe.com/blog/how-to-contribute-to-the-tomee-website/
>> > > > >> > > >
>> > > > >> > > > When you are ready you can go to JIRA and look through the
>> > > various
>> > > > >> > > tickets
>> > > > >> > > > that are still unassigned. Feel free to ask as many
>> questions
>> > as
>> > > > you
>> > > > >> > like
>> > > > >> > > > in the mailing list before, during and after your first
>> > > > >> contribution!
>> > > > >> > > >
>> > > > >> > > >
>> > > > >> > > >
>> > > > >> > >
>> > > > >> >
>> > > > >>
>> > > >
>> > >
>> >
>> 

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 move forward the Jira ticket.
>

Thank you for adding the Contributor role. I really appreciate.

Just for the record, my JIRA username is bitcoder

Best,

Guillermo


>
> El mar., 28 ene. 2020 a las 18:38, Guillermo García ()
> escribió:
>
> > 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 next step is creating a JIRA Ticket. :)
> >
> > Best,
> >
> > Guillermo García
> > Software Engineer
> >
>
>
> --
> Atentamente:
> César Hernández.
>


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 García ()
escribió:

> 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 next step is creating a JIRA Ticket. :)
>
> Best,
>
> Guillermo García
> Software Engineer
>


-- 
Atentamente:
César Hernández.


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
> > 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 great idea!   Have at it - unless someone else
> objects.
> > >
> > > Richard
> > >
> > > On Sat, Jan 18, 2020 at 3:14 AM Vahram Papazyan <
> > > vahram.develo...@gmail.com>
> > > wrote:
> > >
> > > > 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 <
> > > > vahram.develo...@gmail.com>
> > > > wrote:
> > > >
> > > > > Thank You All !!!
> > > > >
> > > > > On Fri, Jan 10, 2020 at 6:26 PM Marco Ferreira <
> > > > > marcoantoniobferre...@gmail.com> wrote:
> > > > >
> > > > >> Welcome board Vahram!!!
> > > > >>
> > > > >> On Thu, 9 Jan 2020 at 08:51, Daniel Dias Dos Santos <
> > > > >> daniel.dias.analist...@gmail.com> wrote:
> > > > >>
> > > > >> > Welcome  Vahram   :  )
> > > > >> >
> > > > >> >
> > > > >> > Em qua., 8 de jan. de 2020 às 18:33, Cesar Hernandez <
> > > > >> cesargu...@gmail.com
> > > > >> > >
> > > > >> > escreveu:
> > > > >> >
> > > > >> > > Wellcome Vahram.
> > > > >> > >
> > > > >> > >
> > > > >> > > El mié., 8 ene. 2020 a las 14:38, Richard Monson-Haefel (<
> > > > >> > > monsonhae...@gmail.com>) escribió:
> > > > >> > >
> > > > >> > > > Hello Vahram!
> > > > >> > > >
> > > > >> > > > Welcome to the community! Glad to hear from a contributor
> who
> > > > knows
> > > > >> the
> > > > >> > > > Russian language!
> > > > >> > > >
> > > > >> > > > 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. I
> > > > >> > > > don't think we have any transitions into Russian, so you
> will
> > be
> > > > >> > breaking
> > > > >> > > > new ground!
> > > > >> > > > Check for instance these tickets for Portuguese and Spanish.
> > > > Doing
> > > > >> the
> > > > >> > > > same thing in Russian would be a good way to start!  I don't
> > > think
> > > > >> you
> > > > >> > > need
> > > > >> > > > to have a ticket to get started.
> > > > >> > > >
> > > > >> > > > Portuguese :
> > > > >> > > > https://issues.apache.org/jira/browse/TOMEE-2473
> > > > >> > > >
> > > > >> > > > Spanish :
> > > > >> > > > https://issues.apache.org/jira/browse/TOMEE-2442
> > > > >> > > >
> > > > >> > > > Here are some Additional TomEE website development
> resources:
> > > > >> > > >
> > > > >>
> > > https://www.tomitribe.com/blog/how-to-contribute-to-the-tomee-website/
> > > > >> > > >
> > > > >> > > > When you are ready you can go to JIRA and look through the
> > > various
> > > > >> > > tickets
> > > > >> > > > that are still unassigned. Feel free to ask as many
> questions
> > as
> > > > you
> > > > >> > like
> > > > >> > > > in the mailing list before, during and after your first
> > > > >> contribution!
> > > > >> > > >
> > > > >> > > >
> > > > >> > > >
> > > > >> > >
> > > > >> >
> > > > >>
> > > >
> > >
> >
> https://issues.apache.org/jira/projects/TOMEE/issues/TOMEE-2496?filter=allopenissues
> > > > >> > > >
> > > > >> > > > Again, Welcome!
> > > > >> > > >
> > > > >> > > > Richard
> > > > >> > > >
> > > > >> > > > On Wed, Jan 8, 2020 at 2:29 PM Vahram Papazyan <
> > > > >> > > vahram.develo...@gmail.com
> > > > >> > > > >
> > > > >> > > > wrote:
> > > > >> > > >
> > > > >> > > > > Hi, I'm an entry-level Java Developer. A couple of days
> ago
> > > saw
> > > > >> > Daniel
> > > > >> > > > > Dias' tweet that you need translators for TomEE
> > documentation.
> > > > I'm
> > > > >> > > fluent
> > > > >> > > > > in Russian so decided to offer my help to translate it
> into
> > > > >> Russian.
> > > > >> > I
> > > > >> > > > have
> > > > >> > > > > one published article in a popular Russian speaking
> > > blog(itvdn),
> > > > >> the
> > > > >> > > link
> > > > >> > > > > is attached to my mail. The main reason I want to do it is
> > > that
> > > > I
> > > > >> > think
> > > > >> > > > > it's very important to have a contribution to the
> > improvement
> > > of
> > > > >> my
> > > > >> > > > > profession.
> > > > >> > > > >
> > > > >> > > > > My article - https://itvdn.com/ru/blog/article/imp-clr
> > > > >> > > > >
> > > > >> > > > >
> > > > >> > > > > P.S. I will work slow as I'm very busy now
> > > > >> > > > >
> 

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 at 9:44 PM Richard Monson-Haefel <
> monsonhae...@gmail.com> wrote:
>
> > 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 <
> > vahram.develo...@gmail.com>
> > wrote:
> >
> > > 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 <
> > > vahram.develo...@gmail.com>
> > > wrote:
> > >
> > > > Thank You All !!!
> > > >
> > > > On Fri, Jan 10, 2020 at 6:26 PM Marco Ferreira <
> > > > marcoantoniobferre...@gmail.com> wrote:
> > > >
> > > >> Welcome board Vahram!!!
> > > >>
> > > >> On Thu, 9 Jan 2020 at 08:51, Daniel Dias Dos Santos <
> > > >> daniel.dias.analist...@gmail.com> wrote:
> > > >>
> > > >> > Welcome  Vahram   :  )
> > > >> >
> > > >> >
> > > >> > Em qua., 8 de jan. de 2020 às 18:33, Cesar Hernandez <
> > > >> cesargu...@gmail.com
> > > >> > >
> > > >> > escreveu:
> > > >> >
> > > >> > > Wellcome Vahram.
> > > >> > >
> > > >> > >
> > > >> > > El mié., 8 ene. 2020 a las 14:38, Richard Monson-Haefel (<
> > > >> > > monsonhae...@gmail.com>) escribió:
> > > >> > >
> > > >> > > > Hello Vahram!
> > > >> > > >
> > > >> > > > Welcome to the community! Glad to hear from a contributor who
> > > knows
> > > >> the
> > > >> > > > Russian language!
> > > >> > > >
> > > >> > > > 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. I
> > > >> > > > don't think we have any transitions into Russian, so you will
> be
> > > >> > breaking
> > > >> > > > new ground!
> > > >> > > > Check for instance these tickets for Portuguese and Spanish.
> > > Doing
> > > >> the
> > > >> > > > same thing in Russian would be a good way to start!  I don't
> > think
> > > >> you
> > > >> > > need
> > > >> > > > to have a ticket to get started.
> > > >> > > >
> > > >> > > > Portuguese :
> > > >> > > > https://issues.apache.org/jira/browse/TOMEE-2473
> > > >> > > >
> > > >> > > > Spanish :
> > > >> > > > https://issues.apache.org/jira/browse/TOMEE-2442
> > > >> > > >
> > > >> > > > Here are some Additional TomEE website development resources:
> > > >> > > >
> > > >>
> > https://www.tomitribe.com/blog/how-to-contribute-to-the-tomee-website/
> > > >> > > >
> > > >> > > > When you are ready you can go to JIRA and look through the
> > various
> > > >> > > tickets
> > > >> > > > that are still unassigned. Feel free to ask as many questions
> as
> > > you
> > > >> > like
> > > >> > > > in the mailing list before, during and after your first
> > > >> contribution!
> > > >> > > >
> > > >> > > >
> > > >> > > >
> > > >> > >
> > > >> >
> > > >>
> > >
> >
> https://issues.apache.org/jira/projects/TOMEE/issues/TOMEE-2496?filter=allopenissues
> > > >> > > >
> > > >> > > > Again, Welcome!
> > > >> > > >
> > > >> > > > Richard
> > > >> > > >
> > > >> > > > On Wed, Jan 8, 2020 at 2:29 PM Vahram Papazyan <
> > > >> > > vahram.develo...@gmail.com
> > > >> > > > >
> > > >> > > > wrote:
> > > >> > > >
> > > >> > > > > Hi, I'm an entry-level Java Developer. A couple of days ago
> > saw
> > > >> > Daniel
> > > >> > > > > Dias' tweet that you need translators for TomEE
> documentation.
> > > I'm
> > > >> > > fluent
> > > >> > > > > in Russian so decided to offer my help to translate it into
> > > >> Russian.
> > > >> > I
> > > >> > > > have
> > > >> > > > > one published article in a popular Russian speaking
> > blog(itvdn),
> > > >> the
> > > >> > > link
> > > >> > > > > is attached to my mail. The main reason I want to do it is
> > that
> > > I
> > > >> > think
> > > >> > > > > it's very important to have a contribution to the
> improvement
> > of
> > > >> my
> > > >> > > > > profession.
> > > >> > > > >
> > > >> > > > > My article - https://itvdn.com/ru/blog/article/imp-clr
> > > >> > > > >
> > > >> > > > >
> > > >> > > > > P.S. I will work slow as I'm very busy now
> > > >> > > > >
> > > >> > > > >
> > > >> > > > >
> > > >> > > > > Regards,
> > > >> > > > > Vahram
> > > >> > > > >
> > > >> > > >
> > > >> > > >
> > > >> > > > --
> > > >> > > > Richard Monson-Haefel
> > > >> > > > https://twitter.com/rmonson
> > > >> > > > https://www.linkedin.com/in/monsonhaefel/
> > > >> > > >
> > > >> > >
> > > >> > >
> > > >> > > --
> > > >> > > Atentamente:
> > > >> > > César Hernández.
> > > >> > >
> > > >> >
> > > >>
> > > >>
> > > >> 

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!

El mar., 28 ene. 2020 a las 12:27, Vahram Papazyan (<
vahram.develo...@gmail.com>) escribió:

> 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 great idea!   Have at it - unless someone else objects.
> >
> > Richard
> >
> > On Sat, Jan 18, 2020 at 3:14 AM Vahram Papazyan <
> > vahram.develo...@gmail.com>
> > wrote:
> >
> > > 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 <
> > > vahram.develo...@gmail.com>
> > > wrote:
> > >
> > > > Thank You All !!!
> > > >
> > > > On Fri, Jan 10, 2020 at 6:26 PM Marco Ferreira <
> > > > marcoantoniobferre...@gmail.com> wrote:
> > > >
> > > >> Welcome board Vahram!!!
> > > >>
> > > >> On Thu, 9 Jan 2020 at 08:51, Daniel Dias Dos Santos <
> > > >> daniel.dias.analist...@gmail.com> wrote:
> > > >>
> > > >> > Welcome  Vahram   :  )
> > > >> >
> > > >> >
> > > >> > Em qua., 8 de jan. de 2020 às 18:33, Cesar Hernandez <
> > > >> cesargu...@gmail.com
> > > >> > >
> > > >> > escreveu:
> > > >> >
> > > >> > > Wellcome Vahram.
> > > >> > >
> > > >> > >
> > > >> > > El mié., 8 ene. 2020 a las 14:38, Richard Monson-Haefel (<
> > > >> > > monsonhae...@gmail.com>) escribió:
> > > >> > >
> > > >> > > > Hello Vahram!
> > > >> > > >
> > > >> > > > Welcome to the community! Glad to hear from a contributor who
> > > knows
> > > >> the
> > > >> > > > Russian language!
> > > >> > > >
> > > >> > > > 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. I
> > > >> > > > don't think we have any transitions into Russian, so you will
> be
> > > >> > breaking
> > > >> > > > new ground!
> > > >> > > > Check for instance these tickets for Portuguese and Spanish.
> > > Doing
> > > >> the
> > > >> > > > same thing in Russian would be a good way to start!  I don't
> > think
> > > >> you
> > > >> > > need
> > > >> > > > to have a ticket to get started.
> > > >> > > >
> > > >> > > > Portuguese :
> > > >> > > > https://issues.apache.org/jira/browse/TOMEE-2473
> > > >> > > >
> > > >> > > > Spanish :
> > > >> > > > https://issues.apache.org/jira/browse/TOMEE-2442
> > > >> > > >
> > > >> > > > Here are some Additional TomEE website development resources:
> > > >> > > >
> > > >>
> > https://www.tomitribe.com/blog/how-to-contribute-to-the-tomee-website/
> > > >> > > >
> > > >> > > > When you are ready you can go to JIRA and look through the
> > various
> > > >> > > tickets
> > > >> > > > that are still unassigned. Feel free to ask as many questions
> as
> > > you
> > > >> > like
> > > >> > > > in the mailing list before, during and after your first
> > > >> contribution!
> > > >> > > >
> > > >> > > >
> > > >> > > >
> > > >> > >
> > > >> >
> > > >>
> > >
> >
> https://issues.apache.org/jira/projects/TOMEE/issues/TOMEE-2496?filter=allopenissues
> > > >> > > >
> > > >> > > > Again, Welcome!
> > > >> > > >
> > > >> > > > Richard
> > > >> > > >
> > > >> > > > On Wed, Jan 8, 2020 at 2:29 PM Vahram Papazyan <
> > > >> > > vahram.develo...@gmail.com
> > > >> > > > >
> > > >> > > > wrote:
> > > >> > > >
> > > >> > > > > Hi, I'm an entry-level Java Developer. A couple of days ago
> > saw
> > > >> > Daniel
> > > >> > > > > Dias' tweet that you need translators for TomEE
> documentation.
> > > I'm
> > > >> > > fluent
> > > >> > > > > in Russian so decided to offer my help to translate it into
> > > >> Russian.
> > > >> > I
> > > >> > > > have
> > > >> > > > > one published article in a popular Russian speaking
> > blog(itvdn),
> > > >> the
> > > >> > > link
> > > >> > > > > is attached to my mail. The main reason I want to do it is
> > that
> > > I
> > > >> > think
> > > >> > > > > it's very important to have a contribution to the
> improvement
> > of
> > > >> my
> > > >> > > > > profession.
> > > >> > > > >
> > > >> > > > > My article - https://itvdn.com/ru/blog/article/imp-clr
> > > >> > > > >
> > > >> > > > >
> > > >> > > > > P.S. I will work slow as I'm very busy now
> > > >> > > > >
> > > >> > > > >
> > > >> > > > >
> > > >> > > > > Regards,
> > > >> > > > > Vahram
> > > >> > > > >
> > > >> > > >
> > > >> > > >
> > > >> > > > --
> 

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 great idea!   Have at it - unless someone else objects.
>
> Richard
>
> On Sat, Jan 18, 2020 at 3:14 AM Vahram Papazyan <
> vahram.develo...@gmail.com>
> wrote:
>
> > 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 <
> > vahram.develo...@gmail.com>
> > wrote:
> >
> > > Thank You All !!!
> > >
> > > On Fri, Jan 10, 2020 at 6:26 PM Marco Ferreira <
> > > marcoantoniobferre...@gmail.com> wrote:
> > >
> > >> Welcome board Vahram!!!
> > >>
> > >> On Thu, 9 Jan 2020 at 08:51, Daniel Dias Dos Santos <
> > >> daniel.dias.analist...@gmail.com> wrote:
> > >>
> > >> > Welcome  Vahram   :  )
> > >> >
> > >> >
> > >> > Em qua., 8 de jan. de 2020 às 18:33, Cesar Hernandez <
> > >> cesargu...@gmail.com
> > >> > >
> > >> > escreveu:
> > >> >
> > >> > > Wellcome Vahram.
> > >> > >
> > >> > >
> > >> > > El mié., 8 ene. 2020 a las 14:38, Richard Monson-Haefel (<
> > >> > > monsonhae...@gmail.com>) escribió:
> > >> > >
> > >> > > > Hello Vahram!
> > >> > > >
> > >> > > > Welcome to the community! Glad to hear from a contributor who
> > knows
> > >> the
> > >> > > > Russian language!
> > >> > > >
> > >> > > > 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. I
> > >> > > > don't think we have any transitions into Russian, so you will be
> > >> > breaking
> > >> > > > new ground!
> > >> > > > Check for instance these tickets for Portuguese and Spanish.
> > Doing
> > >> the
> > >> > > > same thing in Russian would be a good way to start!  I don't
> think
> > >> you
> > >> > > need
> > >> > > > to have a ticket to get started.
> > >> > > >
> > >> > > > Portuguese :
> > >> > > > https://issues.apache.org/jira/browse/TOMEE-2473
> > >> > > >
> > >> > > > Spanish :
> > >> > > > https://issues.apache.org/jira/browse/TOMEE-2442
> > >> > > >
> > >> > > > Here are some Additional TomEE website development resources:
> > >> > > >
> > >>
> https://www.tomitribe.com/blog/how-to-contribute-to-the-tomee-website/
> > >> > > >
> > >> > > > When you are ready you can go to JIRA and look through the
> various
> > >> > > tickets
> > >> > > > that are still unassigned. Feel free to ask as many questions as
> > you
> > >> > like
> > >> > > > in the mailing list before, during and after your first
> > >> contribution!
> > >> > > >
> > >> > > >
> > >> > > >
> > >> > >
> > >> >
> > >>
> >
> https://issues.apache.org/jira/projects/TOMEE/issues/TOMEE-2496?filter=allopenissues
> > >> > > >
> > >> > > > Again, Welcome!
> > >> > > >
> > >> > > > Richard
> > >> > > >
> > >> > > > On Wed, Jan 8, 2020 at 2:29 PM Vahram Papazyan <
> > >> > > vahram.develo...@gmail.com
> > >> > > > >
> > >> > > > wrote:
> > >> > > >
> > >> > > > > Hi, I'm an entry-level Java Developer. A couple of days ago
> saw
> > >> > Daniel
> > >> > > > > Dias' tweet that you need translators for TomEE documentation.
> > I'm
> > >> > > fluent
> > >> > > > > in Russian so decided to offer my help to translate it into
> > >> Russian.
> > >> > I
> > >> > > > have
> > >> > > > > one published article in a popular Russian speaking
> blog(itvdn),
> > >> the
> > >> > > link
> > >> > > > > is attached to my mail. The main reason I want to do it is
> that
> > I
> > >> > think
> > >> > > > > it's very important to have a contribution to the improvement
> of
> > >> my
> > >> > > > > profession.
> > >> > > > >
> > >> > > > > My article - https://itvdn.com/ru/blog/article/imp-clr
> > >> > > > >
> > >> > > > >
> > >> > > > > P.S. I will work slow as I'm very busy now
> > >> > > > >
> > >> > > > >
> > >> > > > >
> > >> > > > > Regards,
> > >> > > > > Vahram
> > >> > > > >
> > >> > > >
> > >> > > >
> > >> > > > --
> > >> > > > Richard Monson-Haefel
> > >> > > > https://twitter.com/rmonson
> > >> > > > https://www.linkedin.com/in/monsonhaefel/
> > >> > > >
> > >> > >
> > >> > >
> > >> > > --
> > >> > > Atentamente:
> > >> > > César Hernández.
> > >> > >
> > >> >
> > >>
> > >>
> > >> --
> > >> AAte
> > >>
> > >> Atenciosamente,
> > >>
> > >> Marco Ferreira
> > >> [image: https://]about.me/m.ferreira
> > >> <
> > >>
> >
> https://about.me/m.ferreira?promo=email_sig_source=product_medium=email_sig_campaign=gmail_api
> > >> >
> > >>
> > >
> >
>
>
> --
> Richard Monson-Haefel
> https://twitter.com/rmonson
> https://www.linkedin.com/in/monsonhaefel/
>


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, 2020 at 8:01 PM Vahram Papazyan <
> vahram.develo...@gmail.com>
> wrote:
>
> > Thank You All !!!
> >
> > On Fri, Jan 10, 2020 at 6:26 PM Marco Ferreira <
> > marcoantoniobferre...@gmail.com> wrote:
> >
> >> Welcome board Vahram!!!
> >>
> >> On Thu, 9 Jan 2020 at 08:51, Daniel Dias Dos Santos <
> >> daniel.dias.analist...@gmail.com> wrote:
> >>
> >> > Welcome  Vahram   :  )
> >> >
> >> >
> >> > Em qua., 8 de jan. de 2020 às 18:33, Cesar Hernandez <
> >> cesargu...@gmail.com
> >> > >
> >> > escreveu:
> >> >
> >> > > Wellcome Vahram.
> >> > >
> >> > >
> >> > > El mié., 8 ene. 2020 a las 14:38, Richard Monson-Haefel (<
> >> > > monsonhae...@gmail.com>) escribió:
> >> > >
> >> > > > Hello Vahram!
> >> > > >
> >> > > > Welcome to the community! Glad to hear from a contributor who
> knows
> >> the
> >> > > > Russian language!
> >> > > >
> >> > > > 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. I
> >> > > > don't think we have any transitions into Russian, so you will be
> >> > breaking
> >> > > > new ground!
> >> > > > Check for instance these tickets for Portuguese and Spanish.
> Doing
> >> the
> >> > > > same thing in Russian would be a good way to start!  I don't think
> >> you
> >> > > need
> >> > > > to have a ticket to get started.
> >> > > >
> >> > > > Portuguese :
> >> > > > https://issues.apache.org/jira/browse/TOMEE-2473
> >> > > >
> >> > > > Spanish :
> >> > > > https://issues.apache.org/jira/browse/TOMEE-2442
> >> > > >
> >> > > > Here are some Additional TomEE website development resources:
> >> > > >
> >> https://www.tomitribe.com/blog/how-to-contribute-to-the-tomee-website/
> >> > > >
> >> > > > When you are ready you can go to JIRA and look through the various
> >> > > tickets
> >> > > > that are still unassigned. Feel free to ask as many questions as
> you
> >> > like
> >> > > > in the mailing list before, during and after your first
> >> contribution!
> >> > > >
> >> > > >
> >> > > >
> >> > >
> >> >
> >>
> https://issues.apache.org/jira/projects/TOMEE/issues/TOMEE-2496?filter=allopenissues
> >> > > >
> >> > > > Again, Welcome!
> >> > > >
> >> > > > Richard
> >> > > >
> >> > > > On Wed, Jan 8, 2020 at 2:29 PM Vahram Papazyan <
> >> > > vahram.develo...@gmail.com
> >> > > > >
> >> > > > wrote:
> >> > > >
> >> > > > > Hi, I'm an entry-level Java Developer. A couple of days ago saw
> >> > Daniel
> >> > > > > Dias' tweet that you need translators for TomEE documentation.
> I'm
> >> > > fluent
> >> > > > > in Russian so decided to offer my help to translate it into
> >> Russian.
> >> > I
> >> > > > have
> >> > > > > one published article in a popular Russian speaking blog(itvdn),
> >> the
> >> > > link
> >> > > > > is attached to my mail. The main reason I want to do it is that
> I
> >> > think
> >> > > > > it's very important to have a contribution to the improvement of
> >> my
> >> > > > > profession.
> >> > > > >
> >> > > > > My article - https://itvdn.com/ru/blog/article/imp-clr
> >> > > > >
> >> > > > >
> >> > > > > P.S. I will work slow as I'm very busy now
> >> > > > >
> >> > > > >
> >> > > > >
> >> > > > > Regards,
> >> > > > > Vahram
> >> > > > >
> >> > > >
> >> > > >
> >> > > > --
> >> > > > Richard Monson-Haefel
> >> > > > https://twitter.com/rmonson
> >> > > > https://www.linkedin.com/in/monsonhaefel/
> >> > > >
> >> > >
> >> > >
> >> > > --
> >> > > Atentamente:
> >> > > César Hernández.
> >> > >
> >> >
> >>
> >>
> >> --
> >> AAte
> >>
> >> Atenciosamente,
> >>
> >> Marco Ferreira
> >> [image: https://]about.me/m.ferreira
> >> <
> >>
> https://about.me/m.ferreira?promo=email_sig_source=product_medium=email_sig_campaign=gmail_api
> >> >
> >>
> >
>


-- 
Richard Monson-Haefel
https://twitter.com/rmonson
https://www.linkedin.com/in/monsonhaefel/


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:
>
>> Welcome board Vahram!!!
>>
>> On Thu, 9 Jan 2020 at 08:51, Daniel Dias Dos Santos <
>> daniel.dias.analist...@gmail.com> wrote:
>>
>> > Welcome  Vahram   :  )
>> >
>> >
>> > Em qua., 8 de jan. de 2020 às 18:33, Cesar Hernandez <
>> cesargu...@gmail.com
>> > >
>> > escreveu:
>> >
>> > > Wellcome Vahram.
>> > >
>> > >
>> > > El mié., 8 ene. 2020 a las 14:38, Richard Monson-Haefel (<
>> > > monsonhae...@gmail.com>) escribió:
>> > >
>> > > > Hello Vahram!
>> > > >
>> > > > Welcome to the community! Glad to hear from a contributor who knows
>> the
>> > > > Russian language!
>> > > >
>> > > > 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. I
>> > > > don't think we have any transitions into Russian, so you will be
>> > breaking
>> > > > new ground!
>> > > > Check for instance these tickets for Portuguese and Spanish.  Doing
>> the
>> > > > same thing in Russian would be a good way to start!  I don't think
>> you
>> > > need
>> > > > to have a ticket to get started.
>> > > >
>> > > > Portuguese :
>> > > > https://issues.apache.org/jira/browse/TOMEE-2473
>> > > >
>> > > > Spanish :
>> > > > https://issues.apache.org/jira/browse/TOMEE-2442
>> > > >
>> > > > Here are some Additional TomEE website development resources:
>> > > >
>> https://www.tomitribe.com/blog/how-to-contribute-to-the-tomee-website/
>> > > >
>> > > > When you are ready you can go to JIRA and look through the various
>> > > tickets
>> > > > that are still unassigned. Feel free to ask as many questions as you
>> > like
>> > > > in the mailing list before, during and after your first
>> contribution!
>> > > >
>> > > >
>> > > >
>> > >
>> >
>> https://issues.apache.org/jira/projects/TOMEE/issues/TOMEE-2496?filter=allopenissues
>> > > >
>> > > > Again, Welcome!
>> > > >
>> > > > Richard
>> > > >
>> > > > On Wed, Jan 8, 2020 at 2:29 PM Vahram Papazyan <
>> > > vahram.develo...@gmail.com
>> > > > >
>> > > > wrote:
>> > > >
>> > > > > Hi, I'm an entry-level Java Developer. A couple of days ago saw
>> > Daniel
>> > > > > Dias' tweet that you need translators for TomEE documentation. I'm
>> > > fluent
>> > > > > in Russian so decided to offer my help to translate it into
>> Russian.
>> > I
>> > > > have
>> > > > > one published article in a popular Russian speaking blog(itvdn),
>> the
>> > > link
>> > > > > is attached to my mail. The main reason I want to do it is that I
>> > think
>> > > > > it's very important to have a contribution to the improvement of
>> my
>> > > > > profession.
>> > > > >
>> > > > > My article - https://itvdn.com/ru/blog/article/imp-clr
>> > > > >
>> > > > >
>> > > > > P.S. I will work slow as I'm very busy now
>> > > > >
>> > > > >
>> > > > >
>> > > > > Regards,
>> > > > > Vahram
>> > > > >
>> > > >
>> > > >
>> > > > --
>> > > > Richard Monson-Haefel
>> > > > https://twitter.com/rmonson
>> > > > https://www.linkedin.com/in/monsonhaefel/
>> > > >
>> > >
>> > >
>> > > --
>> > > Atentamente:
>> > > César Hernández.
>> > >
>> >
>>
>>
>> --
>> AAte
>>
>> Atenciosamente,
>>
>> Marco Ferreira
>> [image: https://]about.me/m.ferreira
>> <
>> https://about.me/m.ferreira?promo=email_sig_source=product_medium=email_sig_campaign=gmail_api
>> >
>>
>


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 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:
>
> > Hello Richard,
> >
> > Its hindi.
> >
> > Thanks and Regards,
> > Nishant
> >
> > On Wed, Jan 15, 2020, 8:17 PM Richard Monson-Haefel <
> > monsonhae...@gmail.com>
> > 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:
> > >
> > > > 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 can use your own language :  )
> > > > >
> > > > > Em qua., 15 de jan. de 2020 às 06:05, Nishant Raut <
> > > > nishant30...@gmail.com
> > > > > >
> > > > > escreveu:
> > > > >
> > > > > > 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 <
> > nishant30...@gmail.com>
> > > > > > wrote:
> > > > > >
> > > > > > > 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 <
> > > cesargu...@gmail.com>
> > > > > > > wrote:
> > > > > > >
> > > > > > >> 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
> > > > > > is
> > > > > > >> also Wellcome.
> > > > > > >>
> > > > > > >> >>What is the best way to do this. Is there automated way.
> Also
> > > how
> > > > > many
> > > > > > >> packages one can target.
> > > > > > >> As far as I recall there was already an automated effort done
> in
> > > the
> > > > > > past.
> > > > > > >> As you may see already, the translation also takes the
> > opportunity
> > > > to
> > > > > > >> validate and spot potential improvements and categorization of
> > the
> > > > > > >> examples
> > > > > > >> one is translating.  How much translation to do? well that's
> as
> > > much
> > > > > you
> > > > > > >> would like to contribute, our recommendation is always targe
> > small
> > > > and
> > > > > > >> testable Pull Request against huge PR's.
> > > > > > >>
> > > > > > >> If you want to see your translation's or creation of new
> content
> > > > live,
> > > > > > you
> > > > > > >> can check the repository Daniel suggested [1] and also this
> > > article
> > > > > > >> released a couple of months ago [2]
> > > > > > >>
> > > > > > >> [1] https://github.com/apache/tomee-site-generator
> > > > > > >> [2]
> > > > > > >>
> > > > >
> > https://www.tomitribe.com/blog/how-to-contribute-to-the-tomee-website/
> > > > > > >>
> > > > > > >>
> > > > > > >>
> > > > > > >> El mar., 14 ene. 2020 a las 13:14, Nishant Raut (<
> > > > > > nishant30...@gmail.com
> > > > > > >> >)
> > > > > > >> escribió:
> > > > > > >>
> > > > > > >> > 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 Dias Dos Santos <
> > > > > > >> > daniel.dias.analist...@gmail.com> wrote:
> > > > > > >> >
> > > > > > >> > > Hello Nishat ,
> > > > > > >> > >
> > > > > > >> > > I not understand right your question , but we have an
> 

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:

> Hello Richard,
>
> Its hindi.
>
> Thanks and Regards,
> Nishant
>
> On Wed, Jan 15, 2020, 8:17 PM Richard Monson-Haefel <
> monsonhae...@gmail.com>
> 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:
> >
> > > 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 can use your own language :  )
> > > >
> > > > Em qua., 15 de jan. de 2020 às 06:05, Nishant Raut <
> > > nishant30...@gmail.com
> > > > >
> > > > escreveu:
> > > >
> > > > > 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 <
> nishant30...@gmail.com>
> > > > > wrote:
> > > > >
> > > > > > 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 <
> > cesargu...@gmail.com>
> > > > > > wrote:
> > > > > >
> > > > > >> 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
> > > > > is
> > > > > >> also Wellcome.
> > > > > >>
> > > > > >> >>What is the best way to do this. Is there automated way. Also
> > how
> > > > many
> > > > > >> packages one can target.
> > > > > >> As far as I recall there was already an automated effort done in
> > the
> > > > > past.
> > > > > >> As you may see already, the translation also takes the
> opportunity
> > > to
> > > > > >> validate and spot potential improvements and categorization of
> the
> > > > > >> examples
> > > > > >> one is translating.  How much translation to do? well that's as
> > much
> > > > you
> > > > > >> would like to contribute, our recommendation is always targe
> small
> > > and
> > > > > >> testable Pull Request against huge PR's.
> > > > > >>
> > > > > >> If you want to see your translation's or creation of new content
> > > live,
> > > > > you
> > > > > >> can check the repository Daniel suggested [1] and also this
> > article
> > > > > >> released a couple of months ago [2]
> > > > > >>
> > > > > >> [1] https://github.com/apache/tomee-site-generator
> > > > > >> [2]
> > > > > >>
> > > >
> https://www.tomitribe.com/blog/how-to-contribute-to-the-tomee-website/
> > > > > >>
> > > > > >>
> > > > > >>
> > > > > >> El mar., 14 ene. 2020 a las 13:14, Nishant Raut (<
> > > > > nishant30...@gmail.com
> > > > > >> >)
> > > > > >> escribió:
> > > > > >>
> > > > > >> > 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 Dias Dos Santos <
> > > > > >> > daniel.dias.analist...@gmail.com> wrote:
> > > > > >> >
> > > > > >> > > 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: www.linkedin.com/in/danieldiasjava
> > > > > >> > > Twitter: 

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:
>
> > 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 can use your own language :  )
> > >
> > > Em qua., 15 de jan. de 2020 às 06:05, Nishant Raut <
> > nishant30...@gmail.com
> > > >
> > > escreveu:
> > >
> > > > 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
> 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 <
> cesargu...@gmail.com>
> > > > > wrote:
> > > > >
> > > > >> 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
> > > > is
> > > > >> also Wellcome.
> > > > >>
> > > > >> >>What is the best way to do this. Is there automated way. Also
> how
> > > many
> > > > >> packages one can target.
> > > > >> As far as I recall there was already an automated effort done in
> the
> > > > past.
> > > > >> As you may see already, the translation also takes the opportunity
> > to
> > > > >> validate and spot potential improvements and categorization of the
> > > > >> examples
> > > > >> one is translating.  How much translation to do? well that's as
> much
> > > you
> > > > >> would like to contribute, our recommendation is always targe small
> > and
> > > > >> testable Pull Request against huge PR's.
> > > > >>
> > > > >> If you want to see your translation's or creation of new content
> > live,
> > > > you
> > > > >> can check the repository Daniel suggested [1] and also this
> article
> > > > >> released a couple of months ago [2]
> > > > >>
> > > > >> [1] https://github.com/apache/tomee-site-generator
> > > > >> [2]
> > > > >>
> > > https://www.tomitribe.com/blog/how-to-contribute-to-the-tomee-website/
> > > > >>
> > > > >>
> > > > >>
> > > > >> El mar., 14 ene. 2020 a las 13:14, Nishant Raut (<
> > > > nishant30...@gmail.com
> > > > >> >)
> > > > >> escribió:
> > > > >>
> > > > >> > 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 Dias Dos Santos <
> > > > >> > daniel.dias.analist...@gmail.com> wrote:
> > > > >> >
> > > > >> > > 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: www.linkedin.com/in/danieldiasjava
> > > > >> > > Twitter: http://twitter.com/danieldiasjava
> > > > >> > >
> > > > >> > >
> > > > >> > > Em ter., 14 de jan. de 2020 às 13:30, Nishant Raut <
> > > > >> > nishant30...@gmail.com
> > > > >> > > >
> > > > >> > > escreveu:
> > > > >> > >
> > > > >> > > > 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, 

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 Daniel Dias Dos Santos <
> daniel.dias.analist...@gmail.com> wrote:
>
> > 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 <
> nishant30...@gmail.com
> > >
> > escreveu:
> >
> > > 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 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 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
> > > is
> > > >> also Wellcome.
> > > >>
> > > >> >>What is the best way to do this. Is there automated way. Also how
> > many
> > > >> packages one can target.
> > > >> As far as I recall there was already an automated effort done in the
> > > past.
> > > >> As you may see already, the translation also takes the opportunity
> to
> > > >> validate and spot potential improvements and categorization of the
> > > >> examples
> > > >> one is translating.  How much translation to do? well that's as much
> > you
> > > >> would like to contribute, our recommendation is always targe small
> and
> > > >> testable Pull Request against huge PR's.
> > > >>
> > > >> If you want to see your translation's or creation of new content
> live,
> > > you
> > > >> can check the repository Daniel suggested [1] and also this article
> > > >> released a couple of months ago [2]
> > > >>
> > > >> [1] https://github.com/apache/tomee-site-generator
> > > >> [2]
> > > >>
> > https://www.tomitribe.com/blog/how-to-contribute-to-the-tomee-website/
> > > >>
> > > >>
> > > >>
> > > >> El mar., 14 ene. 2020 a las 13:14, Nishant Raut (<
> > > nishant30...@gmail.com
> > > >> >)
> > > >> escribió:
> > > >>
> > > >> > 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 Dias Dos Santos <
> > > >> > daniel.dias.analist...@gmail.com> wrote:
> > > >> >
> > > >> > > 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: www.linkedin.com/in/danieldiasjava
> > > >> > > Twitter: http://twitter.com/danieldiasjava
> > > >> > >
> > > >> > >
> > > >> > > Em ter., 14 de jan. de 2020 às 13:30, Nishant Raut <
> > > >> > nishant30...@gmail.com
> > > >> > > >
> > > >> > > escreveu:
> > > >> > >
> > > >> > > > 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 <
> > > >> > > > daniel.dias.analist...@gmail.com> wrote:
> > > >> > > >
> > > >> > > > > Great Nishant :  )
> > > >> > > > > --
> > > >> > > > >
> > > >> > > > > *Daniel Dias dos Santos*
> > > >> > > > > Java Developer
> > > >> > > > > SouJava & JCP Member
> > > >> > > > > GitHub: https://github.com/Daniel-Dos
> > > >> > > > > Linkedin: www.linkedin.com/in/danieldiasjava
> > > >> > > > > Twitter: 

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 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 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 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 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
> > is
> > >> also Wellcome.
> > >>
> > >> >>What is the best way to do this. Is there automated way. Also how
> many
> > >> packages one can target.
> > >> As far as I recall there was already an automated effort done in the
> > past.
> > >> As you may see already, the translation also takes the opportunity to
> > >> validate and spot potential improvements and categorization of the
> > >> examples
> > >> one is translating.  How much translation to do? well that's as much
> you
> > >> would like to contribute, our recommendation is always targe small and
> > >> testable Pull Request against huge PR's.
> > >>
> > >> If you want to see your translation's or creation of new content live,
> > you
> > >> can check the repository Daniel suggested [1] and also this article
> > >> released a couple of months ago [2]
> > >>
> > >> [1] https://github.com/apache/tomee-site-generator
> > >> [2]
> > >>
> https://www.tomitribe.com/blog/how-to-contribute-to-the-tomee-website/
> > >>
> > >>
> > >>
> > >> El mar., 14 ene. 2020 a las 13:14, Nishant Raut (<
> > nishant30...@gmail.com
> > >> >)
> > >> escribió:
> > >>
> > >> > 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 Dias Dos Santos <
> > >> > daniel.dias.analist...@gmail.com> wrote:
> > >> >
> > >> > > 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: www.linkedin.com/in/danieldiasjava
> > >> > > Twitter: http://twitter.com/danieldiasjava
> > >> > >
> > >> > >
> > >> > > Em ter., 14 de jan. de 2020 às 13:30, Nishant Raut <
> > >> > nishant30...@gmail.com
> > >> > > >
> > >> > > escreveu:
> > >> > >
> > >> > > > 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 <
> > >> > > > daniel.dias.analist...@gmail.com> wrote:
> > >> > > >
> > >> > > > > 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 <
> > >> > > > nishant30...@gmail.com
> > >> > > > > >
> > >> > > > > escreveu:
> > >> > > > >
> > >> > > > > > 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 

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 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 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 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
> is
> >> also Wellcome.
> >>
> >> >>What is the best way to do this. Is there automated way. Also how many
> >> packages one can target.
> >> As far as I recall there was already an automated effort done in the
> past.
> >> As you may see already, the translation also takes the opportunity to
> >> validate and spot potential improvements and categorization of the
> >> examples
> >> one is translating.  How much translation to do? well that's as much you
> >> would like to contribute, our recommendation is always targe small and
> >> testable Pull Request against huge PR's.
> >>
> >> If you want to see your translation's or creation of new content live,
> you
> >> can check the repository Daniel suggested [1] and also this article
> >> released a couple of months ago [2]
> >>
> >> [1] https://github.com/apache/tomee-site-generator
> >> [2]
> >> https://www.tomitribe.com/blog/how-to-contribute-to-the-tomee-website/
> >>
> >>
> >>
> >> El mar., 14 ene. 2020 a las 13:14, Nishant Raut (<
> nishant30...@gmail.com
> >> >)
> >> escribió:
> >>
> >> > 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 Dias Dos Santos <
> >> > daniel.dias.analist...@gmail.com> wrote:
> >> >
> >> > > 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: www.linkedin.com/in/danieldiasjava
> >> > > Twitter: http://twitter.com/danieldiasjava
> >> > >
> >> > >
> >> > > Em ter., 14 de jan. de 2020 às 13:30, Nishant Raut <
> >> > nishant30...@gmail.com
> >> > > >
> >> > > escreveu:
> >> > >
> >> > > > 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 <
> >> > > > daniel.dias.analist...@gmail.com> wrote:
> >> > > >
> >> > > > > 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 <
> >> > > > nishant30...@gmail.com
> >> > > > > >
> >> > > > > escreveu:
> >> > > > >
> >> > > > > > 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 <
> >> > > cesargu...@gmail.com>
> >> > > > > > > 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 Dias Dos Santos
> (<
> >> > > > > > > > 

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 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 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 is
>> also Wellcome.
>>
>> >>What is the best way to do this. Is there automated way. Also how many
>> packages one can target.
>> As far as I recall there was already an automated effort done in the past.
>> As you may see already, the translation also takes the opportunity to
>> validate and spot potential improvements and categorization of the
>> examples
>> one is translating.  How much translation to do? well that's as much you
>> would like to contribute, our recommendation is always targe small and
>> testable Pull Request against huge PR's.
>>
>> If you want to see your translation's or creation of new content live, you
>> can check the repository Daniel suggested [1] and also this article
>> released a couple of months ago [2]
>>
>> [1] https://github.com/apache/tomee-site-generator
>> [2]
>> https://www.tomitribe.com/blog/how-to-contribute-to-the-tomee-website/
>>
>>
>>
>> El mar., 14 ene. 2020 a las 13:14, Nishant Raut (> >)
>> escribió:
>>
>> > 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 Dias Dos Santos <
>> > daniel.dias.analist...@gmail.com> wrote:
>> >
>> > > 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: www.linkedin.com/in/danieldiasjava
>> > > Twitter: http://twitter.com/danieldiasjava
>> > >
>> > >
>> > > Em ter., 14 de jan. de 2020 às 13:30, Nishant Raut <
>> > nishant30...@gmail.com
>> > > >
>> > > escreveu:
>> > >
>> > > > 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 <
>> > > > daniel.dias.analist...@gmail.com> wrote:
>> > > >
>> > > > > 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 <
>> > > > nishant30...@gmail.com
>> > > > > >
>> > > > > escreveu:
>> > > > >
>> > > > > > 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 <
>> > > cesargu...@gmail.com>
>> > > > > > > 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 Dias Dos Santos (<
>> > > > > > > > daniel.dias.analist...@gmail.com>) escribió:
>> > > > > > > >
>> > > > > > > > > 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 

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 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 is
> also Wellcome.
>
> >>What is the best way to do this. Is there automated way. Also how many
> packages one can target.
> As far as I recall there was already an automated effort done in the past.
> As you may see already, the translation also takes the opportunity to
> validate and spot potential improvements and categorization of the examples
> one is translating.  How much translation to do? well that's as much you
> would like to contribute, our recommendation is always targe small and
> testable Pull Request against huge PR's.
>
> If you want to see your translation's or creation of new content live, you
> can check the repository Daniel suggested [1] and also this article
> released a couple of months ago [2]
>
> [1] https://github.com/apache/tomee-site-generator
> [2] https://www.tomitribe.com/blog/how-to-contribute-to-the-tomee-website/
>
>
>
> El mar., 14 ene. 2020 a las 13:14, Nishant Raut ()
> escribió:
>
> > 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 Dias Dos Santos <
> > daniel.dias.analist...@gmail.com> wrote:
> >
> > > 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: www.linkedin.com/in/danieldiasjava
> > > Twitter: http://twitter.com/danieldiasjava
> > >
> > >
> > > Em ter., 14 de jan. de 2020 às 13:30, Nishant Raut <
> > nishant30...@gmail.com
> > > >
> > > escreveu:
> > >
> > > > 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 <
> > > > daniel.dias.analist...@gmail.com> wrote:
> > > >
> > > > > 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 <
> > > > nishant30...@gmail.com
> > > > > >
> > > > > escreveu:
> > > > >
> > > > > > 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 <
> > > cesargu...@gmail.com>
> > > > > > > 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 Dias Dos Santos (<
> > > > > > > > daniel.dias.analist...@gmail.com>) escribió:
> > > > > > > >
> > > > > > > > > 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 instance these tickets:
> > > > > > > > >
> > > > > > > > > Portuguese :
> > > > > > > > > https://issues.apache.org/jira/browse/TOMEE-2473
> > > > > > > > >
> > > > > > > > > Spanish :
> > > > > > > > > https://issues.apache.org/jira/browse/TOMEE-2442
> > > > > > > > >
> > > > > > > > > Additional TomEE website development resources:

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 is
also Wellcome.

>>What is the best way to do this. Is there automated way. Also how many
packages one can target.
As far as I recall there was already an automated effort done in the past.
As you may see already, the translation also takes the opportunity to
validate and spot potential improvements and categorization of the examples
one is translating.  How much translation to do? well that's as much you
would like to contribute, our recommendation is always targe small and
testable Pull Request against huge PR's.

If you want to see your translation's or creation of new content live, you
can check the repository Daniel suggested [1] and also this article
released a couple of months ago [2]

[1] https://github.com/apache/tomee-site-generator
[2] https://www.tomitribe.com/blog/how-to-contribute-to-the-tomee-website/



El mar., 14 ene. 2020 a las 13:14, Nishant Raut ()
escribió:

> 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 Dias Dos Santos <
> daniel.dias.analist...@gmail.com> wrote:
>
> > 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: www.linkedin.com/in/danieldiasjava
> > Twitter: http://twitter.com/danieldiasjava
> >
> >
> > Em ter., 14 de jan. de 2020 às 13:30, Nishant Raut <
> nishant30...@gmail.com
> > >
> > escreveu:
> >
> > > 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 <
> > > daniel.dias.analist...@gmail.com> wrote:
> > >
> > > > 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 <
> > > nishant30...@gmail.com
> > > > >
> > > > escreveu:
> > > >
> > > > > 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 <
> > cesargu...@gmail.com>
> > > > > > 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 Dias Dos Santos (<
> > > > > > > daniel.dias.analist...@gmail.com>) escribió:
> > > > > > >
> > > > > > > > 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 instance these tickets:
> > > > > > > >
> > > > > > > > Portuguese :
> > > > > > > > https://issues.apache.org/jira/browse/TOMEE-2473
> > > > > > > >
> > > > > > > > Spanish :
> > > > > > > > https://issues.apache.org/jira/browse/TOMEE-2442
> > > > > > > >
> > > > > > > > Additional TomEE website development resources:
> > > > > > > >
> > > > >
> > https://www.tomitribe.com/blog/how-to-contribute-to-the-tomee-website/
> > > > > > > >
> > > > > > > > When you are ready you can go to JIRA and look through the
> > > various
> > > > > > > tickets
> > > > > > > > that are still unassigned. Feel free to ask as many questions
> > as
> > > > you
> > > > > > like
> > > > > > > > in the mailing list before, during and after your first
> > > > contribution!
> > > > > > > >
> > > > > > > >
> > > > > > > >
> > > > > > >
> > > > > >
> > > > >
> > > >
> > >

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 assignments?
>
> Thanks and Regards,
> Nishant
>


-- 
Richard Monson-Haefel
https://twitter.com/rmonson
https://www.linkedin.com/in/monsonhaefel/


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 Dias Dos Santos <
daniel.dias.analist...@gmail.com> wrote:

> 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: www.linkedin.com/in/danieldiasjava
> Twitter: http://twitter.com/danieldiasjava
>
>
> Em ter., 14 de jan. de 2020 às 13:30, Nishant Raut  >
> escreveu:
>
> > 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 <
> > daniel.dias.analist...@gmail.com> wrote:
> >
> > > 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 <
> > nishant30...@gmail.com
> > > >
> > > escreveu:
> > >
> > > > 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 <
> cesargu...@gmail.com>
> > > > > 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 Dias Dos Santos (<
> > > > > > daniel.dias.analist...@gmail.com>) escribió:
> > > > > >
> > > > > > > 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 instance these tickets:
> > > > > > >
> > > > > > > Portuguese :
> > > > > > > https://issues.apache.org/jira/browse/TOMEE-2473
> > > > > > >
> > > > > > > Spanish :
> > > > > > > https://issues.apache.org/jira/browse/TOMEE-2442
> > > > > > >
> > > > > > > Additional TomEE website development resources:
> > > > > > >
> > > >
> https://www.tomitribe.com/blog/how-to-contribute-to-the-tomee-website/
> > > > > > >
> > > > > > > When you are ready you can go to JIRA and look through the
> > various
> > > > > > tickets
> > > > > > > that are still unassigned. Feel free to ask as many questions
> as
> > > you
> > > > > like
> > > > > > > in the mailing list before, during and after your first
> > > contribution!
> > > > > > >
> > > > > > >
> > > > > > >
> > > > > >
> > > > >
> > > >
> > >
> >
> https://issues.apache.org/jira/projects/TOMEE/issues/TOMEE-2496?filter=allopenissues
> > > > > > >
> > > > > > > Em sáb., 11 de jan. de 2020 às 11:35, Nishant Raut <
> > > > > > nishant30...@gmail.com
> > > > > > > >
> > > > > > > escreveu:
> > > > > > >
> > > > > > > > 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
> > > > assignments?
> > > > > > > >
> > > > > > > > Thanks and Regards,
> > > > > > > > Nishant
> > > > > > > >
> > > > > > >
> > > > > >
> > > > > >
> > > > > > --
> > > > > > Atentamente:
> > > > > > César Hernández.
> > > > > >
> > > > >
> > > > >
> > > > > --
> > > > > AAte
> > > > >
> > > > > Atenciosamente,
> > > > >
> > > > > Marco Ferreira
> > > > > [image: https://]about.me/m.ferreira
> > > > > <
> > > > >
> > > >
> > >
> >
> https://about.me/m.ferreira?promo=email_sig_source=product_medium=email_sig_campaign=gmail_api
> > > > > >
> > > > >
> > > >
> > >
> >
>


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: www.linkedin.com/in/danieldiasjava
Twitter: http://twitter.com/danieldiasjava


Em ter., 14 de jan. de 2020 às 13:30, Nishant Raut 
escreveu:

> 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 <
> daniel.dias.analist...@gmail.com> wrote:
>
> > 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 <
> nishant30...@gmail.com
> > >
> > escreveu:
> >
> > > 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 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,
> > > > > >
> > > > > > 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 instance these tickets:
> > > > > >
> > > > > > Portuguese :
> > > > > > https://issues.apache.org/jira/browse/TOMEE-2473
> > > > > >
> > > > > > Spanish :
> > > > > > https://issues.apache.org/jira/browse/TOMEE-2442
> > > > > >
> > > > > > Additional TomEE website development resources:
> > > > > >
> > > https://www.tomitribe.com/blog/how-to-contribute-to-the-tomee-website/
> > > > > >
> > > > > > When you are ready you can go to JIRA and look through the
> various
> > > > > tickets
> > > > > > that are still unassigned. Feel free to ask as many questions as
> > you
> > > > like
> > > > > > in the mailing list before, during and after your first
> > contribution!
> > > > > >
> > > > > >
> > > > > >
> > > > >
> > > >
> > >
> >
> https://issues.apache.org/jira/projects/TOMEE/issues/TOMEE-2496?filter=allopenissues
> > > > > >
> > > > > > Em sáb., 11 de jan. de 2020 às 11:35, Nishant Raut <
> > > > > nishant30...@gmail.com
> > > > > > >
> > > > > > escreveu:
> > > > > >
> > > > > > > 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
> > > assignments?
> > > > > > >
> > > > > > > Thanks and Regards,
> > > > > > > Nishant
> > > > > > >
> > > > > >
> > > > >
> > > > >
> > > > > --
> > > > > Atentamente:
> > > > > César Hernández.
> > > > >
> > > >
> > > >
> > > > --
> > > > AAte
> > > >
> > > > Atenciosamente,
> > > >
> > > > Marco Ferreira
> > > > [image: https://]about.me/m.ferreira
> > > > <
> > > >
> > >
> >
> https://about.me/m.ferreira?promo=email_sig_source=product_medium=email_sig_campaign=gmail_api
> > > > >
> > > >
> > >
> >
>


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 <
daniel.dias.analist...@gmail.com> wrote:

> 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 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 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,
> > > > >
> > > > > 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 instance these tickets:
> > > > >
> > > > > Portuguese :
> > > > > https://issues.apache.org/jira/browse/TOMEE-2473
> > > > >
> > > > > Spanish :
> > > > > https://issues.apache.org/jira/browse/TOMEE-2442
> > > > >
> > > > > Additional TomEE website development resources:
> > > > >
> > https://www.tomitribe.com/blog/how-to-contribute-to-the-tomee-website/
> > > > >
> > > > > When you are ready you can go to JIRA and look through the various
> > > > tickets
> > > > > that are still unassigned. Feel free to ask as many questions as
> you
> > > like
> > > > > in the mailing list before, during and after your first
> contribution!
> > > > >
> > > > >
> > > > >
> > > >
> > >
> >
> https://issues.apache.org/jira/projects/TOMEE/issues/TOMEE-2496?filter=allopenissues
> > > > >
> > > > > Em sáb., 11 de jan. de 2020 às 11:35, Nishant Raut <
> > > > nishant30...@gmail.com
> > > > > >
> > > > > escreveu:
> > > > >
> > > > > > 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
> > assignments?
> > > > > >
> > > > > > Thanks and Regards,
> > > > > > Nishant
> > > > > >
> > > > >
> > > >
> > > >
> > > > --
> > > > Atentamente:
> > > > César Hernández.
> > > >
> > >
> > >
> > > --
> > > AAte
> > >
> > > Atenciosamente,
> > >
> > > Marco Ferreira
> > > [image: https://]about.me/m.ferreira
> > > <
> > >
> >
> https://about.me/m.ferreira?promo=email_sig_source=product_medium=email_sig_campaign=gmail_api
> > > >
> > >
> >
>


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 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 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,
> > > >
> > > > 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 instance these tickets:
> > > >
> > > > Portuguese :
> > > > https://issues.apache.org/jira/browse/TOMEE-2473
> > > >
> > > > Spanish :
> > > > https://issues.apache.org/jira/browse/TOMEE-2442
> > > >
> > > > Additional TomEE website development resources:
> > > >
> https://www.tomitribe.com/blog/how-to-contribute-to-the-tomee-website/
> > > >
> > > > When you are ready you can go to JIRA and look through the various
> > > tickets
> > > > that are still unassigned. Feel free to ask as many questions as you
> > like
> > > > in the mailing list before, during and after your first contribution!
> > > >
> > > >
> > > >
> > >
> >
> https://issues.apache.org/jira/projects/TOMEE/issues/TOMEE-2496?filter=allopenissues
> > > >
> > > > Em sáb., 11 de jan. de 2020 às 11:35, Nishant Raut <
> > > nishant30...@gmail.com
> > > > >
> > > > escreveu:
> > > >
> > > > > 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
> assignments?
> > > > >
> > > > > Thanks and Regards,
> > > > > Nishant
> > > > >
> > > >
> > >
> > >
> > > --
> > > Atentamente:
> > > César Hernández.
> > >
> >
> >
> > --
> > AAte
> >
> > Atenciosamente,
> >
> > Marco Ferreira
> > [image: https://]about.me/m.ferreira
> > <
> >
> https://about.me/m.ferreira?promo=email_sig_source=product_medium=email_sig_campaign=gmail_api
> > >
> >
>


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 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,
> > >
> > > 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 instance these tickets:
> > >
> > > Portuguese :
> > > https://issues.apache.org/jira/browse/TOMEE-2473
> > >
> > > Spanish :
> > > https://issues.apache.org/jira/browse/TOMEE-2442
> > >
> > > Additional TomEE website development resources:
> > > https://www.tomitribe.com/blog/how-to-contribute-to-the-tomee-website/
> > >
> > > When you are ready you can go to JIRA and look through the various
> > tickets
> > > that are still unassigned. Feel free to ask as many questions as you
> like
> > > in the mailing list before, during and after your first contribution!
> > >
> > >
> > >
> >
> https://issues.apache.org/jira/projects/TOMEE/issues/TOMEE-2496?filter=allopenissues
> > >
> > > Em sáb., 11 de jan. de 2020 às 11:35, Nishant Raut <
> > nishant30...@gmail.com
> > > >
> > > escreveu:
> > >
> > > > 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 assignments?
> > > >
> > > > Thanks and Regards,
> > > > Nishant
> > > >
> > >
> >
> >
> > --
> > Atentamente:
> > César Hernández.
> >
>
>
> --
> AAte
>
> Atenciosamente,
>
> Marco Ferreira
> [image: https://]about.me/m.ferreira
> <
> https://about.me/m.ferreira?promo=email_sig_source=product_medium=email_sig_campaign=gmail_api
> >
>


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 Dias Dos Santos (<
> daniel.dias.analist...@gmail.com>) escribió:
>
> > 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 instance these tickets:
> >
> > Portuguese :
> > https://issues.apache.org/jira/browse/TOMEE-2473
> >
> > Spanish :
> > https://issues.apache.org/jira/browse/TOMEE-2442
> >
> > Additional TomEE website development resources:
> > https://www.tomitribe.com/blog/how-to-contribute-to-the-tomee-website/
> >
> > When you are ready you can go to JIRA and look through the various
> tickets
> > that are still unassigned. Feel free to ask as many questions as you like
> > in the mailing list before, during and after your first contribution!
> >
> >
> >
> https://issues.apache.org/jira/projects/TOMEE/issues/TOMEE-2496?filter=allopenissues
> >
> > Em sáb., 11 de jan. de 2020 às 11:35, Nishant Raut <
> nishant30...@gmail.com
> > >
> > escreveu:
> >
> > > 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 assignments?
> > >
> > > Thanks and Regards,
> > > Nishant
> > >
> >
>
>
> --
> Atentamente:
> César Hernández.
>


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 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 instance these tickets:
>
> Portuguese :
> https://issues.apache.org/jira/browse/TOMEE-2473
>
> Spanish :
> https://issues.apache.org/jira/browse/TOMEE-2442
>
> Additional TomEE website development resources:
> https://www.tomitribe.com/blog/how-to-contribute-to-the-tomee-website/
>
> When you are ready you can go to JIRA and look through the various tickets
> that are still unassigned. Feel free to ask as many questions as you like
> in the mailing list before, during and after your first contribution!
>
>
> https://issues.apache.org/jira/projects/TOMEE/issues/TOMEE-2496?filter=allopenissues
>
> Em sáb., 11 de jan. de 2020 às 11:35, Nishant Raut  >
> escreveu:
>
> > 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 assignments?
> >
> > Thanks and Regards,
> > Nishant
> >
>


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, Daniel Dias Dos Santos (<
> daniel.dias.analist...@gmail.com>) escribió:
>
> > 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 instance these tickets:
> >
> > Portuguese :
> > https://issues.apache.org/jira/browse/TOMEE-2473
> >
> > Spanish :
> > https://issues.apache.org/jira/browse/TOMEE-2442
> >
> > Additional TomEE website development resources:
> > https://www.tomitribe.com/blog/how-to-contribute-to-the-tomee-website/
> >
> > When you are ready you can go to JIRA and look through the various
> tickets
> > that are still unassigned. Feel free to ask as many questions as you like
> > in the mailing list before, during and after your first contribution!
> >
> >
> >
> https://issues.apache.org/jira/projects/TOMEE/issues/TOMEE-2496?filter=allopenissues
> >
> > Em sáb., 11 de jan. de 2020 às 11:35, Nishant Raut <
> nishant30...@gmail.com
> > >
> > escreveu:
> >
> > > 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 assignments?
> > >
> > > Thanks and Regards,
> > > Nishant
> > >
> >
>
>
> --
> Atentamente:
> César Hernández.
>


-- 
AAte

Atenciosamente,

Marco Ferreira
[image: https://]about.me/m.ferreira



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,
>
> 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 instance these tickets:
>
> Portuguese :
> https://issues.apache.org/jira/browse/TOMEE-2473
>
> Spanish :
> https://issues.apache.org/jira/browse/TOMEE-2442
>
> Additional TomEE website development resources:
> https://www.tomitribe.com/blog/how-to-contribute-to-the-tomee-website/
>
> When you are ready you can go to JIRA and look through the various tickets
> that are still unassigned. Feel free to ask as many questions as you like
> in the mailing list before, during and after your first contribution!
>
>
> https://issues.apache.org/jira/projects/TOMEE/issues/TOMEE-2496?filter=allopenissues
>
> Em sáb., 11 de jan. de 2020 às 11:35, Nishant Raut  >
> escreveu:
>
> > 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 assignments?
> >
> > Thanks and Regards,
> > Nishant
> >
>


-- 
Atentamente:
César Hernández.


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 instance these tickets:

Portuguese :
https://issues.apache.org/jira/browse/TOMEE-2473

Spanish :
https://issues.apache.org/jira/browse/TOMEE-2442

Additional TomEE website development resources:
https://www.tomitribe.com/blog/how-to-contribute-to-the-tomee-website/

When you are ready you can go to JIRA and look through the various tickets
that are still unassigned. Feel free to ask as many questions as you like
in the mailing list before, during and after your first contribution!

https://issues.apache.org/jira/projects/TOMEE/issues/TOMEE-2496?filter=allopenissues

Em sáb., 11 de jan. de 2020 às 11:35, Nishant Raut 
escreveu:

> 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 assignments?
>
> Thanks and Regards,
> Nishant
>


  1   2   3   4   >