Re: App Server for GWT 2.10

2022-09-21 Thread Michael Conrad
There is the jakarta migration utility. Supposed to convert wars from
javax.* to jakarta.* for deployment. Tomcat also has a special deployment
option for such.

Another approach to consider, depending on your needs, is spring boot run,
maybe inside a docker container.


On Wed, Sep 21, 2022 at 11:16 AM Valavanur Man  wrote:

> Thanks. We had problems due to jakarta.servlet with Glassfish 6.0 when we
> attempted to migrate.
> So was looking for a good replacement preferably open source.  Was
> thinking Payara, but if it goes jakarta route, we will have the same issue
> in the future.  Any suggestions?
>
> On Wednesday, September 21, 2022 at 4:34:01 AM UTC-7 Jens wrote:
>
>> If you use GWT-RPC or RequestFactory you need to choose a servlet
>> container that still uses javax.servlet instead of jakarta.servlet because
>> both these GWT features have a servlet component using javax.servlet.
>>
>> Other than that, you can choose whatever you want.
>>
>> -- J.
>>
>> Valavanur Man schrieb am Dienstag, 20. September 2022 um 17:59:48 UTC+2:
>>
>>> Hi,
>>>
>>> We are running GWT 2.8 with Glassfish4.  We had issues trying to run the
>>> GWT (2.8) App in Glassfish 6.
>>>
>>> Currently we are looking into upgrading to GWT 2.10. Would like you know
>>> what appservers are supported to run GWT 2.10 (even GWT 2.8 and beyond). Is
>>> there a recommended set of servers?
>>>
>>> Appreciate any pointers.
>>>
>>> Thanks,
>>>
>> --
> You received this message because you are subscribed to the Google Groups
> "GWT Users" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to google-web-toolkit+unsubscr...@googlegroups.com.
> To view this discussion on the web visit
> https://groups.google.com/d/msgid/google-web-toolkit/6a0dbe21-60fc-4dd7-a071-ce021d09155fn%40googlegroups.com
> 
> .
>

-- 
You received this message because you are subscribed to the Google Groups "GWT 
Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to google-web-toolkit+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/google-web-toolkit/CAFHWztxr-dNwVnoYBKzPobg7vHFu4h80Xj3YJ6jo95OZ5H%3D3Fw%40mail.gmail.com.


Re: App Server for GWT 2.10

2022-09-21 Thread Valavanur Man
Thanks. We had problems due to jakarta.servlet with Glassfish 6.0 when we 
attempted to migrate. 
So was looking for a good replacement preferably open source.  Was thinking 
Payara, but if it goes jakarta route, we will have the same issue in the 
future.  Any suggestions?

On Wednesday, September 21, 2022 at 4:34:01 AM UTC-7 Jens wrote:

> If you use GWT-RPC or RequestFactory you need to choose a servlet 
> container that still uses javax.servlet instead of jakarta.servlet because 
> both these GWT features have a servlet component using javax.servlet.
>
> Other than that, you can choose whatever you want.
>
> -- J.
>
> Valavanur Man schrieb am Dienstag, 20. September 2022 um 17:59:48 UTC+2:
>
>> Hi,
>>
>> We are running GWT 2.8 with Glassfish4.  We had issues trying to run the 
>> GWT (2.8) App in Glassfish 6.
>>
>> Currently we are looking into upgrading to GWT 2.10. Would like you know 
>> what appservers are supported to run GWT 2.10 (even GWT 2.8 and beyond). Is 
>> there a recommended set of servers?
>>
>> Appreciate any pointers.
>>
>> Thanks,
>>
>

-- 
You received this message because you are subscribed to the Google Groups "GWT 
Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to google-web-toolkit+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/google-web-toolkit/6a0dbe21-60fc-4dd7-a071-ce021d09155fn%40googlegroups.com.


Re: App Server for GWT 2.10

2022-09-21 Thread Jens
If you use GWT-RPC or RequestFactory you need to choose a servlet container 
that still uses javax.servlet instead of jakarta.servlet because both these 
GWT features have a servlet component using javax.servlet.

Other than that, you can choose whatever you want.

-- J.

Valavanur Man schrieb am Dienstag, 20. September 2022 um 17:59:48 UTC+2:

> Hi,
>
> We are running GWT 2.8 with Glassfish4.  We had issues trying to run the 
> GWT (2.8) App in Glassfish 6.
>
> Currently we are looking into upgrading to GWT 2.10. Would like you know 
> what appservers are supported to run GWT 2.10 (even GWT 2.8 and beyond). Is 
> there a recommended set of servers?
>
> Appreciate any pointers.
>
> Thanks,
>

-- 
You received this message because you are subscribed to the Google Groups "GWT 
Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to google-web-toolkit+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/google-web-toolkit/49aae5bd-2410-4199-95a1-e7a76b546ffan%40googlegroups.com.


Errors when running "ant test"

2022-09-21 Thread 'Axel' via GWT Users
I'm trying to build GWT locally from sources 
(c32238861c4d58bc559d303ab44f91ddd4e10685). 
https://www.gwtproject.org/makinggwtbetter.html#testing suggests to run 
"ant" and "ant test". When I do, I'm seeing error messages in the XML file 
produced, such as




or




or




The ant command then fails as follows:

checkstyle-source:
[checkstyle] Running Checkstyle 6.0 on 6159 files

BUILD FAILED
/usr/local/src/gwt/trunk/build.xml:119: The following error occurred while 
executing this line:
/usr/local/src/gwt/trunk/build.xml:27: The following error occurred while 
executing this line:
/usr/local/src/gwt/trunk/build.xml:70: The following error occurred while 
executing this line:
/usr/local/src/gwt/trunk/user/build.xml:209: The following error occurred 
while executing this line:
/usr/local/src/gwt/trunk/common.ant.xml:361: Checkstyle errors exist, and 
are reported at /usr/local/src/gwt/trunk/build/out/user/checkstyle_log.xml

Is this to be expected, or did I make some mistake during cloning or 
building? I haven't modified those files in which style errors are flagged.

-- 
You received this message because you are subscribed to the Google Groups "GWT 
Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to google-web-toolkit+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/google-web-toolkit/9cbf94bb-de1b-4379-bd4f-ca5b511aba9en%40googlegroups.com.