Re: New Doubt - Ticket TOMEE-3965 - Fix TomEE

2024-06-30 Thread Evaldo Junior
Richard, thanks for your return.

Em dom., 30 de jun. de 2024 às 13:12, Richard Zowalla 
escreveu:

> Hi,
>
> TOMEE-3965 was created for the example „deltaspike-fullstack“ [1].
> This example was dropped on „main“ for several reasons (cf. TOMEE-4137)
> and I wouldn’t spend any time solving it on the 9.x line.
>
> However, you are right, that bval-evaluation examples uses an outdated
> deltaspike version, which isn’t compatible with Jakarta.
> In this case, deltaspike is just in the dependency management section of
> the parent pom.
> Since, the test is passing (see RedeploymentTest), I doubt, that
> deltaspike is actually used. Actually, I just removed it + omnifaces and it
> still works, so I think, that these dependencies are just legacy and should
> be dropped in the example anyway. If you like, feel free to create a
> related PR.
>
> Gruß
> Richard
>
>
> [1]
> https://github.com/apache/tomee/tree/tomee-9.x/examples/deltaspike-fullstack
>
> > Am 30.06.2024 um 06:17 schrieb Evaldo Junior :
> >
> > Richard, i have a question, a doubt, regarding ticket 3965 -
> > https://issues.apache.org/jira/browse/TOMEE-3965.
> > The latest stable version of the DeltaSpike library is 2.0.0. In the
> > examples -> bval-evaluation-redeployment sub-module,
> > version 1.3.0 is being used. I have updated to the latest version of the
> > DeltaSpike library website, version 2.0.0.
> >
> > The Apache DeltaSpike website has the latest version, 1.9.4.
> > Follow the link: https://deltaspike.apache.org/download.html
> >
> > But in the Maven Central repository, it is the latest stable version,
> > version 2.0.0.
> > Follow the link:
> >
> https://mvnrepository.com/artifact/org.apache.deltaspike.core/deltaspike-core-api
> >
> > I preferred to use the version that is in the Maven Central repository,
> > version 2.0.0.
> >
> > Okay, can i use this version 2.0.0, or not, do i have to use version
> 1.9.4,
> > which is on the Apache website?
> >
> > And another question, in the Jira ticket, it is not specified, how do i
> > test, or to simulate a possible error, Is it just me to access Tomee's
> > manager screen without errors ?
> > Or not, do you want a specific test to be carried out to identify a
> > specific error ?
> >
> >
> > Please, cold you help me ?
> >
> >
> > Evaldo Junior
>
>


Re: New Doubt - Ticket TOMEE-3965 - Fix TomEE

2024-06-30 Thread Evaldo Junior
Daniel, thanks for your return.


Em dom., 30 de jun. de 2024 às 12:44, Daniel Dias Dos Santos <
daniel.dias.analist...@gmail.com> escreveu:

> Hello Evaldo,
>
> In my opinion, you can use the DeltaSpike 2.0 , this contains a namespace
> for Jakarta  instead of javax from 1.9.4.
>
> About the website, sometimes it has not been updated to the version that is
> in Maven. The most current version is 2.0, which contains adjustments for
> Jakarta.
>
> On Sun, Jun 30, 2024, 01:19 Evaldo Junior 
> wrote:
>
> > Richard, i have a question, a doubt, regarding ticket 3965 -
> > https://issues.apache.org/jira/browse/TOMEE-3965.
> > The latest stable version of the DeltaSpike library is 2.0.0. In the
> > examples -> bval-evaluation-redeployment sub-module,
> > version 1.3.0 is being used. I have updated to the latest version of the
> > DeltaSpike library website, version 2.0.0.
> >
> > The Apache DeltaSpike website has the latest version, 1.9.4.
> > Follow the link: https://deltaspike.apache.org/download.html
> >
> > But in the Maven Central repository, it is the latest stable version,
> > version 2.0.0.
> > Follow the link:
> >
> >
> https://mvnrepository.com/artifact/org.apache.deltaspike.core/deltaspike-core-api
> >
> > I preferred to use the version that is in the Maven Central repository,
> > version 2.0.0.
> >
> > Okay, can i use this version 2.0.0, or not, do i have to use version
> 1.9.4,
> > which is on the Apache website?
> >
> > And another question, in the Jira ticket, it is not specified, how do i
> > test, or to simulate a possible error, Is it just me to access Tomee's
> > manager screen without errors ?
> > Or not, do you want a specific test to be carried out to identify a
> > specific error ?
> >
> >
> > Please, cold you help me ?
> >
> >
> > Evaldo Junior
> >
>


Re: New Doubt - Ticket TOMEE-3965 - Fix TomEE

2024-06-30 Thread Richard Zowalla
Hi,

TOMEE-3965 was created for the example „deltaspike-fullstack“ [1].
This example was dropped on „main“ for several reasons (cf. TOMEE-4137) and I 
wouldn’t spend any time solving it on the 9.x line.

