Re: how to debug TCK tests?

2019-01-28 Thread David Jencks
H i Cesar,

I don’t see the javatest.log?

Have you found the command line that starts the app client, including the debug 
options?  I don’t think “listen mode” was available when I was working on this, 
I sure didn’t know about it!

The app client test harness is definitely involved, but I was wondering what 
was being started to be debugged… as I recall I sometimes needed to step 
through various test harnesses and sometimes through geronimo or test app code. 
 I remember all the options being quite confusing.

David Jencks

> On Jan 28, 2019, at 4:07 PM, César Hernández Mendoza  
> wrote:
> 
> Hi David,
> Thanks for the reply!
> 
> Responding in line:
> 
> Is the app client container starting?
> Yes,
> 
> Does it suspend for the debugger attachment? If not, it probably runs to 
> completion before you can attach-I definitely remember this happening to me!
> I don't suspend at all, the following command just runs and then crashess 
> (you can check the attached javatest.log):
> ./runtests --web tomee-plume -c -sql active -da 
> com/sun/ts/tests/appclient/deploy/ejblink/single/Client#testCMP11
> 
> Because it's doesn't suspend, I configure in the IDE [Listen to Remote JVM at 
> port: 5003] instead of [Attach to Remote JVM at port: 5003]. 
> But that didn't work either.
> 
> Is the test harness or appclient test harness (I don’t recall if these are 
> separate) suspended waiting for attachment?
> Base on the naming convention [1] from the test, I think it's an appclient 
> tests harness. How can I verify this?
> 
> [1] 
> https://github.com/eclipse-ee4j/jakartaee-tck/blob/master/src/com/sun/ts/tests/appclient/deploy/ejblink/single/Client.java
>  
> 
> 
> 
> El lun., 28 ene. 2019 a las 17:23, David Jencks ( >) escribió:
> From the distant past, I recall it being tricky to debug the app client 
> tests. Can you tell what is happening?
> Is the app client container starting?
> Does it suspend for the debugger attachment? If not, it probably runs to 
> completion before you can attach-I definitely remember this happening to me!
> Does it suspend but not allow attachment?
> Is the test harness or appclient test harness (I don’t recall if these are 
> separate) suspended waiting for attachment?
> 
> Hope this helps!
> David Jencks 
> 
> Sent from my iPhone
> 
> > On Jan 28, 2019, at 2:31 PM, César Hernández Mendoza  > > wrote:
> > 
> > Hi,
> > 
> > I created the following document to track my TCK related work.
> > https://docs.google.com/spreadsheets/d/1oYO0RN-rg4Z7TgSLJ2u4iK4hOFHOXA49ech2y0N3kVw/edit?usp=sharing
> >  
> > 
> > 
> > As you can see I executed today the tests from the  "appclient" category.
> > 
> > One of the failing test is:
> > com/sun/ts/tests/appclient/deploy/ejblink/single/Client#testCMP11
> > 
> > The way I'm executing just that tests is with the following command:
> > ./runtests --web tomee-plume -c -sql active -da
> > com/sun/ts/tests/appclient/deploy/ejblink/single/Client#testCMP11
> > 
> > Notice that I'm adding:
> > -sql to enable (according to with runtests script code [1]) required
> > databases to be created.
> > -da to enable TCK appclient debug options (port 5003)
> > 
> > Then on my IntelliJ, I opened Jakarta-tck project [3] and  set up a remote
> > debug configuration for Listen to Remote JVM at port: 5003
> > 
> > Unfortunately, I'm not able to make this to work and degub the failing test.
> > 
> > 
> > [1] https://github.com/apache/tomee-tck/blob/master/runtests#L30 
> > 
> > [2]  https://github.com/apache/tomee-tck/blob/master/runtests#L38 
> > 
> > [3] https://jenkins.eclipse.org/jakartaee-tck/ 
> > 
> > 
> > -- 
> > Atentamente:
> > César Hernández Mendoza.
> 
> 
> -- 
> Atentamente:
> César Hernández Mendoza.



Re: How can i help?

2019-01-28 Thread Fausto Arredondo
Hi César ,

About your response.. thank you !

I could translate a couple more of examples if it is possible .





El lun., 28 de ene. de 2019 10:00 a. m., César Hernández Mendoza <
cesargu...@gmail.com> escribió:

> Hi Fausto,
> Awesome contribution. I review with +1 the PR.
> I would ask for a committer please to review and move forward both the PR
> and ticket.
>
> As a side note, I'm working on
> https://issues.apache.org/jira/browse/TOMEE-2461, so your PR will be
> visible once it gest into master, TomEE-2461 gets finished and the website
> is redeployed.
>
>
> El sáb., 26 ene. 2019 a las 14:50, Fausto Arredondo (<
> fausto.arr...@gmail.com>) escribió:
>
> > Hi Cesar,
> >
> > I created PR : https://github.com/apache/tomee/pull/381
> >
> > Review and merge please I'm open for feedback,
> >
> > Thank you.
> >
> > El sáb., 26 de ene. de 2019 a la(s) 13:53, Fausto Arredondo (
> > fausto.arr...@gmail.com) escribió:
> >
> > > Hola Cesar,
> > >
> > > I finish translation , can you help me assigning JIRA TOMEE-2459 to me
> > > please my username is "ivandev"?
> > >
> > > Or who can help us with that ?
> > >
> > > Thank you.
> > >
> > > El mié., 23 de ene. de 2019 a la(s) 15:59, Fausto Arredondo (
> > > fausto.arr...@gmail.com) escribió:
> > >
> > >> Thank you.
> > >>  I'll work on it then.
> > >>
> > >> El mié., 23 de ene. de 2019 a la(s) 15:56, César Hernández Mendoza (
> > >> cesargu...@gmail.com) escribió:
> > >>
> > >>> We don't have a deadline for it, but for rules to follow I recommend
> > you
> > >>> to
> > >>> check the recommended workflow we the contributors and committers
> use:
> > >>> http://tomee.apache.org/community/contributing/workflow.html
> > >>>
> > >>>
> > >>>
> > >>> El mié., 23 ene. 2019 a las 15:33, Fausto Arredondo (<
> > >>> fausto.arr...@gmail.com>) escribió:
> > >>>
> > >>> > Hi Cesar,
> > >>> > Thank you.
> > >>> > Ok, my JIRA username is "ivandev"
> > >>> >
> > >>> > Do we have a deadline for this issues or some rules to follow ?
> > >>> >
> > >>> >
> > >>> >
> > >>> > El mié., 23 de ene. de 2019 a la(s) 15:11, César Hernández Mendoza
> (
> > >>> > cesargu...@gmail.com) escribió:
> > >>> >
> > >>> > > @Fausto:
> > >>> > >
> > >>> > > Excellent!, I created
> > >>> https://issues.apache.org/jira/browse/TOMEE-2459.
> > >>> > > Notice that since the ticket is a clone from another ticket, it
> > >>> preserves
> > >>> > > the Assignee.
> > >>> > >
> > >>> > > Can you please provide your JIRA username so an admin can update
> > the
> > >>> > > Assignee. If you haven't created an account on JIRA you can
> follow
> > >>> your
> > >>> > > setup here: http://tomee.apache.org/community/
> > >>> > >
> > >>> > > If you have any further question(s), we will be more than happy
> to
> > >>> help
> > >>> > you
> > >>> > > :)
> > >>> > >
> > >>> > > El mié., 23 ene. 2019 a las 13:44, Fausto Arredondo (<
> > >>> > > fausto.arr...@gmail.com>) escribió:
> > >>> > >
> > >>> > > > Hi Cesar,
> > >>> > > >
> > >>> > > > Ok , no problem I'll just work on the translation and ask for a
> > >>> PR for
> > >>> > > > translating into Spanish , this one is ok ?
> > >>> > > >
> > >>> > > >
> > >>> >
> > >>>
> > https://github.com/apache/tomee/tree/master/examples/access-timeout-meta
> > >>> > > >
> > >>> > > > Thanks.
> > >>> > > >
> > >>> > > > El mié., 23 de ene. de 2019 a la(s) 13:22, César Hernández
> > Mendoza
> > >>> (
> > >>> > > > cesargu...@gmail.com) escribió:
> > >>> > > >
> > >>> > > > > Hola Fausto,
> > >>> > > > >
> > >>> > > > > I have a PR with the instruction for translating into Spanish
> > >>> (or any
> > >>> > > > > language) the examples Readme files, check the following
> link:
> > >>> > > > >
> > >>> > > > >
> > >>> > > >
> > >>> > >
> > >>> >
> > >>>
> >
> https://github.com/apache/tomee/blob/1a2bc55df2070d6dc27d8a46a506f287071c19e4/examples/README.adoc#translation
> > >>> > > > >
> > >>> > > > > Yes, I can create a JIRA for you, for reference we can just
> > clone
> > >>> > > > > TOMEE-2452 [1] and change the content according to the Readme
> > >>> file(s)
> > >>> > > you
> > >>> > > > > want to translate.
> > >>> > > > > What I can't do is to assign tickets because I don't have,
> yet,
> > >>> the
> > >>> > > > > permissions.
> > >>> > > > >
> > >>> > > > > From the current list of Examples [2], which one would you
> like
> > >>> to
> > >>> > > > > translate first?
> > >>> > > > >
> > >>> > > > > [1] https://issues.apache.org/jira/browse/TOMEE-2452
> > >>> > > > > [2] https://github.com/apache/tomee/tree/master/examples
> > >>> > > > >
> > >>> > > > >
> > >>> > > > > El mié., 23 ene. 2019 a las 12:33, Fausto Arredondo (<
> > >>> > > > > fausto.arr...@gmail.com>) escribió:
> > >>> > > > >
> > >>> > > > > > Hi Cesar,
> > >>> > > > > >
> > >>> > > > > > How can i start translating in Spanish? You will assign one
> > >>> JIRA to
> > >>> > > me
> > >>> > > > ?
> > >>> > > > > >
> > >>> > > > > > Thanks .
> > >>> > > > > >
> > >>> > > > > > El lun., 21 de ene. de 2019 a la(s) 10:56, César 

Re: how to debug TCK tests?

2019-01-28 Thread César Hernández Mendoza
Hi David,
Thanks for the reply!

Responding in line:

Is the app client container starting?

Yes,

Does it suspend for the debugger attachment? If not, it probably runs to
> completion before you can attach-I definitely remember this happening to me!

I don't suspend at all, the following command just runs and then crashess
(you can check the attached javatest.log):
./runtests --web tomee-plume -c -sql active -da
com/sun/ts/tests/appclient/deploy/ejblink/single/Client#testCMP11

Because it's doesn't suspend, I configure in the IDE [Listen to Remote JVM
at port: 5003] instead of [Attach to Remote JVM at port: 5003].
But that didn't work either.

