Re: Jetty container not starting

2022-07-04 Thread Andrus Adamchik
Hi Ali,

Thanks for sharing what you do with Cayenne. Yes, a pull request on GitHub 
would be appreciated.

Thanks,
Andrus

> On Jul 4, 2022, at 1:25 PM, Ali Baharev  wrote:
> 
> Dear Andrus,
> 
>> I think that we simply need to
>> remove the "Converting to Web Application" section, which is indeed dated.
> 
> Please don't!
> 
> I am teaching Java for absolute beginners, and Apache Cayenne and this
> tutorial is exactly what I have been looking for.
> 
> I think just pinning down the version numbers to something that we
> know for sure works would solve the issues. And fixing the bugs in the
> text of the tutorial on the website... There were a few of those.
> 
> If there is any interest, I am willing to submit a "patch" and then
> the tutorial will be OK.
> 
> Thanks for this Getting Started Guide, it really helps me giving the
> Java course.
> 
> Best wishes,
> 
> Ali



Re: Jetty container not starting

2022-07-04 Thread Ali Baharev
Dear Andrus,

> I think that we simply need to
> remove the "Converting to Web Application" section, which is indeed dated.

Please don't!

I am teaching Java for absolute beginners, and Apache Cayenne and this
tutorial is exactly what I have been looking for.

I think just pinning down the version numbers to something that we
know for sure works would solve the issues. And fixing the bugs in the
text of the tutorial on the website... There were a few of those.

If there is any interest, I am willing to submit a "patch" and then
the tutorial will be OK.

Thanks for this Getting Started Guide, it really helps me giving the
Java course.

Best wishes,

Ali


Re: Jetty container not starting

2022-07-04 Thread Andrus Adamchik
Glad that you were able to find the solution. Honestly, there's so many flavors 
of environments these days, that I think that we simply need to remove the 
"Converting to Web Application" section, which is indeed dated.

Andrus

> On Jul 4, 2022, at 9:57 AM, Ali Baharev  wrote:
> 
> Adding:
> 
>war
> 
> and
>
>org.eclipse.jetty
>jetty-maven-plugin
>9.4.25.v20191220
>
>   war
>   
> 
> seems to solve the problem. I seriously think that the Getting Started
> Guide should be updated on the website. I was not having fun fixing
> this issue.
> 
> Ali



Re: Jetty container not starting

2022-07-04 Thread Ali Baharev
Adding:

war

and

org.eclipse.jetty
jetty-maven-plugin
9.4.25.v20191220

   war
   

seems to solve the problem. I seriously think that the Getting Started
Guide should be updated on the website. I was not having fun fixing
this issue.

Ali