However, you are right, that bval-evaluation examples uses an outdated 
deltaspike version, which isn’t compatible with Jakarta.
In this case, deltaspike is just in the dependency management section of the 
parent pom.
Since, the test is passing (see RedeploymentTest), I doubt, that deltaspike is 
actually used. Actually, I just removed it + omnifaces and it still works, so I 
think, that these dependencies are just legacy and should be dropped in the 
example anyway. If you like, feel free to create a related PR.

Gruß
Richard


[1] https://github.com/apache/tomee/tree/tomee-9.x/examples/deltaspike-fullstack

> Am 30.06.2024 um 06:17 schrieb Evaldo Junior :
> 
> Richard, i have a question, a doubt, regarding ticket 3965 -
> https://issues.apache.org/jira/browse/TOMEE-3965.
> The latest stable version of the DeltaSpike library is 2.0.0. In the
> examples -> bval-evaluation-redeployment sub-module,
> version 1.3.0 is being used. I have updated to the latest version of the
> DeltaSpike library website, version 2.0.0.
> 
> The Apache DeltaSpike website has the latest version, 1.9.4.
> Follow the link: https://deltaspike.apache.org/download.html
> 
> But in the Maven Central repository, it is the latest stable version,
> version 2.0.0.
> Follow the link:
> https://mvnrepository.com/artifact/org.apache.deltaspike.core/deltaspike-core-api
> 
> I preferred to use the version that is in the Maven Central repository,
> version 2.0.0.
> 
> Okay, can i use this version 2.0.0, or not, do i have to use version 1.9.4,
> which is on the Apache website?
> 
> And another question, in the Jira ticket, it is not specified, how do i
> test, or to simulate a possible error, Is it just me to access Tomee's
> manager screen without errors ?
> Or not, do you want a specific test to be carried out to identify a
> specific error ?
> 
> 
> Please, cold you help me ?
> 
> 
> Evaldo Junior



Re: New Doubt - Ticket TOMEE-3965 - Fix TomEE

2024-06-30 Thread Daniel Dias Dos Santos
Hello Evaldo,

In my opinion, you can use the DeltaSpike 2.0 , this contains a namespace
for Jakarta  instead of javax from 1.9.4.

About the website, sometimes it has not been updated to the version that is
in Maven. The most current version is 2.0, which contains adjustments for
Jakarta.

On Sun, Jun 30, 2024, 01:19 Evaldo Junior  wrote:

> Richard, i have a question, a doubt, regarding ticket 3965 -
> https://issues.apache.org/jira/browse/TOMEE-3965.
> The latest stable version of the DeltaSpike library is 2.0.0. In the
> examples -> bval-evaluation-redeployment sub-module,
> version 1.3.0 is being used. I have updated to the latest version of the
> DeltaSpike library website, version 2.0.0.
>
> The Apache DeltaSpike website has the latest version, 1.9.4.
> Follow the link: https://deltaspike.apache.org/download.html
>
> But in the Maven Central repository, it is the latest stable version,
> version 2.0.0.
> Follow the link:
>
> https://mvnrepository.com/artifact/org.apache.deltaspike.core/deltaspike-core-api
>
> I preferred to use the version that is in the Maven Central repository,
> version 2.0.0.
>
> Okay, can i use this version 2.0.0, or not, do i have to use version 1.9.4,
> which is on the Apache website?
>
> And another question, in the Jira ticket, it is not specified, how do i
> test, or to simulate a possible error, Is it just me to access Tomee's
> manager screen without errors ?
> Or not, do you want a specific test to be carried out to identify a
> specific error ?
>
>
> Please, cold you help me ?
>
>
> Evaldo Junior
>


New Doubt - Ticket TOMEE-3965 - Fix TomEE

2024-06-29 Thread Evaldo Junior
Richard, i have a question, a doubt, regarding ticket 3965 -
https://issues.apache.org/jira/browse/TOMEE-3965.
The latest stable version of the DeltaSpike library is 2.0.0. In the
examples -> bval-evaluation-redeployment sub-module,
version 1.3.0 is being used. I have updated to the latest version of the
DeltaSpike library website, version 2.0.0.

The Apache DeltaSpike website has the latest version, 1.9.4.
Follow the link: https://deltaspike.apache.org/download.html

But in the Maven Central repository, it is the latest stable version,
version 2.0.0.
Follow the link:
https://mvnrepository.com/artifact/org.apache.deltaspike.core/deltaspike-core-api

I preferred to use the version that is in the Maven Central repository,
version 2.0.0.

Okay, can i use this version 2.0.0, or not, do i have to use version 1.9.4,
which is on the Apache website?

And another question, in the Jira ticket, it is not specified, how do i
test, or to simulate a possible error, Is it just me to access Tomee's
manager screen without errors ?
Or not, do you want a specific test to be carried out to identify a
specific error ?


Please, cold you help me ?


Evaldo Junior