Is the test harness or appclient test harness (I don’t recall if these are
> separate) suspended waiting for attachment?

Base on the naming convention [1] from the test, I think it's an appclient
tests harness. How can I verify this?

[1]
https://github.com/eclipse-ee4j/jakartaee-tck/blob/master/src/com/sun/ts/tests/appclient/deploy/ejblink/single/Client.java


El lun., 28 ene. 2019 a las 17:23, David Jencks ()
escribió:

> From the distant past, I recall it being tricky to debug the app client
> tests. Can you tell what is happening?
> Is the app client container starting?
> Does it suspend for the debugger attachment? If not, it probably runs to
> completion before you can attach-I definitely remember this happening to me!
> Does it suspend but not allow attachment?
> Is the test harness or appclient test harness (I don’t recall if these are
> separate) suspended waiting for attachment?
>
> Hope this helps!
> David Jencks
>
> Sent from my iPhone
>
> > On Jan 28, 2019, at 2:31 PM, César Hernández Mendoza <
> cesargu...@gmail.com> wrote:
> >
> > Hi,
> >
> > I created the following document to track my TCK related work.
> >
> https://docs.google.com/spreadsheets/d/1oYO0RN-rg4Z7TgSLJ2u4iK4hOFHOXA49ech2y0N3kVw/edit?usp=sharing
> >
> > As you can see I executed today the tests from the  "appclient" category.
> >
> > One of the failing test is:
> > com/sun/ts/tests/appclient/deploy/ejblink/single/Client#testCMP11
> >
> > The way I'm executing just that tests is with the following command:
> > ./runtests --web tomee-plume -c -sql active -da
> > com/sun/ts/tests/appclient/deploy/ejblink/single/Client#testCMP11
> >
> > Notice that I'm adding:
> > -sql to enable (according to with runtests script code [1]) required
> > databases to be created.
> > -da to enable TCK appclient debug options (port 5003)
> >
> > Then on my IntelliJ, I opened Jakarta-tck project [3] and  set up a
> remote
> > debug configuration for Listen to Remote JVM at port: 5003
> >
> > Unfortunately, I'm not able to make this to work and degub the failing
> test.
> >
> >
> > [1] https://github.com/apache/tomee-tck/blob/master/runtests#L30
> > [2]  https://github.com/apache/tomee-tck/blob/master/runtests#L38
> > [3] https://jenkins.eclipse.org/jakartaee-tck/
> >
> > --
> > Atentamente:
> > César Hernández Mendoza.
>


-- 
Atentamente:
César Hernández Mendoza.


[VOTE][RESULT] Release Apache TomEE 8.0.0 MILESTONE 2

2019-01-28 Thread Roberto Cortez
Hi,

Here are the votes:

+ 1 Binding: David, Jean-Louis and Jon.
+1 Non Binding: César, Otávio, chongma, Gurkan, Ivan, Bruno and Roberto.

And the vote PASSES! :)

Thank you everyone for participating. I will proceed now with the remaining 
tasks to promote the release.

Cheers,
Roberto 

> On 29 Jan 2019, at 00:00, Roberto Cortez  wrote:
> 
> Right on time! Thanks JL :)
> 
>> On 28 Jan 2019, at 22:37, Jean-Louis Monteiro  
>> wrote:
>> 
>> Thanks Roberto.
>> 
>> Here is my +1
>> 
>> --
>> Jean-Louis Monteiro
>> http://twitter.com/jlouismonteiro
>> http://www.tomitribe.com
>> 
>> 
>> On Mon, Jan 28, 2019 at 1:09 PM Jonathan Gallimore <
>> jonathan.gallim...@gmail.com> wrote:
>> 
>>> Thanks for the information - very helpful. I'm a +1 on the VOTE.
>>> 
>>> Jon
>>> 
>>> On Mon, Jan 28, 2019 at 11:32 AM Roberto Cortez
>>> 
>>> wrote:
>>> 
 Hi Jon,
 
 Like Bruno said, the initial version of Fault Tolerance used to be a
 wrapper around Apache Failsafe. In the last version, Geronimo wrote their
 own implementation and dropped the Failsafe dependency.
 
 Regarding stax and woodstox, there are CXF dependency and they were
 downgraded here:
 
 
>>> https://github.com/apache/cxf/commit/f5705dab6bdb7887d2368b053152b825ad4dcca4
 <
 
>>> https://github.com/apache/cxf/commit/f5705dab6bdb7887d2368b053152b825ad4dcca4
> 
 
 Not much explanation on why. I guess they found some sort of issue with
 the upgrade. Interesting is that they have tried to update it again and
 dropped it back:
 
 
>>> https://github.com/apache/cxf/commit/1e35c3ac012c3acda3b82f225bada42c883e4098
 <
 
>>> https://github.com/apache/cxf/commit/1e35c3ac012c3acda3b82f225bada42c883e4098
> 
 
 That one has some more information. Anyway, I think we are ok with that.
 
 Cheers,
 Roberto
 
> On 28 Jan 2019, at 11:15, Jonathan Gallimore <
 jonathan.gallim...@gmail.com> wrote:
> 
> Awesome, thanks for the update.
> 
> Jon
> 
> On Mon, Jan 28, 2019 at 11:15 AM Bruno Baptista 
 wrote:
> 
>> Hi Jon,
>> 
>> About the failsafe-1.0.4.jar absence... This is no logger required by
>> the new safeguard-impl-1.2.0.jar. We are good on that regard.
>> 
>> Cheers
>> 
>> Bruno Baptista
>> https://twitter.com/brunobat_
>> 
>> 
>> On 28/01/19 11:11, Jonathan Gallimore wrote:
>>> Couple of queries:
>>> 
>>> Looks like failsafe-1.0.4.jar has been dropped (microprofile
>> distribution)
>>> - was that intended?
>>> 
>>> Looks like the following have been downgraded since 8.0.0.M1:
>>> 
>>> stax2-api (4.1 -> 3.1.4)
>>> woodstox-core (5.1.0 -> 5.0.3)
>>> xbean-asm6-shaded (4.10 -> 4.8) (other xbean deps upgraded from 4.10
>>> to
>>> 4.12)
>>> 
>>> There's a xbean-asm6-shaded and a xbean-asm7-shaded - not an issue,
>>> but
>> we
>>> ought to look to bring everything up to xbean-asm7-shaded when we can
>>> (happy to provide some guidance to someone who wants to tackle it).
>>> 
>>> These are queries rather than showstoppers requiring a re-roll. I'm
>>> otherwise +1, and many thanks for getting this release out.
>>> 
>>> Cheers
>>> 
>>> Jon
>>> 
>>> On Sat, Jan 26, 2019 at 1:16 AM Roberto Cortez
>> 
>>> wrote:
>>> 
 Hi everyone,
 
 Here is ML2 of TomEE 8. It took me way longer than I expected,
>>> since I
 found a few issues that I had to fix to perform the release
>>> properly.
 Please, realize that this is no way a FINAL release and it doesn’t
 need
>> to
 be perfect. We may have several Milestone versions until we reach a
>> final
 one.
 
 Probably the most interesting feature of this release is the full
>> support
 of MP 2.0 in the microprofile TomEE flavour.
 
 As part of the release, I also had to release a patched version of
 BVal2
 with tomee groupId, alongside TomEE itself
 
 Staging Repos:
 
 https://repository.apache.org/content/repositories/orgapachetomee-1129/
>> <
 
 https://repository.apache.org/content/repositories/orgapachetomee-1129/
>>> 
 (BVal 2)
 
 https://repository.apache.org/content/repositories/orgapachetomee-1132/
>> <
 
 https://repository.apache.org/content/repositories/orgapachetomee-1132/
>>> 
 (TomEE)
 
 Source:
 
 
>> 
 
>>> https://dist.apache.org/repos/dist/dev/tomee/tomee-8.0.0-M2/bval-parent-2.0.1-83f28d8-source-release.zip
 <
 
>> 
 
>>> https://dist.apache.org/repos/dist/dev/tomee/tomee-8.0.0-M2/bval-parent-2.0.1-83f28d8-source-release.zip
 
>> 
 
>>> 

Re: [VOTE] Release Apache TomEE 8.0.0 MILESTONE 2

2019-01-28 Thread Roberto Cortez
Right on time! Thanks JL :)

> On 28 Jan 2019, at 22:37, Jean-Louis Monteiro  
> wrote:
> 
> Thanks Roberto.
> 
> Here is my +1
> 
> --
> Jean-Louis Monteiro
> http://twitter.com/jlouismonteiro
> http://www.tomitribe.com
> 
> 
> On Mon, Jan 28, 2019 at 1:09 PM Jonathan Gallimore <
> jonathan.gallim...@gmail.com> wrote:
> 
>> Thanks for the information - very helpful. I'm a +1 on the VOTE.
>> 
>> Jon
>> 
>> On Mon, Jan 28, 2019 at 11:32 AM Roberto Cortez
>> 
>> wrote:
>> 
>>> Hi Jon,
>>> 
>>> Like Bruno said, the initial version of Fault Tolerance used to be a
>>> wrapper around Apache Failsafe. In the last version, Geronimo wrote their
>>> own implementation and dropped the Failsafe dependency.
>>> 
>>> Regarding stax and woodstox, there are CXF dependency and they were
>>> downgraded here:
>>> 
>>> 
>> https://github.com/apache/cxf/commit/f5705dab6bdb7887d2368b053152b825ad4dcca4
>>> <
>>> 
>> https://github.com/apache/cxf/commit/f5705dab6bdb7887d2368b053152b825ad4dcca4
 
>>> 
>>> Not much explanation on why. I guess they found some sort of issue with
>>> the upgrade. Interesting is that they have tried to update it again and
>>> dropped it back:
>>> 
>>> 
>> https://github.com/apache/cxf/commit/1e35c3ac012c3acda3b82f225bada42c883e4098
>>> <
>>> 
>> https://github.com/apache/cxf/commit/1e35c3ac012c3acda3b82f225bada42c883e4098
 
>>> 
>>> That one has some more information. Anyway, I think we are ok with that.
>>> 
>>> Cheers,
>>> Roberto
>>> 
 On 28 Jan 2019, at 11:15, Jonathan Gallimore <
>>> jonathan.gallim...@gmail.com> wrote:
 
 Awesome, thanks for the update.
 
 Jon
 
 On Mon, Jan 28, 2019 at 11:15 AM Bruno Baptista 
>>> wrote:
 
