Hiroki Sawamura

Results 17 comments of Hiroki Sawamura

A problem of the same test class is discussed below and suggested to be fixed. Isn't this a related problem? https://github.com/jakartaee/concurrency/issues/263

@luiseufrasio To contribute the fixes you need set the git account to the Eclipse Foundation account that signed to ECA and sign commit using the `--signoff` option.

> The Admin GUI, being based on JSF Template/Woodstock is not compatible with Faces 4.0. @arjantijms Do you have any clues as to what kind of JSF specification changes are...

Now the access to the admin console is successful, but it keeps loading... ![image](https://user-images.githubusercontent.com/28645517/160277494-205afe46-f5ad-4e66-bd99-baff6fadbff0.png) in the server log, I get the following error: ``` [2022-03-27T19:34:00.423+0900] [glassfish 7.0] [SEVERE] [NCLS-CORE-00026] [jakarta.enter...

> Can we perform all operations of Admin Console (https://localhost:4848/) either using GlassFish REST Interface (http://localhost:4848/management/domain) or commandline (via asadmin command) ? AFAIK, asadmin command basically covers all operations. The...

I am trying to migrate woodstock and jsftemplating to JFS4 but having difficulty with JSP de-support (such as UIComponentELTag, FACES-1546) and migration local EL API to Jakarta EL API (FACES-1548)....

## Current Status * Build each project with EE10 APIs: Done * Deploy __admingui without error: Done * Resolve osgi error: Done * View login page: Error ## Steps to...

@arjantijms @dmatej @aubi > Maybe it's an idea to make WIP branches in the Woodstock and JsfTemplate projects and merge all we have to that. That way we have a...

I think the DTDs that needs to be updated is the deployment descriptors that GlassFish defines itself. They are: * glassfish-application.xml - http://glassfish.org/dtds/glassfish-application_6_0-1.dtd * glassfish-web.xml - http://glassfish.org/dtds/glassfish-web-app_3_0-1.dtd * glassfish-application-client.xml -...

IMHO, `-Pskip*` prefix sounds natural if we skip a process, but, in this case, `-Pno*` prefix also sounds natural to me because no archive is generated.