> Hi Jon,
> 
> About the failsafe-1.0.4.jar absence... This is no logger required by
> the new safeguard-impl-1.2.0.jar. We are good on that regard.
> 
> Cheers
> 
> Bruno Baptista
> https://twitter.com/brunobat_
> 
> 
> On 28/01/19 11:11, Jonathan Gallimore wrote:
>> Couple of queries:
>> 
>> Looks like failsafe-1.0.4.jar has been dropped (microprofile
> distribution)
>> - was that intended?
>> 
>> Looks like the following have been downgraded since 8.0.0.M1:
>> 
>> stax2-api (4.1 -> 3.1.4)
>> woodstox-core (5.1.0 -> 5.0.3)
>> xbean-asm6-shaded (4.10 -> 4.8) (other xbean deps upgraded from 4.10
>> to
>> 4.12)
>> 
>> There's a xbean-asm6-shaded and a xbean-asm7-shaded - not an issue,
>> but
> we
>> ought to look to bring everything up to xbean-asm7-shaded when we can
>> (happy to provide some guidance to someone who wants to tackle it).
>> 
>> These are queries rather than showstoppers requiring a re-roll. I'm
>> otherwise +1, and many thanks for getting this release out.
>> 
>> Cheers
>> 
>> Jon
>> 
>> On Sat, Jan 26, 2019 at 1:16 AM Roberto Cortez
> 
>> wrote:
>> 
>>> Hi everyone,
>>> 
>>> Here is ML2 of TomEE 8. It took me way longer than I expected,
>> since I
>>> found a few issues that I had to fix to perform the release
>> properly.
>>> Please, realize that this is no way a FINAL release and it doesn’t
>>> need
> to
>>> be perfect. We may have several Milestone versions until we reach a
> final
>>> one.
>>> 
>>> Probably the most interesting feature of this release is the full
> support
>>> of MP 2.0 in the microprofile TomEE flavour.
>>> 
>>> As part of the release, I also had to release a patched version of
>>> BVal2
>>> with tomee groupId, alongside TomEE itself
>>> 
>>> Staging Repos:
>>> 
>>> https://repository.apache.org/content/repositories/orgapachetomee-1129/
> <
>>> 
>>> https://repository.apache.org/content/repositories/orgapachetomee-1129/
>> 
>>> (BVal 2)
>>> 
>>> https://repository.apache.org/content/repositories/orgapachetomee-1132/
> <
>>> 
>>> https://repository.apache.org/content/repositories/orgapachetomee-1132/
>> 
>>> (TomEE)
>>> 
>>> Source:
>>> 
>>> 
> 
>>> 
>> https://dist.apache.org/repos/dist/dev/tomee/tomee-8.0.0-M2/bval-parent-2.0.1-83f28d8-source-release.zip
>>> <
>>> 
> 
>>> 
>> https://dist.apache.org/repos/dist/dev/tomee/tomee-8.0.0-M2/bval-parent-2.0.1-83f28d8-source-release.zip
>>> 
> 
>>> 
>> https://dist.apache.org/repos/dist/dev/tomee/tomee-8.0.0-M2/tomee-project-8.0.0-M2-source-release.zip
>>> <
>>> 
> 
>>> 
>> https://dist.apache.org/repos/dist/dev/tomee/tomee-8.0.0-M2/tomee-project-8.0.0-M2-source-release.zip
>>> Dist Area:
>>> https://dist.apache.org/repos/dist/dev/tomee/tomee-8.0.0-M2/ <
>>> https://dist.apache.org/repos/dist/dev/tomee/tomee-8.0.0-M2/>
>>> 
>>> JIRA:
>>> https://jira.apache.org/jira/projects/TOMEE/versions/12344300 <
>>> https://jira.apache.org/jira/projects/TOMEE/versions/12344300>
>>> 
>>> Thank you!
>>> 

Re: JakartaEE TCK

2019-01-28 Thread César Hernández Mendoza
You are 100% right Frankie :)!

I think I have progress in the JT Harness UI:
I did the following:

cd  /Users/cesar/juniverse/ee8tck/javaeetck/bin
./ant gui

On the JT Harness UI, clicked: File->Open->TestSuite
and opened the folder: /Users/cesar/juniverse/ee8tck/javaeetck/src

On the JT Harness UI, Selected: View-> Filter -> ConfigureFilters
I couldn't create a new filter so I ended up updating the Custom filter
with the following data:
Keywords -> Match (Expression): javaee_web_profile_optional
Click Apply and then Ok.

The above allows me to identify the following numbers:
Web profile related tests: 7086
Full profile only test: 40133

The file I used to obtain the match expression is
javaeetck/src/com/sun/ts/lib/harness/keywords.properties [1]


[1]
https://github.com/eclipse-ee4j/jakartaee-tck/blob/master/src/com/sun/ts/lib/harness/keyword.properties#L52


El lun., 28 ene. 2019 a las 14:47, Frankie ()
escribió:

> Very nice ...
> It seems there is coming up another topic for documentation ... ;-)
>
>
>
> --
> Sent from:
> http://tomee-openejb.979440.n4.nabble.com/TomEE-Dev-f982480.html
>


-- 
Atentamente:
César Hernández Mendoza.


Re: how to debug TCK tests?

2019-01-28 Thread David Jencks
From the distant past, I recall it being tricky to debug the app client tests. 
Can you tell what is happening?
Is the app client container starting?
Does it suspend for the debugger attachment? If not, it probably runs to 
completion before you can attach-I definitely remember this happening to me!
Does it suspend but not allow attachment?
Is the test harness or appclient test harness (I don’t recall if these are 
separate) suspended waiting for attachment?

Hope this helps!
David Jencks 

Sent from my iPhone

> On Jan 28, 2019, at 2:31 PM, César Hernández Mendoza  
> wrote:
> 
> Hi,
> 
> I created the following document to track my TCK related work.
> https://docs.google.com/spreadsheets/d/1oYO0RN-rg4Z7TgSLJ2u4iK4hOFHOXA49ech2y0N3kVw/edit?usp=sharing
> 
> As you can see I executed today the tests from the  "appclient" category.
> 
> One of the failing test is:
> com/sun/ts/tests/appclient/deploy/ejblink/single/Client#testCMP11
> 
> The way I'm executing just that tests is with the following command:
> ./runtests --web tomee-plume -c -sql active -da
> com/sun/ts/tests/appclient/deploy/ejblink/single/Client#testCMP11
> 
> Notice that I'm adding:
> -sql to enable (according to with runtests script code [1]) required
> databases to be created.
> -da to enable TCK appclient debug options (port 5003)
> 
> Then on my IntelliJ, I opened Jakarta-tck project [3] and  set up a remote
> debug configuration for Listen to Remote JVM at port: 5003
> 
> Unfortunately, I'm not able to make this to work and degub the failing test.
> 
> 
> [1] https://github.com/apache/tomee-tck/blob/master/runtests#L30
> [2]  https://github.com/apache/tomee-tck/blob/master/runtests#L38
> [3] https://jenkins.eclipse.org/jakartaee-tck/
> 
> -- 
> Atentamente:
> César Hernández Mendoza.


how to initialize DB schemas for TCK tests

2019-01-28 Thread César Hernández Mendoza
Hi,

I'm trying to fix the following failing test:
./runtests --web tomee-plume -c -sql active
com/sun/ts/tests/appclient/deploy/ejblink/single/Client#testCMP11

The target/logs/javatest.log (attached as zip to this email) file shows [3]:
Internal Exception: java.sql.SQLSyntaxErrorException: Table/View 'CMP11'
does not exist.

By navigating into tomee-tck code I added to derby.ddl.cmp.sql [1] and
hsql.ddl.cmp.sql [2] the following without success:
DROP TABLE CMP11 ;
CREATE TABLE CMP11 ( ID INT  NOT NULL, BRAND_NAME VARCHAR(25) , PRICE REAL
, CONSTRAINT CMP11_SECRASP_TABL  PRIMARY KEY (ID));

How can one update the set of tables loaded before the test in tomee-tck?


[1]
https://github.com/apache/tomee-tck/blob/master/src/test/sql/derby/derby.ddl.cmp.sql
[2]
https://github.com/apache/tomee-tck/blob/master/src/test/sql/hsql/hsql.ddl.cmp.sql
[3] extract of the exception from javatest.log:

01-28-2019 16:44:59:  SVR-TRACE: [CMP11Wrapper] setEntityContext()
01-28-2019 16:44:59:  SVR: [CMP11Wrapper] Obtaining TS Naming Context...
01-28-2019 16:44:59:  SVR-TRACE: [CMP11Wrapper] ejbCreate()
[EL Info]: 2019-01-28
16:44:59.363--ServerSession(510210343)--EclipseLink, version: Eclipse
Persistence Services - 2.6.4.v20160829-44060b6
[EL Info]: 2019-01-28
16:44:59.475--ServerSession(510210343)--/file:/Users/cesar/juniverse/ee8tck/javaeetck/dist/com/sun/ts/tests/appclient/deploy/ejblink/single/appclient_dep_ejblink_single/_cmp
login successful
[EL Warning]: 2019-01-28
16:44:59.594--UnitOfWork(617742608)--Exception [EclipseLink-4002]
(Eclipse Persistence Services - 2.6.4.v20160829-44060b6):
org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLSyntaxErrorException: Table/View
'CMP11' does not exist.
Error Code: -1
Call: INSERT INTO CMP11 (KEY_ID, BRAND_NAME, PRICE) VALUES (?, ?, ?)
   bind => [3 parameters bound]
Query: 
InsertObjectQuery(openejb.com.sun.ts.tests.assembly.util.refbean.CMP11@1dfe161a)
28-Jan-2019 16:44:59.596 SEVERE [http-nio-59113-exec-1]
org.apache.openejb.core.transaction.EjbTransactionUtil.handleSystemException
EjbTransactionUtil.handleSystemException: Exception [EclipseLink-4002]
(Eclipse Persistence Services - 2.6.4.v20160829-44060b6):
org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLSyntaxErrorException: Table/View
'CMP11' does not exist.
Error Code: -1
Call: INSERT INTO CMP11 (KEY_ID, BRAND_NAME, PRICE) VALUES (?, ?, ?)
   bind => [3 parameters bound]
Query: 
InsertObjectQuery(openejb.com.sun.ts.tests.assembly.util.refbean.CMP11@1dfe161a)
 javax.persistence.PersistenceException: Exception [EclipseLink-4002]
(Eclipse Persistence Services - 2.6.4.v20160829-44060b6):
org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLSyntaxErrorException: Table/View
'CMP11' does not exist.
Error Code: -1
Call: INSERT INTO CMP11 (KEY_ID, BRAND_NAME, PRICE) VALUES (?, ?, ?)
   bind => [3 parameters bound]
Query: 
InsertObjectQuery(openejb.com.sun.ts.tests.assembly.util.refbean.CMP11@1dfe161a)
   at 
org.eclipse.persistence.internal.jpa.EntityManagerImpl.flush(EntityManagerImpl.java:879)
   at 
org.apache.openejb.persistence.JtaEntityManager.flush(JtaEntityManager.java:251)
   at 
org.apache.openejb.core.cmp.jpa.JpaCmpEngine.createBean(JpaCmpEngine.java:141)
   at 
org.apache.openejb.core.cmp.CmpContainer.createEJBObject(CmpContainer.java:623)
   at org.apache.openejb.core.cmp.CmpContainer.invoke(CmpContainer.java:267)
   at 
org.apache.openejb.server.ejbd.EjbRequestHandler.doEjbHome_CREATE(EjbRequestHandler.java:421)
   at 
org.apache.openejb.server.ejbd.EjbRequestHandler.processRequest(EjbRequestHandler.java:188)
   at 
org.apache.openejb.server.ejbd.EjbDaemon.processEjbRequest(EjbDaemon.java:360)
   at org.apache.openejb.server.ejbd.EjbDaemon.service(EjbDaemon.java:247)
   at org.apache.openejb.server.ejbd.EjbServer.service(EjbServer.java:104)
   at 
org.apache.openejb.server.httpd.ServerServlet.service(ServerServlet.java:60)
   at javax.servlet.http.HttpServlet.service(HttpServlet.java:741)
   at 
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:231)
   at 
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166)
   at 
org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:199)
   at 
org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:96)
   at org.apache.tomee.catalina.OpenEJBValve.invoke(OpenEJBValve.java:45)
   at 
org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:139)
   at 
org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:92)
   at 
org.apache.tomee.catalina.OpenEJBSecurityListener$RequestCapturer.invoke(OpenEJBSecurityListener.java:97)
   at 
org.apache.catalina.valves.AbstractAccessLogValve.invoke(AbstractAccessLogValve.java:668)
   at 
org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:74)
   at 

Re: [VOTE] Release Apache TomEE 8.0.0 MILESTONE 2

2019-01-28 Thread Jean-Louis Monteiro
Thanks Roberto.

Here is my +1

--
Jean-Louis Monteiro
http://twitter.com/jlouismonteiro
http://www.tomitribe.com


On Mon, Jan 28, 2019 at 1:09 PM Jonathan Gallimore <
jonathan.gallim...@gmail.com> wrote:

> Thanks for the information - very helpful. I'm a +1 on the VOTE.
>
> Jon
>
> On Mon, Jan 28, 2019 at 11:32 AM Roberto Cortez
> 
> wrote:
>
> > Hi Jon,
> >
> > Like Bruno said, the initial version of Fault Tolerance used to be a
> > wrapper around Apache Failsafe. In the last version, Geronimo wrote their
> > own implementation and dropped the Failsafe dependency.
> >
> > Regarding stax and woodstox, there are CXF dependency and they were
> > downgraded here:
> >
> >
> https://github.com/apache/cxf/commit/f5705dab6bdb7887d2368b053152b825ad4dcca4
> > <
> >
> https://github.com/apache/cxf/commit/f5705dab6bdb7887d2368b053152b825ad4dcca4
> > >
> >
> > Not much explanation on why. I guess they found some sort of issue with
> > the upgrade. Interesting is that they have tried to update it again and
> > dropped it back:
> >
> >
> https://github.com/apache/cxf/commit/1e35c3ac012c3acda3b82f225bada42c883e4098
> > <
> >
> https://github.com/apache/cxf/commit/1e35c3ac012c3acda3b82f225bada42c883e4098
> > >
> >
> > That one has some more information. Anyway, I think we are ok with that.
> >
> > Cheers,
> > Roberto
> >
> > > On 28 Jan 2019, at 11:15, Jonathan Gallimore <
> > jonathan.gallim...@gmail.com> wrote:
> > >
> > > Awesome, thanks for the update.
> > >
> > > Jon
> > >
> > > On Mon, Jan 28, 2019 at 11:15 AM Bruno Baptista 
> > wrote:
> > >
> > >> Hi Jon,
> > >>
> > >> About the failsafe-1.0.4.jar absence... This is no logger required by
> > >> the new safeguard-impl-1.2.0.jar. We are good on that regard.
> > >>
> > >> Cheers
> > >>
> > >> Bruno Baptista
> > >> https://twitter.com/brunobat_
> > >>
> > >>
> > >> On 28/01/19 11:11, Jonathan Gallimore wrote:
> > >>> Couple of queries:
> > >>>
> > >>> Looks like failsafe-1.0.4.jar has been dropped (microprofile
> > >> distribution)
> > >>> - was that intended?
> > >>>
> > >>> Looks like the following have been downgraded since 8.0.0.M1:
> > >>>
> > >>> stax2-api (4.1 -> 3.1.4)
> > >>> woodstox-core (5.1.0 -> 5.0.3)
> > >>> xbean-asm6-shaded (4.10 -> 4.8) (other xbean deps upgraded from 4.10
> to
> > >>> 4.12)
> > >>>
> > >>> There's a xbean-asm6-shaded and a xbean-asm7-shaded - not an issue,
> but
> > >> we
> > >>> ought to look to bring everything up to xbean-asm7-shaded when we can
> > >>> (happy to provide some guidance to someone who wants to tackle it).
> > >>>
> > >>> These are queries rather than showstoppers requiring a re-roll. I'm
> > >>> otherwise +1, and many thanks for getting this release out.
> > >>>
> > >>> Cheers
> > >>>
> > >>> Jon
> > >>>
> > >>> On Sat, Jan 26, 2019 at 1:16 AM Roberto Cortez
> > >> 
> > >>> wrote:
> > >>>
> >  Hi everyone,
> > 
> >  Here is ML2 of TomEE 8. It took me way longer than I expected,
> since I
> >  found a few issues that I had to fix to perform the release
> properly.
> >  Please, realize that this is no way a FINAL release and it doesn’t
> > need
> > >> to
> >  be perfect. We may have several Milestone versions until we reach a
> > >> final
> >  one.
> > 
> >  Probably the most interesting feature of this release is the full
> > >> support
> >  of MP 2.0 in the microprofile TomEE flavour.
> > 
> >  As part of the release, I also had to release a patched version of
> > BVal2
> >  with tomee groupId, alongside TomEE itself
> > 
> >  Staging Repos:
> > 
> > https://repository.apache.org/content/repositories/orgapachetomee-1129/
> > >> <
> > 
> > https://repository.apache.org/content/repositories/orgapachetomee-1129/
> > >>>
> >  (BVal 2)
> > 
> > https://repository.apache.org/content/repositories/orgapachetomee-1132/
> > >> <
> > 
> > https://repository.apache.org/content/repositories/orgapachetomee-1132/
> > >>>
> >  (TomEE)
> > 
> >  Source:
> > 
> > 
> > >>
> >
> https://dist.apache.org/repos/dist/dev/tomee/tomee-8.0.0-M2/bval-parent-2.0.1-83f28d8-source-release.zip
> >  <
> > 
> > >>
> >
> https://dist.apache.org/repos/dist/dev/tomee/tomee-8.0.0-M2/bval-parent-2.0.1-83f28d8-source-release.zip
> > 
> > >>
> >
> https://dist.apache.org/repos/dist/dev/tomee/tomee-8.0.0-M2/tomee-project-8.0.0-M2-source-release.zip
> >  <
> > 
> > >>
> >
> https://dist.apache.org/repos/dist/dev/tomee/tomee-8.0.0-M2/tomee-project-8.0.0-M2-source-release.zip
> >  Dist Area:
> >  https://dist.apache.org/repos/dist/dev/tomee/tomee-8.0.0-M2/ <
> >  https://dist.apache.org/repos/dist/dev/tomee/tomee-8.0.0-M2/>
> > 
> >  JIRA:
> >  https://jira.apache.org/jira/projects/TOMEE/versions/12344300 <
> >  https://jira.apache.org/jira/projects/TOMEE/versions/12344300>
> > 
> >  Thank you!
> > 
> >  Please vote:
> >  +1: Release
> >  0: I don’t care
> >  -1 Do not release 

how to debug TCK tests?

2019-01-28 Thread César Hernández Mendoza
Hi,

I created the following document to track my TCK related work.
https://docs.google.com/spreadsheets/d/1oYO0RN-rg4Z7TgSLJ2u4iK4hOFHOXA49ech2y0N3kVw/edit?usp=sharing

As you can see I executed today the tests from the  "appclient" category.

One of the failing test is:
com/sun/ts/tests/appclient/deploy/ejblink/single/Client#testCMP11

The way I'm executing just that tests is with the following command:
./runtests --web tomee-plume -c -sql active -da
com/sun/ts/tests/appclient/deploy/ejblink/single/Client#testCMP11

Notice that I'm adding:
 -sql to enable (according to with runtests script code [1]) required
databases to be created.
-da to enable TCK appclient debug options (port 5003)

Then on my IntelliJ, I opened Jakarta-tck project [3] and  set up a remote
debug configuration for Listen to Remote JVM at port: 5003

Unfortunately, I'm not able to make this to work and degub the failing test.


[1] https://github.com/apache/tomee-tck/blob/master/runtests#L30
[2]  https://github.com/apache/tomee-tck/blob/master/runtests#L38
[3] https://jenkins.eclipse.org/jakartaee-tck/

-- 
Atentamente:
César Hernández Mendoza.


Re: JakartaEE TCK

2019-01-28 Thread Frankie
Very nice ...
It seems there is coming up another topic for documentation ... ;-)



--
Sent from: http://tomee-openejb.979440.n4.nabble.com/TomEE-Dev-f982480.html


Re: JakartaEE TCK

2019-01-28 Thread César Hernández Mendoza
Not on my side.
I was able to finish the tomee-tck readme file but from there I don't know
how to see the big picture about the test and how all that works together
to start dividing and pick failing tests.


El lun., 28 ene. 2019 a las 11:28, Bruno Baptista ()
escribió:

> Hi Folks!
>
> Any progress on executing the TCK tests?
>
> Cheers
>
> Bruno Baptista
> https://twitter.com/brunobat_
>
>
>
>
> On 23/01/19 15:00, César Hernández Mendoza wrote:
> >> Where do we say to run the tests against a specific version of TomEE?
> > I'm blocked at this point too. Once the UI is open I don't know what to
> > open or how to properly create the javaee_web_profile filter.
> >
> > El mié., 23 ene. 2019 a las 8:32, Bruno Baptista ()
> > escribió:
> >
> >> Hi César,
> >>
> >> Thanks for this email. I was not aware of this UI.
> >>
> >> I managed to make it work but I think I'm missing something Where do
> >> we say to run the tests against a specific version of TomEE? This seems
> >> to ignore the TomEE-TCK project.
> >>
> >> Cheers
> >>
> >> Bruno Baptista
> >> https://twitter.com/brunobat_
> >>
> >>
> >> On 22/01/19 16:01, César Hernández Mendoza wrote:
> >>> I'm getting closer (hopefully) to visualize the test on the JT Harness
> >> UI.
> >>> Following Jean-Louis and Gurkan direction this is where I'm so far:
> >>>
> >>> cd  /Users/cesar/juniverse/ee8tck/javaeetck/bin
> >>> ./ant gui
> >>>
> >>> On the JT Harness UI, clicked: File->Open->TestSuite
> >>> and opened the folder: /Users/cesar/juniverse/ee8tck/javaeetck/src
> >>>
> >>> On the JT Harness UI, Selected: View-> Filter -> ConfigureFilters
> >>> I couldn't create a new filter so I ended up updating the Custom filter
> >>> with the following data:
> >>> Keywords -> Match (Expression): javaee_web_profile
> >>> Click Apply and then Ok.
> >>>
> >>> The Pi chard updated  slowly and the total amount of test cases is:
> 47219
> >>>
> >>> This number of test cases differs from the one Gurkan mentioned ("17517
> >>> tests for Web Profile"), so either I'm not opening the right folder or
> >> I'm
> >>> not applying correctly the filter .. or both.
> >>>
> >>>
> >>>
> >>>
> >>> El mar., 22 ene. 2019 a las 3:30, Bruno Baptista ( >)
> >>> escribió:
> >>>
>  Hi Guys,
> 
>  I wonder were can I find the full list of test executions, like this
> one
>  for EJB:
> 
>  ./runtests --web tomee-plume
>  com.sun.ts.tests.ejb30.bb.localaccess.statelessclient
> 
>  That way we could prioritize and start working working on specific
> >> fixes.
>  Cheers
> 
>  Bruno Baptista
>  https://twitter.com/brunobat_
> 
> 
>  On 21/01/19 22:20, Jean-Louis Monteiro wrote:
> > Ant will automatically look for a build.xml file.
> >
> > `ant gui` will therefor look for the build.xml file and then look
> for a
> > target with the name `gui` and run it.
> > --
> > Jean-Louis Monteiro
> > http://twitter.com/jlouismonteiro
> > http://www.tomitribe.com
> >
> >
> > On Mon, Jan 21, 2019 at 10:16 PM César Hernández Mendoza <
> > cesargu...@gmail.com> wrote:
> >
> >> Thank you for the reply, I have the following question now:
> >>
> >> - Go to bin/ folder of TCK
> >>
> >> Done:
> >> cd  /Users/cesar/juniverse/ee8tck/javaeetck/bin
> >>
> >> - Run ant gui
> >>
> >> Where and how I execute the ant gui? I see
> >> https://github.com/eclipse-ee4j/jakartaee-tck/issues/26 was closed
> >> but
>  I
> >> couldn't find any information on the wiki.
> >>
> >> This is the content of my bin/ folder of TCK:
> >> $ ls -A1
> >> ?/
> >> build.xml
> >> certificates/
> >> client_policy.append
> >> harness.policy
> >> java.policy
> >> jaxrpc-url-props.dat
> >> jaxws-url-props.dat
> >> jws-url-props.dat
> >> ldap.ldif
> >> login.config
> >> server_policy.append
> >> sig-test-pkg-list.txt
> >> sig-test-pkg-list_se8.txt
> >> sig-test-pkg-list_se9.txt
> >> sig-test.map
> >> sig-test_se8.map
> >> sig-test_se8.map.orig
> >> sig-test_se9.map
> >> ts.java.security
> >> ts.jte
> >> ts.jte.bak
> >> ts.jte.jdk9
> >> ts.jte.orig
> >> ts.jtx
> >> tssql.stmt
> >> version
> >> webservices-url-props.dat
> >> xml/
> >>
> >> I see there are some options [1] [2] to have an ant gui but I'm not
>  sure if
> >> you are referring something different.
> >>
> >> [1] http://www.placidsystems.com/virtualant/doc/guioverview.aspx
> >> [2] http://antelope.tigris.org/
> >>
> >>
> >>
> >> El lun., 21 ene. 2019 a las 14:40, Gurkan Erdogdu (<
> >> cgerdo...@gmail.com
> > )
> >> escribió:
> >>
> >>> I think we need to run tests with javaee_webprofile keyword filter.
>  There
> >>> is 

Checkstyle

2019-01-28 Thread Roberto Cortez
Hi folks,

I was wondering why do we have our checkstyle check only for a few modules:
https://github.com/apache/tomee/blob/464efec5d43467ae0861ad7a55ebb665293246f1/pom.xml#L615-L672
 


Does anyone know?

Cheers,
Roberto

Re: JakartaEE TCK

2019-01-28 Thread Bruno Baptista

Hi Folks!

Any progress on executing the TCK tests?

Cheers

Bruno Baptista
https://twitter.com/brunobat_




On 23/01/19 15:00, César Hernández Mendoza wrote:

Where do we say to run the tests against a specific version of TomEE?

I'm blocked at this point too. Once the UI is open I don't know what to
open or how to properly create the javaee_web_profile filter.

El mié., 23 ene. 2019 a las 8:32, Bruno Baptista ()
escribió:


Hi César,

Thanks for this email. I was not aware of this UI.

I managed to make it work but I think I'm missing something Where do
we say to run the tests against a specific version of TomEE? This seems
to ignore the TomEE-TCK project.

Cheers

Bruno Baptista
https://twitter.com/brunobat_


On 22/01/19 16:01, César Hernández Mendoza wrote:

I'm getting closer (hopefully) to visualize the test on the JT Harness

UI.

Following Jean-Louis and Gurkan direction this is where I'm so far:

cd  /Users/cesar/juniverse/ee8tck/javaeetck/bin
./ant gui

On the JT Harness UI, clicked: File->Open->TestSuite
and opened the folder: /Users/cesar/juniverse/ee8tck/javaeetck/src

On the JT Harness UI, Selected: View-> Filter -> ConfigureFilters
I couldn't create a new filter so I ended up updating the Custom filter
with the following data:
Keywords -> Match (Expression): javaee_web_profile
Click Apply and then Ok.

The Pi chard updated  slowly and the total amount of test cases is: 47219

This number of test cases differs from the one Gurkan mentioned ("17517
tests for Web Profile"), so either I'm not opening the right folder or

I'm

not applying correctly the filter .. or both.




El mar., 22 ene. 2019 a las 3:30, Bruno Baptista ()
escribió:


Hi Guys,

I wonder were can I find the full list of test executions, like this one
for EJB:

./runtests --web tomee-plume
com.sun.ts.tests.ejb30.bb.localaccess.statelessclient

That way we could prioritize and start working working on specific

fixes.

Cheers

Bruno Baptista
https://twitter.com/brunobat_


On 21/01/19 22:20, Jean-Louis Monteiro wrote:

Ant will automatically look for a build.xml file.

`ant gui` will therefor look for the build.xml file and then look for a
target with the name `gui` and run it.
--
Jean-Louis Monteiro
http://twitter.com/jlouismonteiro
http://www.tomitribe.com


On Mon, Jan 21, 2019 at 10:16 PM César Hernández Mendoza <
cesargu...@gmail.com> wrote:


Thank you for the reply, I have the following question now:

- Go to bin/ folder of TCK

Done:
cd  /Users/cesar/juniverse/ee8tck/javaeetck/bin

- Run ant gui

Where and how I execute the ant gui? I see
https://github.com/eclipse-ee4j/jakartaee-tck/issues/26 was closed

but

I

couldn't find any information on the wiki.

This is the content of my bin/ folder of TCK:
$ ls -A1
?/
build.xml
certificates/
client_policy.append
harness.policy
java.policy
jaxrpc-url-props.dat
jaxws-url-props.dat
jws-url-props.dat
ldap.ldif
login.config
server_policy.append
sig-test-pkg-list.txt
sig-test-pkg-list_se8.txt
sig-test-pkg-list_se9.txt
sig-test.map
sig-test_se8.map
sig-test_se8.map.orig
sig-test_se9.map
ts.java.security
ts.jte
ts.jte.bak
ts.jte.jdk9
ts.jte.orig
ts.jtx
tssql.stmt
version
webservices-url-props.dat
xml/

I see there are some options [1] [2] to have an ant gui but I'm not

sure if

you are referring something different.

[1] http://www.placidsystems.com/virtualant/doc/guioverview.aspx
[2] http://antelope.tigris.org/



El lun., 21 ene. 2019 a las 14:40, Gurkan Erdogdu (<

cgerdo...@gmail.com

)

escribió:


I think we need to run tests with javaee_webprofile keyword filter.

There

is also a GUI to run/see the tests. You can run it with :

  - Go to bin/ folder of TCK
  - Run ant gui
  - You need to create a custom filter configuration with keyword
  javaee_web_profile

When I filter, there exists 17517 tests for Web Profile.

On Mon, Jan 21, 2019 at 9:50 PM César Hernández Mendoza <
cesargu...@gmail.com> wrote:


@Gurkan
Thanks for the update.

@List I appreciate pointers/opinions in these two questions:
After reading the readme, I wonder if there is a proper way to split

the

entire set of tests in sub sets?
My questions arise when I try to think how we can spread the work

mentioned

in Stage 2 and Stage 3 from the readme.
I think having a shared document with status mapped to this sub sets

can

be

useful as a reference to people trying to find areas to help. What

do

you

think?


El vie., 18 ene. 2019 a las 2:41, Gurkan Erdogdu (<

cgerdo...@gmail.com

)

escribió:


Hi Cesar

My environment is macOS

Before updating, I received the following error when I run the

following

command from tomee-tck and also got some dev/tomee-tck/./target/lib

is

not

directory errors etc.

./runtests --web tomee-plume
com.sun.ts.tests.ejb30.bb.localaccess.statelessclient

[INFO]



Re: Ejemplos en Español

2019-01-28 Thread César Hernández Mendoza
Hi,
I created https://issues.apache.org/jira/browse/TOMEE-2461 to add the
corresponding title and HTML page.
I'm going to fix the uppercase variable too :)

El mié., 23 ene. 2019 a las 17:42, David Blevins ()
escribió:

> > On Jan 23, 2019, at 1:19 PM, César Hernández Mendoza <
> cesargu...@gmail.com> wrote:
> >> ... an upper case variable name :)
> >
> > I really sorry about that horrible typo, somehow it passes under the
> > commits and reviews.
>
> There's nothing to be sorry for -- I thought it was funny :)  Besides,
> here is the nature of open source:
>
> 10 people are in a room each with a bag of rice
> 1 of them gives you his bag of rice
> Theres one small rock in the rice, so he apologizes
> The person accepting says "it's ok"
>
> The typical status quo in this story:
>
>  - The only person who did anything good is apologizing
>  - The only person taking some is the one issuing forgiveness
>  - The 9 people who did nothing offer no apology or ask for forgiveness
>
> I always do my best to make sure this status quo is *not* the case.  So I
> will once again say, thank YOU Cesar :)  A harmless rock in an overall
> generous and rare gift is nothing.
>
> If others want to help, I will help them do so and thank them properly
> like anyone who gets a gift :)
>
> > I can keep pushing forward the improvements and keep hearing feedback is
> > always a good way to know and fix the direction ... like, for example,
> the
> > Upper case variable I added XD.
>
> I already ran out of time to hack, but if you want to try another update
> that makes the url and title "Ejemplos" for the Spanish page, that'd be
> awesome.  We could publish with the way it is, but the trick is we won't be
> able to delete that directory if we do.
>
> Good logic for this could be some new method in `Configuration` where we
> could define say
>
> public static Lang[] getLanguages() {
> return new Lang[] {
> new Lang("es", "Ejemplos", /* any future page names could be
> in the constructor */),
> new Lang("fr", "Exemples")
> };
> }
>
> The languages would still be discovered automatically and default to
> "examples", etc., but there'd be some way for someone to come in and
> provide and override it to provide that fine touch.
>
> Another improvement that can easily come later is perhaps inside the
> asciidoc or markdown, there could be
>
>   - a "title_es" header next to the "title" header so people could provide
> a translated page name for the description in the index.
>   - a "name_es" so people could supply a file name in the URL so pages
> like "alternate-descriptors.html" become "descriptores-alternativos.html"
> (or whatever the right translation is :)
>
> I think people seeing we go the extra mile will really encourage
> contribution.
>
> There's such a strong latino community (Spanish and Portuguese) I can
> easily imagine new examples coming in first in Spanish or Portuguese :)  A
> little leadership there and it would be a great way to show the latino
> community how strong it really is, and bring some pride from a friendly bit
> of English/Spanish/Portuguese competition :)
>
>
> -David
>
> >
> > El mié., 23 ene. 2019 a las 14:23, David Blevins (<
> david.blev...@gmail.com>)
> > escribió:
> >
> >> Working on it now!
> >>
> >> Off topic: My OCD is scaring even myself.  You've got 7 commits, 9
> changed
> >> files, 700 new lines of code and in under 20 seconds of pulling
> everything
> >> into my IDE my eyes lock in on and cannot stop staring at the one place
> you
> >> used an upper case variable name :)
> >>
> >> -
> >>
> https://github.com/apache/tomee-site-generator/blob/master/src/main/java/org/apache/tomee/website/VersionIndex.java#L65
> >>
> >> I was only digging because I wanted to change "Examples" to "Ejemplos"
> and
> >> I kinda felt bad for giving you too much feedback already.
> >>
> >> Seriously, something is wrong with me :)
> >>
> >>
> >>
> >> --
> >> David Blevins
> >> http://twitter.com/dblevins
> >> http://www.tomitribe.com
> >>
> >>> On Jan 23, 2019, at 7:45 AM, César Hernández Mendoza <
> >> cesargu...@gmail.com> wrote:
> >>>
> >>> Hi,
> >>> Can some of the committers please redeploy TomEE  website,
> >>> http://tomee.apache.org/docs.html still doesn't show the translation
> >>> language available and
> https://issues.apache.org/jira/browse/TOMEE-2444
> >> is
> >>> still marked as Open.
> >>>
> >>> El vie., 18 ene. 2019 a las 10:04, César Hernández Mendoza (<
> >>> cesargu...@gmail.com>) escribió:
> >>>
>  The PR was merged, can someone of the JIRA admins please move forward
> >> the
>  ticket?
>  https://issues.apache.org/jira/browse/TOMEE-2444 and also redeploy
>  tomee website.
> 
>  El mié., 16 ene. 2019 a las 18:18, Bruno Baptista (<
> bruno...@gmail.com
> >>> )
>  escribió:
> 
> > Hi César,
> >
> > The PR looks ok to me.
> >
> > Thanks!
> >
> > Bruno Baptista
> > 

Re: PR review and merge

2019-01-28 Thread Bruno Baptista

Thanks Roberto.

Bruno Baptista
https://twitter.com/brunobat_


On 28/01/19 15:29, Roberto Cortez wrote:

I’ll be looking into the current list of PR’s and try to merge the ones that 
are ready.

Cheers,
Roberto


On 24 Jan 2019, at 15:23, Otávio Gonçalves de Santana  
wrote:

Thank you for the explanation it Roberto.

On Thu, Jan 24, 2019 at 12:50 PM Roberto Cortez 
wrote:


We didn’t.

If we are moving forward with the release, I would prefer to keep these in
stand by until we are done. Right now, we are on a green build, and we
can’t be sure if any of these PR’s would break it, so better to be safe :)


On 24 Jan 2019, at 12:05, Otávio Gonçalves de Santana <

osant...@tomitribe.com> wrote:

Hello everyone, please don't forget these PRs

On Wed, Jan 23, 2019 at 8:01 AM Bruno Baptista 

wrote:

Hi,

Can one of the committers please take a look at these PRs?

https://github.com/apache/tomee/pull/377
https://github.com/apache/tomee/pull/376
https://github.com/apache/tomee/pull/375
https://github.com/apache/tomee/pull/370
https://github.com/apache/tomee/pull/366
https://github.com/apache/tomee/pull/363
https://github.com/apache/tomee/pull/362
https://github.com/apache/tomee/pull/361

Cheers

--
Bruno Baptista
https://twitter.com/brunobat_







Re: PR review and merge

2019-01-28 Thread Roberto Cortez
I’ll be looking into the current list of PR’s and try to merge the ones that 
are ready.

Cheers,
Roberto

> On 24 Jan 2019, at 15:23, Otávio Gonçalves de Santana 
>  wrote:
> 
> Thank you for the explanation it Roberto.
> 
> On Thu, Jan 24, 2019 at 12:50 PM Roberto Cortez 
> wrote:
> 
>> We didn’t.
>> 
>> If we are moving forward with the release, I would prefer to keep these in
>> stand by until we are done. Right now, we are on a green build, and we
>> can’t be sure if any of these PR’s would break it, so better to be safe :)
>> 
>>> On 24 Jan 2019, at 12:05, Otávio Gonçalves de Santana <
>> osant...@tomitribe.com> wrote:
>>> 
>>> Hello everyone, please don't forget these PRs
>>> 
>>> On Wed, Jan 23, 2019 at 8:01 AM Bruno Baptista 
>> wrote:
>>> 
 Hi,
 
 Can one of the committers please take a look at these PRs?
 
 https://github.com/apache/tomee/pull/377
 https://github.com/apache/tomee/pull/376
 https://github.com/apache/tomee/pull/375
 https://github.com/apache/tomee/pull/370
 https://github.com/apache/tomee/pull/366
 https://github.com/apache/tomee/pull/363
 https://github.com/apache/tomee/pull/362
 https://github.com/apache/tomee/pull/361
 
 Cheers
 
 --
 Bruno Baptista
 https://twitter.com/brunobat_
 
 
 
>> 
>> 



Re: PR of MicroProfile Fault Tolerance Example to review.

2019-01-28 Thread Jose Henrique Ventura
Thanks for reviewing the PR Bruno!

I've finished your suggestions.


Best Regards,
José Henrique Ventura.

‐‐‐ Original Message ‐‐‐
On Monday, January 28, 2019 11:00 AM, Bruno Baptista  wrote:

> Thanks for the PR José!
>
> I've reviewed it and left a couple of suggestions.
>
> Cheers
>
> Bruno Baptista
> https://twitter.com/brunobat_
>
> On 26/01/19 22:13, Jose Henrique Ventura wrote:
>
> > Hi guys,
> > I have completed fault tolerance timeout example. =)
> > https://github.com/apache/tomee/pull/382
> > Best Regards,
> > José Henrique Ventura.




Re: [VOTE] Release Apache TomEE 8.0.0 MILESTONE 2

2019-01-28 Thread Jonathan Gallimore
Thanks for the information - very helpful. I'm a +1 on the VOTE.

Jon

On Mon, Jan 28, 2019 at 11:32 AM Roberto Cortez 
wrote:

> Hi Jon,
>
> Like Bruno said, the initial version of Fault Tolerance used to be a
> wrapper around Apache Failsafe. In the last version, Geronimo wrote their
> own implementation and dropped the Failsafe dependency.
>
> Regarding stax and woodstox, there are CXF dependency and they were
> downgraded here:
>
> https://github.com/apache/cxf/commit/f5705dab6bdb7887d2368b053152b825ad4dcca4
> <
> https://github.com/apache/cxf/commit/f5705dab6bdb7887d2368b053152b825ad4dcca4
> >
>
> Not much explanation on why. I guess they found some sort of issue with
> the upgrade. Interesting is that they have tried to update it again and
> dropped it back:
>
> https://github.com/apache/cxf/commit/1e35c3ac012c3acda3b82f225bada42c883e4098
> <
> https://github.com/apache/cxf/commit/1e35c3ac012c3acda3b82f225bada42c883e4098
> >
>
> That one has some more information. Anyway, I think we are ok with that.
>
> Cheers,
> Roberto
>
> > On 28 Jan 2019, at 11:15, Jonathan Gallimore <
> jonathan.gallim...@gmail.com> wrote:
> >
> > Awesome, thanks for the update.
> >
> > Jon
> >
> > On Mon, Jan 28, 2019 at 11:15 AM Bruno Baptista 
> wrote:
> >
> >> Hi Jon,
> >>
> >> About the failsafe-1.0.4.jar absence... This is no logger required by
> >> the new safeguard-impl-1.2.0.jar. We are good on that regard.
> >>
> >> Cheers
> >>
> >> Bruno Baptista
> >> https://twitter.com/brunobat_
> >>
> >>
> >> On 28/01/19 11:11, Jonathan Gallimore wrote:
> >>> Couple of queries:
> >>>
> >>> Looks like failsafe-1.0.4.jar has been dropped (microprofile
> >> distribution)
> >>> - was that intended?
> >>>
> >>> Looks like the following have been downgraded since 8.0.0.M1:
> >>>
> >>> stax2-api (4.1 -> 3.1.4)
> >>> woodstox-core (5.1.0 -> 5.0.3)
> >>> xbean-asm6-shaded (4.10 -> 4.8) (other xbean deps upgraded from 4.10 to
> >>> 4.12)
> >>>
> >>> There's a xbean-asm6-shaded and a xbean-asm7-shaded - not an issue, but
> >> we
> >>> ought to look to bring everything up to xbean-asm7-shaded when we can
> >>> (happy to provide some guidance to someone who wants to tackle it).
> >>>
> >>> These are queries rather than showstoppers requiring a re-roll. I'm
> >>> otherwise +1, and many thanks for getting this release out.
> >>>
> >>> Cheers
> >>>
> >>> Jon
> >>>
> >>> On Sat, Jan 26, 2019 at 1:16 AM Roberto Cortez
> >> 
> >>> wrote:
> >>>
>  Hi everyone,
> 
>  Here is ML2 of TomEE 8. It took me way longer than I expected, since I
>  found a few issues that I had to fix to perform the release properly.
>  Please, realize that this is no way a FINAL release and it doesn’t
> need
> >> to
>  be perfect. We may have several Milestone versions until we reach a
> >> final
>  one.
> 
>  Probably the most interesting feature of this release is the full
> >> support
>  of MP 2.0 in the microprofile TomEE flavour.
> 
>  As part of the release, I also had to release a patched version of
> BVal2
>  with tomee groupId, alongside TomEE itself
> 
>  Staging Repos:
> 
> https://repository.apache.org/content/repositories/orgapachetomee-1129/
> >> <
> 
> https://repository.apache.org/content/repositories/orgapachetomee-1129/
> >>>
>  (BVal 2)
> 
> https://repository.apache.org/content/repositories/orgapachetomee-1132/
> >> <
> 
> https://repository.apache.org/content/repositories/orgapachetomee-1132/
> >>>
>  (TomEE)
> 
>  Source:
> 
> 
> >>
> https://dist.apache.org/repos/dist/dev/tomee/tomee-8.0.0-M2/bval-parent-2.0.1-83f28d8-source-release.zip
>  <
> 
> >>
> https://dist.apache.org/repos/dist/dev/tomee/tomee-8.0.0-M2/bval-parent-2.0.1-83f28d8-source-release.zip
> 
> >>
> https://dist.apache.org/repos/dist/dev/tomee/tomee-8.0.0-M2/tomee-project-8.0.0-M2-source-release.zip
>  <
> 
> >>
> https://dist.apache.org/repos/dist/dev/tomee/tomee-8.0.0-M2/tomee-project-8.0.0-M2-source-release.zip
>  Dist Area:
>  https://dist.apache.org/repos/dist/dev/tomee/tomee-8.0.0-M2/ <
>  https://dist.apache.org/repos/dist/dev/tomee/tomee-8.0.0-M2/>
> 
>  JIRA:
>  https://jira.apache.org/jira/projects/TOMEE/versions/12344300 <
>  https://jira.apache.org/jira/projects/TOMEE/versions/12344300>
> 
>  Thank you!
> 
>  Please vote:
>  +1: Release
>  0: I don’t care
>  -1 Do not release because ...
> 
>  The vote will be open for 3 days or the consensus is binding (At
> least 3
>  binding votes).
> 
>  Cheers,
>  Roberto
> >>
>
>


Re: [VOTE] Release Apache TomEE 8.0.0 MILESTONE 2

2019-01-28 Thread Roberto Cortez
Hi Jon,

Like Bruno said, the initial version of Fault Tolerance used to be a wrapper 
around Apache Failsafe. In the last version, Geronimo wrote their own 
implementation and dropped the Failsafe dependency.

Regarding stax and woodstox, there are CXF dependency and they were downgraded 
here:
https://github.com/apache/cxf/commit/f5705dab6bdb7887d2368b053152b825ad4dcca4 


Not much explanation on why. I guess they found some sort of issue with the 
upgrade. Interesting is that they have tried to update it again and dropped it 
back:
https://github.com/apache/cxf/commit/1e35c3ac012c3acda3b82f225bada42c883e4098 


That one has some more information. Anyway, I think we are ok with that.

Cheers,
Roberto

> On 28 Jan 2019, at 11:15, Jonathan Gallimore  
> wrote:
> 
> Awesome, thanks for the update.
> 
> Jon
> 
> On Mon, Jan 28, 2019 at 11:15 AM Bruno Baptista  wrote:
> 
>> Hi Jon,
>> 
>> About the failsafe-1.0.4.jar absence... This is no logger required by
>> the new safeguard-impl-1.2.0.jar. We are good on that regard.
>> 
>> Cheers
>> 
>> Bruno Baptista
>> https://twitter.com/brunobat_
>> 
>> 
>> On 28/01/19 11:11, Jonathan Gallimore wrote:
>>> Couple of queries:
>>> 
>>> Looks like failsafe-1.0.4.jar has been dropped (microprofile
>> distribution)
>>> - was that intended?
>>> 
>>> Looks like the following have been downgraded since 8.0.0.M1:
>>> 
>>> stax2-api (4.1 -> 3.1.4)
>>> woodstox-core (5.1.0 -> 5.0.3)
>>> xbean-asm6-shaded (4.10 -> 4.8) (other xbean deps upgraded from 4.10 to
>>> 4.12)
>>> 
>>> There's a xbean-asm6-shaded and a xbean-asm7-shaded - not an issue, but
>> we
>>> ought to look to bring everything up to xbean-asm7-shaded when we can
>>> (happy to provide some guidance to someone who wants to tackle it).
>>> 
>>> These are queries rather than showstoppers requiring a re-roll. I'm
>>> otherwise +1, and many thanks for getting this release out.
>>> 
>>> Cheers
>>> 
>>> Jon
>>> 
>>> On Sat, Jan 26, 2019 at 1:16 AM Roberto Cortez
>> 
>>> wrote:
>>> 
 Hi everyone,
 
 Here is ML2 of TomEE 8. It took me way longer than I expected, since I
 found a few issues that I had to fix to perform the release properly.
 Please, realize that this is no way a FINAL release and it doesn’t need
>> to
 be perfect. We may have several Milestone versions until we reach a
>> final
 one.
 
 Probably the most interesting feature of this release is the full
>> support
 of MP 2.0 in the microprofile TomEE flavour.
 
 As part of the release, I also had to release a patched version of BVal2
 with tomee groupId, alongside TomEE itself
 
 Staging Repos:
 https://repository.apache.org/content/repositories/orgapachetomee-1129/
>> <
 https://repository.apache.org/content/repositories/orgapachetomee-1129/
>>> 
 (BVal 2)
 https://repository.apache.org/content/repositories/orgapachetomee-1132/
>> <
 https://repository.apache.org/content/repositories/orgapachetomee-1132/
>>> 
 (TomEE)
 
 Source:
 
 
>> https://dist.apache.org/repos/dist/dev/tomee/tomee-8.0.0-M2/bval-parent-2.0.1-83f28d8-source-release.zip
 <
 
>> https://dist.apache.org/repos/dist/dev/tomee/tomee-8.0.0-M2/bval-parent-2.0.1-83f28d8-source-release.zip
 
>> https://dist.apache.org/repos/dist/dev/tomee/tomee-8.0.0-M2/tomee-project-8.0.0-M2-source-release.zip
 <
 
>> https://dist.apache.org/repos/dist/dev/tomee/tomee-8.0.0-M2/tomee-project-8.0.0-M2-source-release.zip
 Dist Area:
 https://dist.apache.org/repos/dist/dev/tomee/tomee-8.0.0-M2/ <
 https://dist.apache.org/repos/dist/dev/tomee/tomee-8.0.0-M2/>
 
 JIRA:
 https://jira.apache.org/jira/projects/TOMEE/versions/12344300 <
 https://jira.apache.org/jira/projects/TOMEE/versions/12344300>
 
 Thank you!
 
 Please vote:
 +1: Release
 0: I don’t care
 -1 Do not release because ...
 
 The vote will be open for 3 days or the consensus is binding (At least 3
 binding votes).
 
 Cheers,
 Roberto
>> 



Re: [VOTE] Release Apache TomEE 8.0.0 MILESTONE 2

2019-01-28 Thread Jonathan Gallimore
Awesome, thanks for the update.

Jon

On Mon, Jan 28, 2019 at 11:15 AM Bruno Baptista  wrote:

> Hi Jon,
>
> About the failsafe-1.0.4.jar absence... This is no logger required by
> the new safeguard-impl-1.2.0.jar. We are good on that regard.
>
> Cheers
>
> Bruno Baptista
> https://twitter.com/brunobat_
>
>
> On 28/01/19 11:11, Jonathan Gallimore wrote:
> > Couple of queries:
> >
> > Looks like failsafe-1.0.4.jar has been dropped (microprofile
> distribution)
> > - was that intended?
> >
> > Looks like the following have been downgraded since 8.0.0.M1:
> >
> > stax2-api (4.1 -> 3.1.4)
> > woodstox-core (5.1.0 -> 5.0.3)
> > xbean-asm6-shaded (4.10 -> 4.8) (other xbean deps upgraded from 4.10 to
> > 4.12)
> >
> > There's a xbean-asm6-shaded and a xbean-asm7-shaded - not an issue, but
> we
> > ought to look to bring everything up to xbean-asm7-shaded when we can
> > (happy to provide some guidance to someone who wants to tackle it).
> >
> > These are queries rather than showstoppers requiring a re-roll. I'm
> > otherwise +1, and many thanks for getting this release out.
> >
> > Cheers
> >
> > Jon
> >
> > On Sat, Jan 26, 2019 at 1:16 AM Roberto Cortez
> 
> > wrote:
> >
> >> Hi everyone,
> >>
> >> Here is ML2 of TomEE 8. It took me way longer than I expected, since I
> >> found a few issues that I had to fix to perform the release properly.
> >> Please, realize that this is no way a FINAL release and it doesn’t need
> to
> >> be perfect. We may have several Milestone versions until we reach a
> final
> >> one.
> >>
> >> Probably the most interesting feature of this release is the full
> support
> >> of MP 2.0 in the microprofile TomEE flavour.
> >>
> >> As part of the release, I also had to release a patched version of BVal2
> >> with tomee groupId, alongside TomEE itself
> >>
> >> Staging Repos:
> >> https://repository.apache.org/content/repositories/orgapachetomee-1129/
> <
> >> https://repository.apache.org/content/repositories/orgapachetomee-1129/
> >
> >> (BVal 2)
> >> https://repository.apache.org/content/repositories/orgapachetomee-1132/
> <
> >> https://repository.apache.org/content/repositories/orgapachetomee-1132/
> >
> >> (TomEE)
> >>
> >> Source:
> >>
> >>
> https://dist.apache.org/repos/dist/dev/tomee/tomee-8.0.0-M2/bval-parent-2.0.1-83f28d8-source-release.zip
> >> <
> >>
> https://dist.apache.org/repos/dist/dev/tomee/tomee-8.0.0-M2/bval-parent-2.0.1-83f28d8-source-release.zip
> >>
> https://dist.apache.org/repos/dist/dev/tomee/tomee-8.0.0-M2/tomee-project-8.0.0-M2-source-release.zip
> >> <
> >>
> https://dist.apache.org/repos/dist/dev/tomee/tomee-8.0.0-M2/tomee-project-8.0.0-M2-source-release.zip
> >> Dist Area:
> >> https://dist.apache.org/repos/dist/dev/tomee/tomee-8.0.0-M2/ <
> >> https://dist.apache.org/repos/dist/dev/tomee/tomee-8.0.0-M2/>
> >>
> >> JIRA:
> >> https://jira.apache.org/jira/projects/TOMEE/versions/12344300 <
> >> https://jira.apache.org/jira/projects/TOMEE/versions/12344300>
> >>
> >> Thank you!
> >>
> >> Please vote:
> >> +1: Release
> >> 0: I don’t care
> >> -1 Do not release because ...
> >>
> >> The vote will be open for 3 days or the consensus is binding (At least 3
> >> binding votes).
> >>
> >> Cheers,
> >> Roberto
>


Re: [VOTE] Release Apache TomEE 8.0.0 MILESTONE 2

2019-01-28 Thread Bruno Baptista

Hi Jon,

About the failsafe-1.0.4.jar absence... This is no logger required by 
the new safeguard-impl-1.2.0.jar. We are good on that regard.


Cheers

Bruno Baptista
https://twitter.com/brunobat_


On 28/01/19 11:11, Jonathan Gallimore wrote:

Couple of queries:

Looks like failsafe-1.0.4.jar has been dropped (microprofile distribution)
- was that intended?

Looks like the following have been downgraded since 8.0.0.M1:

stax2-api (4.1 -> 3.1.4)
woodstox-core (5.1.0 -> 5.0.3)
xbean-asm6-shaded (4.10 -> 4.8) (other xbean deps upgraded from 4.10 to
4.12)

There's a xbean-asm6-shaded and a xbean-asm7-shaded - not an issue, but we
ought to look to bring everything up to xbean-asm7-shaded when we can
(happy to provide some guidance to someone who wants to tackle it).

These are queries rather than showstoppers requiring a re-roll. I'm
otherwise +1, and many thanks for getting this release out.

Cheers

Jon

On Sat, Jan 26, 2019 at 1:16 AM Roberto Cortez 
wrote:


Hi everyone,

Here is ML2 of TomEE 8. It took me way longer than I expected, since I
found a few issues that I had to fix to perform the release properly.
Please, realize that this is no way a FINAL release and it doesn’t need to
be perfect. We may have several Milestone versions until we reach a final
one.

Probably the most interesting feature of this release is the full support
of MP 2.0 in the microprofile TomEE flavour.

As part of the release, I also had to release a patched version of BVal2
with tomee groupId, alongside TomEE itself

Staging Repos:
https://repository.apache.org/content/repositories/orgapachetomee-1129/ <
https://repository.apache.org/content/repositories/orgapachetomee-1129/>
(BVal 2)
https://repository.apache.org/content/repositories/orgapachetomee-1132/ <
https://repository.apache.org/content/repositories/orgapachetomee-1132/>
(TomEE)

Source:

https://dist.apache.org/repos/dist/dev/tomee/tomee-8.0.0-M2/bval-parent-2.0.1-83f28d8-source-release.zip
<
https://dist.apache.org/repos/dist/dev/tomee/tomee-8.0.0-M2/bval-parent-2.0.1-83f28d8-source-release.zip
https://dist.apache.org/repos/dist/dev/tomee/tomee-8.0.0-M2/tomee-project-8.0.0-M2-source-release.zip
<
https://dist.apache.org/repos/dist/dev/tomee/tomee-8.0.0-M2/tomee-project-8.0.0-M2-source-release.zip
Dist Area:
https://dist.apache.org/repos/dist/dev/tomee/tomee-8.0.0-M2/ <
https://dist.apache.org/repos/dist/dev/tomee/tomee-8.0.0-M2/>

JIRA:
https://jira.apache.org/jira/projects/TOMEE/versions/12344300 <
https://jira.apache.org/jira/projects/TOMEE/versions/12344300>

Thank you!

Please vote:
+1: Release
0: I don’t care
-1 Do not release because ...

The vote will be open for 3 days or the consensus is binding (At least 3
binding votes).

Cheers,
Roberto


Re: [VOTE] Release Apache TomEE 8.0.0 MILESTONE 2

2019-01-28 Thread Jonathan Gallimore
Couple of queries:

Looks like failsafe-1.0.4.jar has been dropped (microprofile distribution)
- was that intended?

Looks like the following have been downgraded since 8.0.0.M1:

stax2-api (4.1 -> 3.1.4)
woodstox-core (5.1.0 -> 5.0.3)
xbean-asm6-shaded (4.10 -> 4.8) (other xbean deps upgraded from 4.10 to
4.12)

There's a xbean-asm6-shaded and a xbean-asm7-shaded - not an issue, but we
ought to look to bring everything up to xbean-asm7-shaded when we can
(happy to provide some guidance to someone who wants to tackle it).

These are queries rather than showstoppers requiring a re-roll. I'm
otherwise +1, and many thanks for getting this release out.

Cheers

Jon

On Sat, Jan 26, 2019 at 1:16 AM Roberto Cortez 
wrote:

> Hi everyone,
>
> Here is ML2 of TomEE 8. It took me way longer than I expected, since I
> found a few issues that I had to fix to perform the release properly.
> Please, realize that this is no way a FINAL release and it doesn’t need to
> be perfect. We may have several Milestone versions until we reach a final
> one.
>
> Probably the most interesting feature of this release is the full support
> of MP 2.0 in the microprofile TomEE flavour.
>
> As part of the release, I also had to release a patched version of BVal2
> with tomee groupId, alongside TomEE itself
>
> Staging Repos:
> https://repository.apache.org/content/repositories/orgapachetomee-1129/ <
> https://repository.apache.org/content/repositories/orgapachetomee-1129/>
> (BVal 2)
> https://repository.apache.org/content/repositories/orgapachetomee-1132/ <
> https://repository.apache.org/content/repositories/orgapachetomee-1132/>
> (TomEE)
>
> Source:
>
> https://dist.apache.org/repos/dist/dev/tomee/tomee-8.0.0-M2/bval-parent-2.0.1-83f28d8-source-release.zip
> <
> https://dist.apache.org/repos/dist/dev/tomee/tomee-8.0.0-M2/bval-parent-2.0.1-83f28d8-source-release.zip
> >
>
> https://dist.apache.org/repos/dist/dev/tomee/tomee-8.0.0-M2/tomee-project-8.0.0-M2-source-release.zip
> <
> https://dist.apache.org/repos/dist/dev/tomee/tomee-8.0.0-M2/tomee-project-8.0.0-M2-source-release.zip
> >
>
> Dist Area:
> https://dist.apache.org/repos/dist/dev/tomee/tomee-8.0.0-M2/ <
> https://dist.apache.org/repos/dist/dev/tomee/tomee-8.0.0-M2/>
>
> JIRA:
> https://jira.apache.org/jira/projects/TOMEE/versions/12344300 <
> https://jira.apache.org/jira/projects/TOMEE/versions/12344300>
>
> Thank you!
>
> Please vote:
> +1: Release
> 0: I don’t care
> -1 Do not release because ...
>
> The vote will be open for 3 days or the consensus is binding (At least 3
> binding votes).
>
> Cheers,
> Roberto


Re: PR of MicroProfile Fault Tolerance Example to review.

2019-01-28 Thread Bruno Baptista

Thanks for the PR José!

I've reviewed it and left a couple of suggestions.

Cheers

Bruno Baptista
https://twitter.com/brunobat_


On 26/01/19 22:13, Jose Henrique Ventura wrote:

Hi guys,

I have completed fault tolerance timeout example. =)
https://github.com/apache/tomee/pull/382

Best Regards,
José Henrique Ventura.


Re: @Schedule being fired twice

2019-01-28 Thread Bruno Baptista

Is this happening only at startup?

Can you please post the log lines of a few scheduler executions to check 
the time?


The Scheduler should be active as soon as that singleton is 
instantiated, btw.


Bruno Baptista
https://twitter.com/brunobat_


On 25/01/19 20:50, exabrial12 wrote:

To clarify, this is happening on startup... could this be because startup is
taking longer than 15s?



--
Sent from: http://tomee-openejb.979440.n4.nabble.com/TomEE-Dev-f982480.html


Re: [VOTE] Release Apache TomEE 8.0.0 MILESTONE 2

2019-01-28 Thread Bruno Baptista

+1

I've tested the webprofile, microprofile and plus flavors on linux with 
openjdk version "1.8.0_191.


Used several apps and it looks good to me.

Thanks Roberto!

Bruno Baptista
https://twitter.com/brunobat_



On 26/01/19 01:15, Roberto Cortez wrote:

Hi everyone,

Here is ML2 of TomEE 8. It took me way longer than I expected, since I found a 
few issues that I had to fix to perform the release properly. Please, realize 
that this is no way a FINAL release and it doesn’t need to be perfect. We may 
have several Milestone versions until we reach a final one.

Probably the most interesting feature of this release is the full support of MP 
2.0 in the microprofile TomEE flavour.

As part of the release, I also had to release a patched version of BVal2 with 
tomee groupId, alongside TomEE itself

Staging Repos:
https://repository.apache.org/content/repositories/orgapachetomee-1129/ 
 (BVal 
2)
https://repository.apache.org/content/repositories/orgapachetomee-1132/ 
 
(TomEE)

Source:
https://dist.apache.org/repos/dist/dev/tomee/tomee-8.0.0-M2/bval-parent-2.0.1-83f28d8-source-release.zip
 

https://dist.apache.org/repos/dist/dev/tomee/tomee-8.0.0-M2/tomee-project-8.0.0-M2-source-release.zip
 


Dist Area:
https://dist.apache.org/repos/dist/dev/tomee/tomee-8.0.0-M2/ 


JIRA:
https://jira.apache.org/jira/projects/TOMEE/versions/12344300 


Thank you!

Please vote:
+1: Release
0: I don’t care
-1 Do not release because ...

The vote will be open for 3 days or the consensus is binding (At least 3 
binding votes).

Cheers,
Roberto


Re: [VOTE] Release Apache TomEE 8.0.0 MILESTONE 2

2019-01-28 Thread Ivan Junckes Filho
+1 Thanks man!


On Mon, Jan 28, 2019 at 7:48 AM Gurkan Erdogdu  wrote:

> +1
> Thank you!
>
> On Mon, Jan 28, 2019 at 12:26 PM chongma 
> wrote:
>
> > +1  i will grab a copy and test it locally with my projects later and let
> > you
> > know if there are any difficulties
> >
> >
> >
> > --
> > Sent from:
> > http://tomee-openejb.979440.n4.nabble.com/TomEE-Dev-f982480.html
> >
>


Re: [VOTE] Release Apache TomEE 8.0.0 MILESTONE 2

2019-01-28 Thread Gurkan Erdogdu
+1
Thank you!

On Mon, Jan 28, 2019 at 12:26 PM chongma 
wrote:

> +1  i will grab a copy and test it locally with my projects later and let
> you
> know if there are any difficulties
>
>
>
> --
> Sent from:
> http://tomee-openejb.979440.n4.nabble.com/TomEE-Dev-f982480.html
>


Re: [VOTE] Release Apache TomEE 8.0.0 MILESTONE 2

2019-01-28 Thread chongma
+1  i will grab a copy and test it locally with my projects later and let you
know if there are any difficulties



--
Sent from: http://tomee-openejb.979440.n4.nabble.com/TomEE-Dev-f982480.html