[jira] [Updated] (NETBEANS-5144) Can't set break point in xhtml-File

2022-05-26 Thread S. M. (Jira)


 [ 
https://issues.apache.org/jira/browse/NETBEANS-5144?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

S. M. updated NETBEANS-5144:

Component/s: debugger - Code
 (was: javaee - JSF)

> Can't set break point in xhtml-File
> ---
>
> Key: NETBEANS-5144
> URL: https://issues.apache.org/jira/browse/NETBEANS-5144
> Project: NetBeans
>  Issue Type: Bug
>  Components: cnd - Debugger, debugger - Code, javaee - JSF Editor
>Affects Versions: 12.2, 12.3, 13
> Environment:  Netbeans 12.2, Glassfish 4.1.2
>Reporter: S. M.
>Priority: Minor
>
> Setting a breakpoint in a xhtml-file (JSF) does not work.



--
This message was sent by Atlassian Jira
(v8.20.7#820007)

-
To unsubscribe, e-mail: commits-unsubscr...@netbeans.apache.org
For additional commands, e-mail: commits-h...@netbeans.apache.org

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists



[jira] [Updated] (NETBEANS-5144) Can't set break point in xhtml-File

2022-05-26 Thread S. M. (Jira)


 [ 
https://issues.apache.org/jira/browse/NETBEANS-5144?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

S. M. updated NETBEANS-5144:

Component/s: javaee - JSF
 javaee - JSF Editor

> Can't set break point in xhtml-File
> ---
>
> Key: NETBEANS-5144
> URL: https://issues.apache.org/jira/browse/NETBEANS-5144
> Project: NetBeans
>  Issue Type: Bug
>  Components: cnd - Debugger, javaee - JSF, javaee - JSF Editor
>Affects Versions: 12.2, 12.3, 13
> Environment:  Netbeans 12.2, Glassfish 4.1.2
>Reporter: S. M.
>Priority: Minor
>
> Setting a breakpoint in a xhtml-file (JSF) does not work.



--
This message was sent by Atlassian Jira
(v8.20.7#820007)

-
To unsubscribe, e-mail: commits-unsubscr...@netbeans.apache.org
For additional commands, e-mail: commits-h...@netbeans.apache.org

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists



[jira] [Updated] (NETBEANS-5144) Can't set break point in xhtml-File

2022-05-26 Thread S. M. (Jira)


 [ 
https://issues.apache.org/jira/browse/NETBEANS-5144?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

S. M. updated NETBEANS-5144:

Affects Version/s: 13

> Can't set break point in xhtml-File
> ---
>
> Key: NETBEANS-5144
> URL: https://issues.apache.org/jira/browse/NETBEANS-5144
> Project: NetBeans
>  Issue Type: Bug
>  Components: cnd - Debugger
>Affects Versions: 12.2, 12.3, 13
> Environment:  Netbeans 12.2, Glassfish 4.1.2
>Reporter: S. M.
>Priority: Minor
>
> Setting a breakpoint in a xhtml-file (JSF) does not work.



--
This message was sent by Atlassian Jira
(v8.20.7#820007)

-
To unsubscribe, e-mail: commits-unsubscr...@netbeans.apache.org
For additional commands, e-mail: commits-h...@netbeans.apache.org

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists



[jira] [Created] (NETBEANS-6509) Goto Deklaration in JSF does not work

2022-05-26 Thread S. M. (Jira)
S. M. created NETBEANS-6509:
---

 Summary: Goto Deklaration in JSF does not work
 Key: NETBEANS-6509
 URL: https://issues.apache.org/jira/browse/NETBEANS-6509
 Project: NetBeans
  Issue Type: Bug
  Components: cnd - Editor, editor - Navigation, javaee - Editor
 Environment: Product Version: Apache NetBeans IDE 13
Java: 17.0.3; OpenJDK 64-Bit Server VM 17.0.3+7
Runtime: OpenJDK Runtime Environment 17.0.3+7
System: Windows 10 version 10.0 running on amd64; Cp1252; en_US (nb)
Reporter: S. M.


Rightclick on a method of a managed bean in a JSF and click 'Navigate -> Go to 
Declaration' ... nothing happens. 



--
This message was sent by Atlassian Jira
(v8.20.7#820007)

-
To unsubscribe, e-mail: commits-unsubscr...@netbeans.apache.org
For additional commands, e-mail: commits-h...@netbeans.apache.org

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists



[jira] [Updated] (NETBEANS-6507) Code completion in JSFs does not work

2022-05-26 Thread S. M. (Jira)


 [ 
https://issues.apache.org/jira/browse/NETBEANS-6507?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

S. M. updated NETBEANS-6507:

Component/s: editor - Hints & Annotations

> Code completion in JSFs does not work
> -
>
> Key: NETBEANS-6507
> URL: https://issues.apache.org/jira/browse/NETBEANS-6507
> Project: NetBeans
>  Issue Type: Bug
>  Components: cnd - Editor, editor - Completion  Templates, 
> editor - Hints  Annotations
> Environment: Product Version: Apache NetBeans IDE 13
> Java: 17.0.3; OpenJDK 64-Bit Server VM 17.0.3+7
> Runtime: OpenJDK Runtime Environment 17.0.3+7
> System: Windows 10 version 10.0 running on amd64; Cp1252; en_US (nb)
>Reporter: S. M.
>Priority: Minor
> Attachments: bug-code-completion.png, mavenWEBprojectEE91.zip
>
>
> The code completion does not work for managed beans in JSF pages. Affected 
> are maven-web-projects with EE 9.1 (EE 7 still works). See screenshot. A 
> sample project is attached.
> !bug-code-completion.png!



--
This message was sent by Atlassian Jira
(v8.20.7#820007)

-
To unsubscribe, e-mail: commits-unsubscr...@netbeans.apache.org
For additional commands, e-mail: commits-h...@netbeans.apache.org

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists



[jira] [Created] (NETBEANS-6508) External project sources are not attached

2022-05-26 Thread S. M. (Jira)
S. M. created NETBEANS-6508:
---

 Summary: External project sources are not attached
 Key: NETBEANS-6508
 URL: https://issues.apache.org/jira/browse/NETBEANS-6508
 Project: NetBeans
  Issue Type: Bug
  Components: cnd - Editor, editor - Search
 Environment: Product Version: Apache NetBeans IDE 13
Java: 17.0.3; OpenJDK 64-Bit Server VM 17.0.3+7
Runtime: OpenJDK Runtime Environment 17.0.3+7
System: Windows 10 version 10.0 running on amd64; Cp1252; en_US (nb)
Reporter: S. M.


In a maven project which has dependency to another maven project the 'goto 
source' function (which leads to this other project) brings up some kind of 
decompiled version of the source. The 'Attach Source' button on the right top 
has the proper path to the source of the foreign project already set - but it 
does not attach it and the 'Add Zip/Folder' button does not work neither.



--
This message was sent by Atlassian Jira
(v8.20.7#820007)

-
To unsubscribe, e-mail: commits-unsubscr...@netbeans.apache.org
For additional commands, e-mail: commits-h...@netbeans.apache.org

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists



[jira] [Updated] (NETBEANS-6507) Code completion in JSFs does not work

2022-05-26 Thread S. M. (Jira)


 [ 
https://issues.apache.org/jira/browse/NETBEANS-6507?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

S. M. updated NETBEANS-6507:

Description: 
The code completion does not work for managed beans in JSF pages. Affected are 
maven-web-projects with EE 9.1 (EE 7 still works). See screenshot. A sample 
project is attached.

!bug-code-completion.png!

  was:
The code completion does not work for managed beans in JSF pages. This affects 
maven-web-projects with EE 9.1 (EE 7 still works). See screenshot. I will 
attache a sample project.

!bug-code-completion.png!


> Code completion in JSFs does not work
> -
>
> Key: NETBEANS-6507
> URL: https://issues.apache.org/jira/browse/NETBEANS-6507
> Project: NetBeans
>  Issue Type: Bug
>  Components: cnd - Editor, editor - Completion  Templates
> Environment: Product Version: Apache NetBeans IDE 13
> Java: 17.0.3; OpenJDK 64-Bit Server VM 17.0.3+7
> Runtime: OpenJDK Runtime Environment 17.0.3+7
> System: Windows 10 version 10.0 running on amd64; Cp1252; en_US (nb)
>Reporter: S. M.
>Priority: Minor
> Attachments: bug-code-completion.png, mavenWEBprojectEE91.zip
>
>
> The code completion does not work for managed beans in JSF pages. Affected 
> are maven-web-projects with EE 9.1 (EE 7 still works). See screenshot. A 
> sample project is attached.
> !bug-code-completion.png!



--
This message was sent by Atlassian Jira
(v8.20.7#820007)

-
To unsubscribe, e-mail: commits-unsubscr...@netbeans.apache.org
For additional commands, e-mail: commits-h...@netbeans.apache.org

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists



[jira] [Created] (NETBEANS-6507) Code completion in JSFs does not work

2022-05-26 Thread S. M. (Jira)
S. M. created NETBEANS-6507:
---

 Summary: Code completion in JSFs does not work
 Key: NETBEANS-6507
 URL: https://issues.apache.org/jira/browse/NETBEANS-6507
 Project: NetBeans
  Issue Type: Bug
  Components: cnd - Editor, editor - Completion  Templates
 Environment: Product Version: Apache NetBeans IDE 13
Java: 17.0.3; OpenJDK 64-Bit Server VM 17.0.3+7
Runtime: OpenJDK Runtime Environment 17.0.3+7
System: Windows 10 version 10.0 running on amd64; Cp1252; en_US (nb)
Reporter: S. M.
 Attachments: bug-code-completion.png, mavenWEBprojectEE91.zip

The code completion does not work for managed beans in JSF pages. This affects 
maven-web-projects with EE 9.1 (EE 7 still works). See screenshot. I will 
attache a sample project.

!bug-code-completion.png!



--
This message was sent by Atlassian Jira
(v8.20.7#820007)

-
To unsubscribe, e-mail: commits-unsubscr...@netbeans.apache.org
For additional commands, e-mail: commits-h...@netbeans.apache.org

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists



[jira] [Updated] (NETBEANS-6506) Wizard for RESTful Web Service from Entity Class does not work

2022-05-26 Thread S. M. (Jira)


 [ 
https://issues.apache.org/jira/browse/NETBEANS-6506?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

S. M. updated NETBEANS-6506:

Component/s: javaee - Samples

> Wizard for RESTful Web Service from Entity Class does not work
> --
>
> Key: NETBEANS-6506
> URL: https://issues.apache.org/jira/browse/NETBEANS-6506
> Project: NetBeans
>  Issue Type: Bug
>  Components: java - Project, javaee - Samples, javaee - Web Project
> Environment: Product Version: Apache NetBeans IDE 13
> Java: 17.0.3; OpenJDK 64-Bit Server VM 17.0.3+7
> Runtime: OpenJDK Runtime Environment 17.0.3+7
> System: Windows 10 version 10.0 running on amd64; Cp1252; en_US (nb)
>Reporter: S. M.
>Priority: Minor
>
> The wizard for "Wizard for RESTful Web Service from Entity Class" does not 
> recognize the projects entity classes. In Step 2 the warning message ''The 
> project does not have a persistence provider on the classpath" is shown 
> though there a JPA entities and a persistence unit.



--
This message was sent by Atlassian Jira
(v8.20.7#820007)

-
To unsubscribe, e-mail: commits-unsubscr...@netbeans.apache.org
For additional commands, e-mail: commits-h...@netbeans.apache.org

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists



[jira] [Updated] (NETBEANS-6505) Wizard for RESTful JavaScript Client does not work

2022-05-26 Thread S. M. (Jira)


 [ 
https://issues.apache.org/jira/browse/NETBEANS-6505?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

S. M. updated NETBEANS-6505:

Component/s: javaee - Web Project

> Wizard for RESTful JavaScript Client does not work
> --
>
> Key: NETBEANS-6505
> URL: https://issues.apache.org/jira/browse/NETBEANS-6505
> Project: NetBeans
>  Issue Type: Bug
>  Components: java - Project, javaee - Web Project
>Affects Versions: 13
> Environment: Product Version: Apache NetBeans IDE 13
> Java: 17.0.3; OpenJDK 64-Bit Server VM 17.0.3+7
> Runtime: OpenJDK Runtime Environment 17.0.3+7
> System: Windows 10 version 10.0 running on amd64; Cp1252; en_US (nb)
>Reporter: S. M.
>Priority: Minor
>
> The wizard does not find any existing REST ressources: 
> New -> other -> RESTful JavaScript Client ->REST Project Ressources - Browse: 
> ... Choose a Project with a REST-Project (created by the REST-Service-Wizard) 
> -> the REST-Service is not recognized: "No REST Ressouce is chosen"-alert is 
> shown.



--
This message was sent by Atlassian Jira
(v8.20.7#820007)

-
To unsubscribe, e-mail: commits-unsubscr...@netbeans.apache.org
For additional commands, e-mail: commits-h...@netbeans.apache.org

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists



[jira] [Updated] (NETBEANS-6505) Wizard for RESTful JavaScript Client does not work

2022-05-26 Thread S. M. (Jira)


 [ 
https://issues.apache.org/jira/browse/NETBEANS-6505?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

S. M. updated NETBEANS-6505:

Component/s: javaee - Samples

> Wizard for RESTful JavaScript Client does not work
> --
>
> Key: NETBEANS-6505
> URL: https://issues.apache.org/jira/browse/NETBEANS-6505
> Project: NetBeans
>  Issue Type: Bug
>  Components: java - Project, javaee - Samples, javaee - Web Project
>Affects Versions: 13
> Environment: Product Version: Apache NetBeans IDE 13
> Java: 17.0.3; OpenJDK 64-Bit Server VM 17.0.3+7
> Runtime: OpenJDK Runtime Environment 17.0.3+7
> System: Windows 10 version 10.0 running on amd64; Cp1252; en_US (nb)
>Reporter: S. M.
>Priority: Minor
>
> The wizard does not find any existing REST ressources: 
> New -> other -> RESTful JavaScript Client ->REST Project Ressources - Browse: 
> ... Choose a Project with a REST-Project (created by the REST-Service-Wizard) 
> -> the REST-Service is not recognized: "No REST Ressouce is chosen"-alert is 
> shown.



--
This message was sent by Atlassian Jira
(v8.20.7#820007)

-
To unsubscribe, e-mail: commits-unsubscr...@netbeans.apache.org
For additional commands, e-mail: commits-h...@netbeans.apache.org

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists



[jira] [Created] (NETBEANS-6506) Wizard for RESTful Web Service from Entity Class does not work

2022-05-26 Thread S. M. (Jira)
S. M. created NETBEANS-6506:
---

 Summary: Wizard for RESTful Web Service from Entity Class does not 
work
 Key: NETBEANS-6506
 URL: https://issues.apache.org/jira/browse/NETBEANS-6506
 Project: NetBeans
  Issue Type: Bug
  Components: java - Project, javaee - Web Project
 Environment: Product Version: Apache NetBeans IDE 13
Java: 17.0.3; OpenJDK 64-Bit Server VM 17.0.3+7
Runtime: OpenJDK Runtime Environment 17.0.3+7
System: Windows 10 version 10.0 running on amd64; Cp1252; en_US (nb)
Reporter: S. M.


The wizard for "Wizard for RESTful Web Service from Entity Class" does not 
recognize the projects entity classes. In Step 2 the warning message ''The 
project does not have a persistence provider on the classpath" is shown though 
there a JPA entities and a persistence unit.



--
This message was sent by Atlassian Jira
(v8.20.7#820007)

-
To unsubscribe, e-mail: commits-unsubscr...@netbeans.apache.org
For additional commands, e-mail: commits-h...@netbeans.apache.org

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists



[jira] [Created] (NETBEANS-6505) Wizard for RESTful JavaScript Client does not work

2022-05-26 Thread S. M. (Jira)
S. M. created NETBEANS-6505:
---

 Summary: Wizard for RESTful JavaScript Client does not work
 Key: NETBEANS-6505
 URL: https://issues.apache.org/jira/browse/NETBEANS-6505
 Project: NetBeans
  Issue Type: Bug
  Components: java - Project
Affects Versions: 13
 Environment: Product Version: Apache NetBeans IDE 13
Java: 17.0.3; OpenJDK 64-Bit Server VM 17.0.3+7
Runtime: OpenJDK Runtime Environment 17.0.3+7
System: Windows 10 version 10.0 running on amd64; Cp1252; en_US (nb)
Reporter: S. M.


The wizard does not find any existing REST ressources: 
New -> other -> RESTful JavaScript Client ->REST Project Ressources - Browse: 
... Choose a Project with a REST-Project (created by the REST-Service-Wizard) 
-> the REST-Service is not recognized: "No REST Ressouce is chosen"-alert is 
shown.



--
This message was sent by Atlassian Jira
(v8.20.7#820007)

-
To unsubscribe, e-mail: commits-unsubscr...@netbeans.apache.org
For additional commands, e-mail: commits-h...@netbeans.apache.org

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists



[jira] [Closed] (NETBEANS-5098) SessionBean - EJB Container initialization error

2022-04-11 Thread S. M. (Jira)


 [ 
https://issues.apache.org/jira/browse/NETBEANS-5098?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

S. M. closed NETBEANS-5098.
---
Fix Version/s: 12.6
   Resolution: Fixed

> SessionBean - EJB Container initialization error
> 
>
> Key: NETBEANS-5098
> URL: https://issues.apache.org/jira/browse/NETBEANS-5098
> Project: NetBeans
>  Issue Type: Bug
>  Components: javaee - EJB
>Affects Versions: 12.2, 12.3
> Environment: Netbeans 12.3, glassfish-4.1.2, jdk-15.0.1
>Reporter: S. M.
>Priority: Blocker
> Fix For: 12.6
>
>
> Reopened because: It worked with new NB 12.3 for a week or so - now the 
> Exception popped up again and is lasting now. There where no changes made 
> from my side. 
> By the way: NETBEANS-5099 popped up at the same time.
> How described in the messages below the problem resolves when the users 
> directory of NB is deleted. But about some weeks later it pops up again.
> The exactly same code works fine when it is compiled and deployed outside 
> Netbeans or with an older Netbeans version. So I feel it is a Netbeans Issue.
> How to reproduce: Make a new Java Ant/Java Enterprise/EJB Module and add an 
> 'empty' Session-EJB to the project: 
> (The critical point seems to be the LocalBean annotation. When the local 
> interface is realized by a concrete class it works.)
> {code}
> package test;
> import javax.ejb.LocalBean;
> import javax.ejb.Stateless;
> @Stateless
> @LocalBean
>  public class NewSessionBean {
>  }
> {code}
> Deploy the module within Netbeans to Glassfish.
> The exactly same code works fine when it is deployed outside Netbeans or with 
> an older Netbeans version. So I feel it is a Netbeans Issue.
> At deployment on Glassfish 5 the following Exeption occurs:
> {code}
> java.lang.RuntimeException: EJB Container initialization error
>   at 
> org.glassfish.ejb.startup.EjbApplication.loadContainers(EjbApplication.java:234)
>   at org.glassfish.ejb.startup.EjbDeployer.load(EjbDeployer.java:291)
>   at org.glassfish.ejb.startup.EjbDeployer.load(EjbDeployer.java:99)
>   at org.glassfish.internal.data.ModuleInfo.load(ModuleInfo.java:206)
>   at 
> org.glassfish.internal.data.ApplicationInfo.load(ApplicationInfo.java:313)
>   at 
> com.sun.enterprise.v3.server.ApplicationLifecycle.deploy(ApplicationLifecycle.java:496)
>   at 
> com.sun.enterprise.v3.server.ApplicationLifecycle.deploy(ApplicationLifecycle.java:219)
>   at 
> org.glassfish.deployment.admin.DeployCommand.execute(DeployCommand.java:491)
>   at 
> com.sun.enterprise.v3.admin.CommandRunnerImpl$2$1.run(CommandRunnerImpl.java:539)
>   at 
> com.sun.enterprise.v3.admin.CommandRunnerImpl$2$1.run(CommandRunnerImpl.java:535)
>   at java.security.AccessController.doPrivileged(Native Method)
>   at javax.security.auth.Subject.doAs(Subject.java:360)
>   at 
> com.sun.enterprise.v3.admin.CommandRunnerImpl$2.execute(CommandRunnerImpl.java:534)
>   at 
> com.sun.enterprise.v3.admin.CommandRunnerImpl$3.run(CommandRunnerImpl.java:565)
>   at 
> com.sun.enterprise.v3.admin.CommandRunnerImpl$3.run(CommandRunnerImpl.java:557)
>   at java.security.AccessController.doPrivileged(Native Method)
>   at javax.security.auth.Subject.doAs(Subject.java:360)
>   at 
> com.sun.enterprise.v3.admin.CommandRunnerImpl.doCommand(CommandRunnerImpl.java:556)
>   at 
> com.sun.enterprise.v3.admin.CommandRunnerImpl.doCommand(CommandRunnerImpl.java:1464)
>   at 
> com.sun.enterprise.v3.admin.CommandRunnerImpl.access$1300(CommandRunnerImpl.java:109)
>   at 
> com.sun.enterprise.v3.admin.CommandRunnerImpl$ExecutionContext.execute(CommandRunnerImpl.java:1846)
>   at 
> com.sun.enterprise.v3.admin.CommandRunnerImpl$ExecutionContext.execute(CommandRunnerImpl.java:1722)
>   at 
> com.sun.enterprise.v3.admin.AdminAdapter.doCommand(AdminAdapter.java:534)
>   at 
> com.sun.enterprise.v3.admin.AdminAdapter.onMissingResource(AdminAdapter.java:224)
>   at 
> org.glassfish.grizzly.http.server.StaticHttpHandlerBase.service(StaticHttpHandlerBase.java:189)
>   at 
> com.sun.enterprise.v3.services.impl.ContainerMapper$HttpHandlerCallable.call(ContainerMapper.java:459)
>   at 
> com.sun.enterprise.v3.services.impl.ContainerMapper.service(ContainerMapper.java:167)
>   at 
> org.glassfish.grizzly.http.server.HttpHandler.runService(HttpHandler.java:206)
>   at 
> org.glassfish.grizzly.http.server.HttpHandler.doHandle(HttpHandler.java:180)
>   at 
> org.glassfish.grizzly.http.server.HttpServerFilter.handleRead(HttpServerFilter.java:235)
>   at 
> org.glassfish.grizzly.filterchain.ExecutorResolver$9.execute(ExecutorResolver.java:119)
>   at 
> org.glassfish.grizzly.filterchain.DefaultFilterChain.executeFilter(DefaultFilterChain.java:283)
> 

[jira] [Closed] (NETBEANS-5099) PhaseListener - RuntimeException

2022-04-11 Thread S. M. (Jira)


 [ 
https://issues.apache.org/jira/browse/NETBEANS-5099?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

S. M. closed NETBEANS-5099.
---
Fix Version/s: 12.6
   Resolution: Fixed

Did not occur for quite a time - so it seems to be OK now.

> PhaseListener - RuntimeException
> 
>
> Key: NETBEANS-5099
> URL: https://issues.apache.org/jira/browse/NETBEANS-5099
> Project: NetBeans
>  Issue Type: Bug
>  Components: java - Classpath, java - Compiler, javaee - JSF
>Affects Versions: 12.0, 12.2, 12.3
> Environment: Netbeans 12.3, Glassfish 4 and Glassfish 5, Project: 
> jdk1.8.0_65, Netbeans: jdk-15.0.1
>Reporter: S. M.
>Priority: Blocker
> Fix For: 12.6
>
>
> Reopened because: It worked with new NB 12.3 for a week or so - now the 
> Exception popped up again and is lasting now. There where no changes made 
> from my side. 
> By the way: NETBEANS-5098 popped up at the same time.
> The exactly same code works fine when it is compiled and deployed outside 
> Netbeans or with an older Netbeans version. So I feel it is a Netbeans Issue. 
> The project has to be re-compiled in the old IDE before it works in it ... 
> Here comes the error description for reproducing:
> Make an new WebApplication with Glassfish 4.1.2 or 5.0.1. and add JavaServer 
> Faces Framework.
> Add the following faces-config.xml:
> {code}
> 
>xmlns="http://java.sun.com/xml/ns/javaee;
>  xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance;
>  xsi:schemaLocation="http://java.sun.com/xml/ns/javaee 
> [http://java.sun.com/xml/ns/javaee/web-facesconfig_2_0.xsd];>
> 
> test.SessionTimeoutPhaseListener
> 
>  
> {code}
> Add the following class:
> {code}
> package test;
> import javax.faces.event.PhaseEvent;
>  import javax.faces.event.PhaseId;
>  import javax.faces.event.PhaseListener;
> public class SessionTimeoutPhaseListener implements PhaseListener {
> @Override
>  public void beforePhase(PhaseEvent event) {
>  }
> @Override
>  public void afterPhase(PhaseEvent event) {
>  }
> public void handleSessionTimeout(PhaseEvent event) {
>  }
> @Override
>  public PhaseId getPhaseId()
> { return PhaseId.RESTORE_VIEW; }
> }
> {code}
> At deployment (within NB) on Glassfish 4 or 5 the following Exeption occurs.
> {code}
> Info: Initializing Mojarra 2.2.14 ( 20161114-2152 unable to get svn info) for 
> context '/WebApplication1'
>  Severe: Critical error during deployment: 
>  com.sun.faces.config.ConfigurationException: 
>  Source Document: jndi:/server/WebApplication1/WEB-INF/faces-config.xml
>  Cause: Unable to create a new instance of 
> 'test.SessionTimeoutPhaseListener': java.lang.RuntimeException: 
>  at 
> com.sun.faces.config.processor.AbstractConfigProcessor.createInstance(AbstractConfigProcessor.java:378)
>  at 
> com.sun.faces.config.processor.LifecycleConfigProcessor.addPhaseListeners(LifecycleConfigProcessor.java:154)
>  at 
> com.sun.faces.config.processor.LifecycleConfigProcessor.process(LifecycleConfigProcessor.java:132)
>  at 
> com.sun.faces.config.processor.AbstractConfigProcessor.invokeNext(AbstractConfigProcessor.java:152)
>  at 
> com.sun.faces.config.processor.FactoryConfigProcessor.process(FactoryConfigProcessor.java:239)
>  at com.sun.faces.config.ConfigManager.initialize(ConfigManager.java:439)
>  at 
> com.sun.faces.config.ConfigureListener.contextInitialized(ConfigureListener.java:227)
>  at 
> org.apache.catalina.core.StandardContext.contextListenerStart(StandardContext.java:5394)
>  at com.sun.enterprise.web.WebModule.contextListenerStart(WebModule.java:743)
>  at org.apache.catalina.core.StandardContext.start(StandardContext.java:5963)
>  at com.sun.enterprise.web.WebModule.start(WebModule.java:691)
>  at 
> org.apache.catalina.core.ContainerBase.addChildInternal(ContainerBase.java:1041)
>  at org.apache.catalina.core.ContainerBase.addChild(ContainerBase.java:1024)
>  at org.apache.catalina.core.StandardHost.addChild(StandardHost.java:747)
>  at com.sun.enterprise.web.WebContainer.loadWebModule(WebContainer.java:2286)
>  at com.sun.enterprise.web.WebContainer.loadWebModule(WebContainer.java:1932)
>  at com.sun.enterprise.web.WebApplication.start(WebApplication.java:139)
>  at org.glassfish.internal.data.EngineRef.start(EngineRef.java:122)
>  at org.glassfish.internal.data.ModuleInfo.start(ModuleInfo.java:291)
>  at 
> org.glassfish.internal.data.ApplicationInfo.start(ApplicationInfo.java:352)
>  at 
> com.sun.enterprise.v3.server.ApplicationLifecycle.deploy(ApplicationLifecycle.java:500)
>  at 
> com.sun.enterprise.v3.server.ApplicationLifecycle.deploy(ApplicationLifecycle.java:219)
>  at 
> org.glassfish.deployment.admin.DeployCommand.execute(DeployCommand.java:491)
>  at 
> com.sun.enterprise.v3.admin.CommandRunnerImpl$2$1.run(CommandRunnerImpl.java:539)
>  at 
> 

[jira] [Closed] (NETBEANS-5255) Double deployment in maven web application

2022-04-11 Thread S. M. (Jira)


 [ 
https://issues.apache.org/jira/browse/NETBEANS-5255?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

S. M. closed NETBEANS-5255.
---
Fix Version/s: 12.6
   Resolution: Fixed

> Double deployment in maven web application
> --
>
> Key: NETBEANS-5255
> URL: https://issues.apache.org/jira/browse/NETBEANS-5255
> Project: NetBeans
>  Issue Type: Bug
>  Components: apisupport - Maven
>Affects Versions: 12.2, 12.3, 12.4
> Environment: Netbeans 12.2, Glassfish 4, Project: jdk1.8.0_65, 
> Netbeans: jdk 14.01
> and
> Netbeans 12.3, Glassfish 5.0.1; jdk-15.0.1
>Reporter: S. M.
>Priority: Major
> Fix For: 12.6
>
> Attachments: screenshot_double_deployment.png
>
>
> Create a maven web application. Clean and build the project. When you run the 
> project, it is deployed two times. (Which is a menace for large projects)
>  
>  
> !screenshot_double_deployment.png!



--
This message was sent by Atlassian Jira
(v8.20.1#820001)

-
To unsubscribe, e-mail: commits-unsubscr...@netbeans.apache.org
For additional commands, e-mail: commits-h...@netbeans.apache.org

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists



[jira] [Closed] (NETBEANS-6358) Font style regression: badly readable font style

2022-01-11 Thread S. M. (Jira)


 [ 
https://issues.apache.org/jira/browse/NETBEANS-6358?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

S. M. closed NETBEANS-6358.
---
Resolution: Won't Fix

Problem is caused by an OpenJDK bug - which is reported.

> Font style regression: badly readable font style
> 
>
> Key: NETBEANS-6358
> URL: https://issues.apache.org/jira/browse/NETBEANS-6358
> Project: NetBeans
>  Issue Type: Bug
>  Components: editor - Navigation, ide - UI, java - Navigation
>Affects Versions: 12.6
> Environment: NB 12.6
> Win10
>Reporter: S. M.
>Assignee: Eirik Bakke
>Priority: Minor
> Attachments: ClearType Tahoma vs. Segoe.png, NetBeans 12.6 Project 
> Font on Windows 11.png, bold.png, regular.png
>
>
> The font style changed in 12.6 in a way that makes it less readable. The 
> following fonts are bold now: 
> - The name of the source files in the source-code-tab 
> - The project names in the projects windows (and all its child nodes)
> This bulky use of bold fonts makes the text badly readable. Please use a 
> regular font instead! The source-code names in the source-window-tab used to 
> be bold only when the file had unsaved changes, which seems to be a good 
> thing to me.
> It might seem to be a 'minor' problem, but the font as part of the 
> ergonomically usability is quite important.
> Thanks a lot!
> Here the comparison:
> Bulky and badly readable: New bold style
> !bold.png!
> Clear and readable: Old regular style
> !regular.png!



--
This message was sent by Atlassian Jira
(v8.20.1#820001)

-
To unsubscribe, e-mail: commits-unsubscr...@netbeans.apache.org
For additional commands, e-mail: commits-h...@netbeans.apache.org

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists



[jira] [Commented] (NETBEANS-6358) Font style regression: badly readable font style

2022-01-11 Thread S. M. (Jira)


[ 
https://issues.apache.org/jira/browse/NETBEANS-6358?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17473094#comment-17473094
 ] 

S. M. commented on NETBEANS-6358:
-

I'am going to close the issue since it is no NB problem.

> Font style regression: badly readable font style
> 
>
> Key: NETBEANS-6358
> URL: https://issues.apache.org/jira/browse/NETBEANS-6358
> Project: NetBeans
>  Issue Type: Bug
>  Components: editor - Navigation, ide - UI, java - Navigation
>Affects Versions: 12.6
> Environment: NB 12.6
> Win10
>Reporter: S. M.
>Assignee: Eirik Bakke
>Priority: Minor
> Attachments: ClearType Tahoma vs. Segoe.png, NetBeans 12.6 Project 
> Font on Windows 11.png, bold.png, regular.png
>
>
> The font style changed in 12.6 in a way that makes it less readable. The 
> following fonts are bold now: 
> - The name of the source files in the source-code-tab 
> - The project names in the projects windows (and all its child nodes)
> This bulky use of bold fonts makes the text badly readable. Please use a 
> regular font instead! The source-code names in the source-window-tab used to 
> be bold only when the file had unsaved changes, which seems to be a good 
> thing to me.
> It might seem to be a 'minor' problem, but the font as part of the 
> ergonomically usability is quite important.
> Thanks a lot!
> Here the comparison:
> Bulky and badly readable: New bold style
> !bold.png!
> Clear and readable: Old regular style
> !regular.png!



--
This message was sent by Atlassian Jira
(v8.20.1#820001)

-
To unsubscribe, e-mail: commits-unsubscr...@netbeans.apache.org
For additional commands, e-mail: commits-h...@netbeans.apache.org

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists



[jira] [Updated] (NETBEANS-6356) 'Emtpy' maven web application does not compile: Error injecting constructor, java.lang.ExceptionInInitializerError

2022-01-05 Thread S. M. (Jira)


 [ 
https://issues.apache.org/jira/browse/NETBEANS-6356?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

S. M. updated NETBEANS-6356:

Priority: Minor  (was: Major)

> 'Emtpy' maven web application does not  compile: Error injecting constructor, 
> java.lang.ExceptionInInitializerError
> ---
>
> Key: NETBEANS-6356
> URL: https://issues.apache.org/jira/browse/NETBEANS-6356
> Project: NetBeans
>  Issue Type: Bug
>  Components: javaee - Maven
>Affects Versions: 12.6
> Environment: NB 12.6
> OpenJKD 17
> Glassfish 6.2.1
> EE9
>Reporter: S. M.
>Priority: Minor
>
> Way to reproduce:
> Make a new (empty) maven web application: 
> file -> new project -> JAVA with maven ->Web application
> Right click the project -> build
> The following error occurs:
> {code:java}
> --- maven-war-plugin:2.3:war (default-war) @ testmavenproject1 ---
> Error injecting: org.apache.maven.plugin.war.WarMojo
> com.google.inject.ProvisionException: Unable to provision, see the following 
> errors:
> 1) Error injecting constructor, java.lang.ExceptionInInitializerError
>   at org.apache.maven.plugin.war.WarMojo.(Unknown Source)
>   while locating org.apache.maven.plugin.war.WarMojo
> 1 error
> at 
> com.google.inject.internal.InternalProvisionException.toProvisionException 
> (InternalProvisionException.java:226)
> at com.google.inject.internal.InjectorImpl$1.get (InjectorImpl.java:1053)
> at com.google.inject.internal.InjectorImpl.getInstance 
> (InjectorImpl.java:1086)
> at org.eclipse.sisu.space.AbstractDeferredClass.get 
> (AbstractDeferredClass.java:48)
> at com.google.inject.internal.ProviderInternalFactory.provision 
> (ProviderInternalFactory.java:85)
> at 
> com.google.inject.internal.InternalFactoryToInitializableAdapter.provision 
> (InternalFactoryToInitializableAdapter.java:57)
> at com.google.inject.internal.ProviderInternalFactory$1.call 
> (ProviderInternalFactory.java:66)
> at 
> com.google.inject.internal.ProvisionListenerStackCallback$Provision.provision 
> (ProvisionListenerStackCallback.java:112)
> at 
> com.google.inject.internal.ProvisionListenerStackCallback$Provision.provision 
> (ProvisionListenerStackCallback.java:127)
> at com.google.inject.internal.ProvisionListenerStackCallback.provision 
> (ProvisionListenerStackCallback.java:66)
> at com.google.inject.internal.ProviderInternalFactory.circularGet 
> (ProviderInternalFactory.java:61)
> at com.google.inject.internal.InternalFactoryToInitializableAdapter.get 
> (InternalFactoryToInitializableAdapter.java:47)
> at com.google.inject.internal.InjectorImpl$1.get (InjectorImpl.java:1050)
> at org.eclipse.sisu.inject.Guice4$1.get (Guice4.java:162)
> at org.eclipse.sisu.inject.LazyBeanEntry.getValue (LazyBeanEntry.java:81)
> at org.eclipse.sisu.plexus.LazyPlexusBean.getValue 
> (LazyPlexusBean.java:51)
> at org.codehaus.plexus.DefaultPlexusContainer.lookup 
> (DefaultPlexusContainer.java:263)
> at org.codehaus.plexus.DefaultPlexusContainer.lookup 
> (DefaultPlexusContainer.java:255)
> at 
> org.apache.maven.plugin.internal.DefaultMavenPluginManager.getConfiguredMojo 
> (DefaultMavenPluginManager.java:520)
> at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo 
> (DefaultBuildPluginManager.java:124)
> at org.apache.maven.lifecycle.internal.MojoExecutor.execute 
> (MojoExecutor.java:210)
> at org.apache.maven.lifecycle.internal.MojoExecutor.execute 
> (MojoExecutor.java:156)
> at org.apache.maven.lifecycle.internal.MojoExecutor.execute 
> (MojoExecutor.java:148)
> at 
> org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject 
> (LifecycleModuleBuilder.java:117)
> at 
> org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject 
> (LifecycleModuleBuilder.java:81)
> at 
> org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build
>  (SingleThreadedBuilder.java:56)
> at org.apache.maven.lifecycle.internal.LifecycleStarter.execute 
> (LifecycleStarter.java:128)
> at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:305)
> at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:192)
> at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:105)
> at org.apache.maven.cli.MavenCli.execute (MavenCli.java:957)
> at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:289)
> at org.apache.maven.cli.MavenCli.main (MavenCli.java:193)
> at jdk.internal.reflect.NativeMethodAccessorImpl.invoke0 (Native Method)
> at jdk.internal.reflect.NativeMethodAccessorImpl.invoke 
> (NativeMethodAccessorImpl.java:77)
> at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke 
> 

[jira] [Updated] (NETBEANS-6356) 'Emtpy' maven web application does not compile: Error injecting constructor, java.lang.ExceptionInInitializerError

2022-01-05 Thread S. M. (Jira)


 [ 
https://issues.apache.org/jira/browse/NETBEANS-6356?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

S. M. updated NETBEANS-6356:

Priority: Major  (was: Blocker)

> 'Emtpy' maven web application does not  compile: Error injecting constructor, 
> java.lang.ExceptionInInitializerError
> ---
>
> Key: NETBEANS-6356
> URL: https://issues.apache.org/jira/browse/NETBEANS-6356
> Project: NetBeans
>  Issue Type: Bug
>  Components: javaee - Maven
>Affects Versions: 12.6
> Environment: NB 12.6
> OpenJKD 17
> Glassfish 6.2.1
> EE9
>Reporter: S. M.
>Priority: Major
>
> Way to reproduce:
> Make a new (empty) maven web application: 
> file -> new project -> JAVA with maven ->Web application
> Right click the project -> build
> The following error occurs:
> {code:java}
> --- maven-war-plugin:2.3:war (default-war) @ testmavenproject1 ---
> Error injecting: org.apache.maven.plugin.war.WarMojo
> com.google.inject.ProvisionException: Unable to provision, see the following 
> errors:
> 1) Error injecting constructor, java.lang.ExceptionInInitializerError
>   at org.apache.maven.plugin.war.WarMojo.(Unknown Source)
>   while locating org.apache.maven.plugin.war.WarMojo
> 1 error
> at 
> com.google.inject.internal.InternalProvisionException.toProvisionException 
> (InternalProvisionException.java:226)
> at com.google.inject.internal.InjectorImpl$1.get (InjectorImpl.java:1053)
> at com.google.inject.internal.InjectorImpl.getInstance 
> (InjectorImpl.java:1086)
> at org.eclipse.sisu.space.AbstractDeferredClass.get 
> (AbstractDeferredClass.java:48)
> at com.google.inject.internal.ProviderInternalFactory.provision 
> (ProviderInternalFactory.java:85)
> at 
> com.google.inject.internal.InternalFactoryToInitializableAdapter.provision 
> (InternalFactoryToInitializableAdapter.java:57)
> at com.google.inject.internal.ProviderInternalFactory$1.call 
> (ProviderInternalFactory.java:66)
> at 
> com.google.inject.internal.ProvisionListenerStackCallback$Provision.provision 
> (ProvisionListenerStackCallback.java:112)
> at 
> com.google.inject.internal.ProvisionListenerStackCallback$Provision.provision 
> (ProvisionListenerStackCallback.java:127)
> at com.google.inject.internal.ProvisionListenerStackCallback.provision 
> (ProvisionListenerStackCallback.java:66)
> at com.google.inject.internal.ProviderInternalFactory.circularGet 
> (ProviderInternalFactory.java:61)
> at com.google.inject.internal.InternalFactoryToInitializableAdapter.get 
> (InternalFactoryToInitializableAdapter.java:47)
> at com.google.inject.internal.InjectorImpl$1.get (InjectorImpl.java:1050)
> at org.eclipse.sisu.inject.Guice4$1.get (Guice4.java:162)
> at org.eclipse.sisu.inject.LazyBeanEntry.getValue (LazyBeanEntry.java:81)
> at org.eclipse.sisu.plexus.LazyPlexusBean.getValue 
> (LazyPlexusBean.java:51)
> at org.codehaus.plexus.DefaultPlexusContainer.lookup 
> (DefaultPlexusContainer.java:263)
> at org.codehaus.plexus.DefaultPlexusContainer.lookup 
> (DefaultPlexusContainer.java:255)
> at 
> org.apache.maven.plugin.internal.DefaultMavenPluginManager.getConfiguredMojo 
> (DefaultMavenPluginManager.java:520)
> at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo 
> (DefaultBuildPluginManager.java:124)
> at org.apache.maven.lifecycle.internal.MojoExecutor.execute 
> (MojoExecutor.java:210)
> at org.apache.maven.lifecycle.internal.MojoExecutor.execute 
> (MojoExecutor.java:156)
> at org.apache.maven.lifecycle.internal.MojoExecutor.execute 
> (MojoExecutor.java:148)
> at 
> org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject 
> (LifecycleModuleBuilder.java:117)
> at 
> org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject 
> (LifecycleModuleBuilder.java:81)
> at 
> org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build
>  (SingleThreadedBuilder.java:56)
> at org.apache.maven.lifecycle.internal.LifecycleStarter.execute 
> (LifecycleStarter.java:128)
> at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:305)
> at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:192)
> at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:105)
> at org.apache.maven.cli.MavenCli.execute (MavenCli.java:957)
> at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:289)
> at org.apache.maven.cli.MavenCli.main (MavenCli.java:193)
> at jdk.internal.reflect.NativeMethodAccessorImpl.invoke0 (Native Method)
> at jdk.internal.reflect.NativeMethodAccessorImpl.invoke 
> (NativeMethodAccessorImpl.java:77)
> at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke 
> 

[jira] [Commented] (NETBEANS-6356) 'Emtpy' maven web application does not compile: Error injecting constructor, java.lang.ExceptionInInitializerError

2022-01-05 Thread S. M. (Jira)


[ 
https://issues.apache.org/jira/browse/NETBEANS-6356?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17469517#comment-17469517
 ] 

S. M. commented on NETBEANS-6356:
-

I edited the pom.xml and updated the maven-war-plugin from version 2.3 to 
3.3.1. Now it compiles with java17 without errors. Could you adopt this change 
in the create-project-wizard?

> 'Emtpy' maven web application does not  compile: Error injecting constructor, 
> java.lang.ExceptionInInitializerError
> ---
>
> Key: NETBEANS-6356
> URL: https://issues.apache.org/jira/browse/NETBEANS-6356
> Project: NetBeans
>  Issue Type: Bug
>  Components: javaee - Maven
>Affects Versions: 12.6
> Environment: NB 12.6
> OpenJKD 17
> Glassfish 6.2.1
> EE9
>Reporter: S. M.
>Priority: Blocker
>
> Way to reproduce:
> Make a new (empty) maven web application: 
> file -> new project -> JAVA with maven ->Web application
> Right click the project -> build
> The following error occurs:
> {code:java}
> --- maven-war-plugin:2.3:war (default-war) @ testmavenproject1 ---
> Error injecting: org.apache.maven.plugin.war.WarMojo
> com.google.inject.ProvisionException: Unable to provision, see the following 
> errors:
> 1) Error injecting constructor, java.lang.ExceptionInInitializerError
>   at org.apache.maven.plugin.war.WarMojo.(Unknown Source)
>   while locating org.apache.maven.plugin.war.WarMojo
> 1 error
> at 
> com.google.inject.internal.InternalProvisionException.toProvisionException 
> (InternalProvisionException.java:226)
> at com.google.inject.internal.InjectorImpl$1.get (InjectorImpl.java:1053)
> at com.google.inject.internal.InjectorImpl.getInstance 
> (InjectorImpl.java:1086)
> at org.eclipse.sisu.space.AbstractDeferredClass.get 
> (AbstractDeferredClass.java:48)
> at com.google.inject.internal.ProviderInternalFactory.provision 
> (ProviderInternalFactory.java:85)
> at 
> com.google.inject.internal.InternalFactoryToInitializableAdapter.provision 
> (InternalFactoryToInitializableAdapter.java:57)
> at com.google.inject.internal.ProviderInternalFactory$1.call 
> (ProviderInternalFactory.java:66)
> at 
> com.google.inject.internal.ProvisionListenerStackCallback$Provision.provision 
> (ProvisionListenerStackCallback.java:112)
> at 
> com.google.inject.internal.ProvisionListenerStackCallback$Provision.provision 
> (ProvisionListenerStackCallback.java:127)
> at com.google.inject.internal.ProvisionListenerStackCallback.provision 
> (ProvisionListenerStackCallback.java:66)
> at com.google.inject.internal.ProviderInternalFactory.circularGet 
> (ProviderInternalFactory.java:61)
> at com.google.inject.internal.InternalFactoryToInitializableAdapter.get 
> (InternalFactoryToInitializableAdapter.java:47)
> at com.google.inject.internal.InjectorImpl$1.get (InjectorImpl.java:1050)
> at org.eclipse.sisu.inject.Guice4$1.get (Guice4.java:162)
> at org.eclipse.sisu.inject.LazyBeanEntry.getValue (LazyBeanEntry.java:81)
> at org.eclipse.sisu.plexus.LazyPlexusBean.getValue 
> (LazyPlexusBean.java:51)
> at org.codehaus.plexus.DefaultPlexusContainer.lookup 
> (DefaultPlexusContainer.java:263)
> at org.codehaus.plexus.DefaultPlexusContainer.lookup 
> (DefaultPlexusContainer.java:255)
> at 
> org.apache.maven.plugin.internal.DefaultMavenPluginManager.getConfiguredMojo 
> (DefaultMavenPluginManager.java:520)
> at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo 
> (DefaultBuildPluginManager.java:124)
> at org.apache.maven.lifecycle.internal.MojoExecutor.execute 
> (MojoExecutor.java:210)
> at org.apache.maven.lifecycle.internal.MojoExecutor.execute 
> (MojoExecutor.java:156)
> at org.apache.maven.lifecycle.internal.MojoExecutor.execute 
> (MojoExecutor.java:148)
> at 
> org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject 
> (LifecycleModuleBuilder.java:117)
> at 
> org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject 
> (LifecycleModuleBuilder.java:81)
> at 
> org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build
>  (SingleThreadedBuilder.java:56)
> at org.apache.maven.lifecycle.internal.LifecycleStarter.execute 
> (LifecycleStarter.java:128)
> at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:305)
> at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:192)
> at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:105)
> at org.apache.maven.cli.MavenCli.execute (MavenCli.java:957)
> at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:289)
> at org.apache.maven.cli.MavenCli.main (MavenCli.java:193)
> at jdk.internal.reflect.NativeMethodAccessorImpl.invoke0 (Native Method)
>  

[jira] [Commented] (NETBEANS-6358) Font style regression: badly readable font style

2022-01-05 Thread S. M. (Jira)


[ 
https://issues.apache.org/jira/browse/NETBEANS-6358?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17469507#comment-17469507
 ] 

S. M. commented on NETBEANS-6358:
-

Thank you for your thoroughly inquiry! After enabling ClearType it looks fine 
for me.

> Font style regression: badly readable font style
> 
>
> Key: NETBEANS-6358
> URL: https://issues.apache.org/jira/browse/NETBEANS-6358
> Project: NetBeans
>  Issue Type: Bug
>  Components: editor - Navigation, ide - UI, java - Navigation
>Affects Versions: 12.6
> Environment: NB 12.6
> Win10
>Reporter: S. M.
>Assignee: Eirik Bakke
>Priority: Minor
> Attachments: ClearType Tahoma vs. Segoe.png, NetBeans 12.6 Project 
> Font on Windows 11.png, bold.png, regular.png
>
>
> The font style changed in 12.6 in a way that makes it less readable. The 
> following fonts are bold now: 
> - The name of the source files in the source-code-tab 
> - The project names in the projects windows (and all its child nodes)
> This bulky use of bold fonts makes the text badly readable. Please use a 
> regular font instead! The source-code names in the source-window-tab used to 
> be bold only when the file had unsaved changes, which seems to be a good 
> thing to me.
> It might seem to be a 'minor' problem, but the font as part of the 
> ergonomically usability is quite important.
> Thanks a lot!
> Here the comparison:
> Bulky and badly readable: New bold style
> !bold.png!
> Clear and readable: Old regular style
> !regular.png!



--
This message was sent by Atlassian Jira
(v8.20.1#820001)

-
To unsubscribe, e-mail: commits-unsubscr...@netbeans.apache.org
For additional commands, e-mail: commits-h...@netbeans.apache.org

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists



[jira] [Closed] (NETBEANS-5391) JEE8 Syntax not recognized

2022-01-04 Thread S. M. (Jira)


 [ 
https://issues.apache.org/jira/browse/NETBEANS-5391?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

S. M. closed NETBEANS-5391.
---
Resolution: Not A Bug

> JEE8 Syntax not recognized
> --
>
> Key: NETBEANS-5391
> URL: https://issues.apache.org/jira/browse/NETBEANS-5391
> Project: NetBeans
>  Issue Type: Bug
>  Components: cnd - Editor
>Affects Versions: 12.2, 12.3, 12.5, 12.6
> Environment: Netbeans 12.2, Java15
>Reporter: S. M.
>Priority: Minor
> Attachments: test.png
>
>
> EE8 / JSF 2.3 syntax of ui:repeat is not properly recognized. Just type:
> {code:java}
> 
>   #{i}
> 
> {code}
> ... see screen shot:
> !test.png!



--
This message was sent by Atlassian Jira
(v8.20.1#820001)

-
To unsubscribe, e-mail: commits-unsubscr...@netbeans.apache.org
For additional commands, e-mail: commits-h...@netbeans.apache.org

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists



[jira] [Commented] (NETBEANS-5391) JEE8 Syntax not recognized

2022-01-04 Thread S. M. (Jira)


[ 
https://issues.apache.org/jira/browse/NETBEANS-5391?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17468675#comment-17468675
 ] 

S. M. commented on NETBEANS-5391:
-

Dear Mr. Benjamin Asbach, 
you are right - I will close the issue.

By the way: I took this example from here: 
https://javaee.github.io/javaserverfaces/whats-new-in-jsf23.html


> JEE8 Syntax not recognized
> --
>
> Key: NETBEANS-5391
> URL: https://issues.apache.org/jira/browse/NETBEANS-5391
> Project: NetBeans
>  Issue Type: Bug
>  Components: cnd - Editor
>Affects Versions: 12.2, 12.3, 12.5, 12.6
> Environment: Netbeans 12.2, Java15
>Reporter: S. M.
>Priority: Minor
> Attachments: test.png
>
>
> EE8 / JSF 2.3 syntax of ui:repeat is not properly recognized. Just type:
> {code:java}
> 
>   #{i}
> 
> {code}
> ... see screen shot:
> !test.png!



--
This message was sent by Atlassian Jira
(v8.20.1#820001)

-
To unsubscribe, e-mail: commits-unsubscr...@netbeans.apache.org
For additional commands, e-mail: commits-h...@netbeans.apache.org

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists



[jira] [Updated] (NETBEANS-6358) Font style regression: badly readable font style

2022-01-03 Thread S. M. (Jira)


 [ 
https://issues.apache.org/jira/browse/NETBEANS-6358?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

S. M. updated NETBEANS-6358:

Description: 
The font style changed in 12.6 in a way that makes it less readable. The 
following fonts are bold now: 

- The name of the source files in the source-code-tab 
- The project names in the projects windows (and all its child nodes)

This bulky use of bold fonts makes the text badly readable. Please use a 
regular font instead! The source-code names in the source-window-tab used to be 
bold only when the file had unsaved changes, which seems to be a good thing to 
me.

It might seem to be a 'minor' problem, but the font as part of the 
ergonomically usability is quite important.

Thanks a lot!

Here the comparison:
Bulky and badly readable: New bold style
!bold.png!

Clear and readable: Old regular style
!regular.png!

  was:
The font style changed in 12.6 in a way that makes it less readable. The 
following fonts are bold now: 

- The name of the source files in the source-code-tab 
- The project names in the projects windows (and all its child nodes)

This bulky use of bold fonts makes the text badly readable. Please use a 
regular font instead! The source-code names in the source-window-tab used to be 
bold only when the file had unsaved changes, which seems to be a good thing to 
me.

It might seem to be a 'minor' problem, but the font as part of the 
ergonomically usability is quite important.

Thanks a lot!

Here the comparison:
New bold style
!bold.png!

Clear and readable: Old regular style
!regular.png!


> Font style regression: badly readable font style
> 
>
> Key: NETBEANS-6358
> URL: https://issues.apache.org/jira/browse/NETBEANS-6358
> Project: NetBeans
>  Issue Type: Bug
>  Components: editor - Navigation, ide - UI, java - Navigation
>Affects Versions: 12.6
> Environment: NB 12.6
> Win10
>Reporter: S. M.
>Priority: Minor
> Attachments: bold.png, regular.png
>
>
> The font style changed in 12.6 in a way that makes it less readable. The 
> following fonts are bold now: 
> - The name of the source files in the source-code-tab 
> - The project names in the projects windows (and all its child nodes)
> This bulky use of bold fonts makes the text badly readable. Please use a 
> regular font instead! The source-code names in the source-window-tab used to 
> be bold only when the file had unsaved changes, which seems to be a good 
> thing to me.
> It might seem to be a 'minor' problem, but the font as part of the 
> ergonomically usability is quite important.
> Thanks a lot!
> Here the comparison:
> Bulky and badly readable: New bold style
> !bold.png!
> Clear and readable: Old regular style
> !regular.png!



--
This message was sent by Atlassian Jira
(v8.20.1#820001)

-
To unsubscribe, e-mail: commits-unsubscr...@netbeans.apache.org
For additional commands, e-mail: commits-h...@netbeans.apache.org

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists



[jira] [Updated] (NETBEANS-6358) Font style regression: badly readable font style

2022-01-03 Thread S. M. (Jira)


 [ 
https://issues.apache.org/jira/browse/NETBEANS-6358?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

S. M. updated NETBEANS-6358:

Description: 
The font style changed in 12.6 in a way that makes it less readable. The 
following fonts are bold now: 

- The name of the source files in the source-code-tab 
- The project names in the projects windows (and all its child nodes)

This bulky use of bold fonts makes the text badly readable. Please use a 
regular font instead! The source-code names in the source-window-tab used to be 
bold only when the file had unsaved changes, which seems to be a good thing to 
me.

It might seem to be a 'minor' problem, but the font as part of the 
ergonomically usability is quite important.

Thanks a lot!

Here the comparison:
New bold style
!bold.png!

Clear and readable: Old regular style
!regular.png!

  was:
The font style changed in 12.6 in a way that makes it less readable. The 
following fonts are bold now: 

- The name of the source files in the source-code-tab 
- The project names in the projects windows (and all its child nodes)

This bulky use of bold fonts makes the text badly readable. Please use a 
regular font instead! The source-code names in the source-window-tab used to be 
bold only when the file had unsaved changes, which seems to be a good thing to 
me.

It might seem to be a 'minor' problem, but the font as part of the 
ergonomically usability is quite important.

Thanks a lot!

Here the comparison:
New bold style
!bold.png!

Old regular style
!regular.png!


> Font style regression: badly readable font style
> 
>
> Key: NETBEANS-6358
> URL: https://issues.apache.org/jira/browse/NETBEANS-6358
> Project: NetBeans
>  Issue Type: Bug
>  Components: editor - Navigation, ide - UI, java - Navigation
>Affects Versions: 12.6
> Environment: NB 12.6
> Win10
>Reporter: S. M.
>Priority: Minor
> Attachments: bold.png, regular.png
>
>
> The font style changed in 12.6 in a way that makes it less readable. The 
> following fonts are bold now: 
> - The name of the source files in the source-code-tab 
> - The project names in the projects windows (and all its child nodes)
> This bulky use of bold fonts makes the text badly readable. Please use a 
> regular font instead! The source-code names in the source-window-tab used to 
> be bold only when the file had unsaved changes, which seems to be a good 
> thing to me.
> It might seem to be a 'minor' problem, but the font as part of the 
> ergonomically usability is quite important.
> Thanks a lot!
> Here the comparison:
> New bold style
> !bold.png!
> Clear and readable: Old regular style
> !regular.png!



--
This message was sent by Atlassian Jira
(v8.20.1#820001)

-
To unsubscribe, e-mail: commits-unsubscr...@netbeans.apache.org
For additional commands, e-mail: commits-h...@netbeans.apache.org

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists



[jira] [Updated] (NETBEANS-6358) Font style regression: badly readable font style

2022-01-03 Thread S. M. (Jira)


 [ 
https://issues.apache.org/jira/browse/NETBEANS-6358?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

S. M. updated NETBEANS-6358:

Description: 
The font style changed in 12.6 in a way that makes it less readable. The 
following fonts are bold now: 

- The name of the source files in the source-code-tab 
- The project names in the projects windows (and all its child nodes)

This bulky use of bold fonts makes the text badly readable. Please use a 
regular font instead! The source-code names in the source-window-tab used to be 
bold only when the file had unsaved changes, which seems to be a good thing to 
me.

It might seem to be a 'minor' problem, but the font as part of the 
ergonomically usability is quite important.

Thanks a lot!

Here the comparison:
New bold style
!bold.png!

Old regular style
!regular.png!

  was:
The font style changed in 12.6 in a way that makes it less readable. The 
following fonts are bold now: 

- The name of the source files in the source-code-tab 
- The project names in the projects windows (and all its child nodes)

This bulky use of bold fonts makes the text badly readable. Please use a 
regular font instead! The source-code names in the source-window-tab used to be 
bold only when the file have been edited, which seems to be a good thing to me.

It might seem to be a 'minor' problem, but the font as part of the 
ergonomically usability is quite important.

Thanks a lot!

Here the comparison:
New bold style
!bold.png!

Old regular style
!regular.png!


> Font style regression: badly readable font style
> 
>
> Key: NETBEANS-6358
> URL: https://issues.apache.org/jira/browse/NETBEANS-6358
> Project: NetBeans
>  Issue Type: Bug
>  Components: editor - Navigation, ide - UI, java - Navigation
>Affects Versions: 12.6
> Environment: NB 12.6
> Win10
>Reporter: S. M.
>Priority: Minor
> Attachments: bold.png, regular.png
>
>
> The font style changed in 12.6 in a way that makes it less readable. The 
> following fonts are bold now: 
> - The name of the source files in the source-code-tab 
> - The project names in the projects windows (and all its child nodes)
> This bulky use of bold fonts makes the text badly readable. Please use a 
> regular font instead! The source-code names in the source-window-tab used to 
> be bold only when the file had unsaved changes, which seems to be a good 
> thing to me.
> It might seem to be a 'minor' problem, but the font as part of the 
> ergonomically usability is quite important.
> Thanks a lot!
> Here the comparison:
> New bold style
> !bold.png!
> Old regular style
> !regular.png!



--
This message was sent by Atlassian Jira
(v8.20.1#820001)

-
To unsubscribe, e-mail: commits-unsubscr...@netbeans.apache.org
For additional commands, e-mail: commits-h...@netbeans.apache.org

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists



[jira] [Updated] (NETBEANS-6358) Font style regression: badly readable font style

2022-01-03 Thread S. M. (Jira)


 [ 
https://issues.apache.org/jira/browse/NETBEANS-6358?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

S. M. updated NETBEANS-6358:

Description: 
The font style changed in 12.6 in a way that makes it less readable. The 
following fonts are bold now: 

- The name of the source files in the source-code-tab 
- The project names in the projects windows (and all its child nodes)

This bulky use of bold fonts makes the text badly readable. Please use a 
regular font instead! The source-code names in the source-window-tab used to be 
bold only when the file have been edited, which seems to be a good thing to me.

It might seem to be a 'minor' problem, but the font as part of the 
ergonomically usability is quite important.

Thanks a lot!

Here the comparison:
New bold style
!bold.png!

Old regular style
!regular.png!

  was:
The font style changed in 12.6 in a way that makes it less 'readable'. The 
following fonts are bold now: 

- The name of the source files in the source-code-tab 
- The project names in the projects windows (and all its child nodes)

This bulky use of bold fonts makes the text badly readable. Please use a 
regular font instead! The source-code names in the source-window-tab used to be 
bold only when the file have been edited, which seems to be a good thing to me.

It might seem to be a 'minor' problem, but the font as part of the 
ergonomically usability is quite important.

Thanks a lot!

Here the comparison:
New bold style
!bold.png!

Old regular style
!regular.png!


> Font style regression: badly readable font style
> 
>
> Key: NETBEANS-6358
> URL: https://issues.apache.org/jira/browse/NETBEANS-6358
> Project: NetBeans
>  Issue Type: Bug
>  Components: editor - Navigation, ide - UI, java - Navigation
>Affects Versions: 12.6
> Environment: NB 12.6
> Win10
>Reporter: S. M.
>Priority: Minor
> Attachments: bold.png, regular.png
>
>
> The font style changed in 12.6 in a way that makes it less readable. The 
> following fonts are bold now: 
> - The name of the source files in the source-code-tab 
> - The project names in the projects windows (and all its child nodes)
> This bulky use of bold fonts makes the text badly readable. Please use a 
> regular font instead! The source-code names in the source-window-tab used to 
> be bold only when the file have been edited, which seems to be a good thing 
> to me.
> It might seem to be a 'minor' problem, but the font as part of the 
> ergonomically usability is quite important.
> Thanks a lot!
> Here the comparison:
> New bold style
> !bold.png!
> Old regular style
> !regular.png!



--
This message was sent by Atlassian Jira
(v8.20.1#820001)

-
To unsubscribe, e-mail: commits-unsubscr...@netbeans.apache.org
For additional commands, e-mail: commits-h...@netbeans.apache.org

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists



[jira] [Updated] (NETBEANS-6358) Font style regression: badly readable font style

2022-01-03 Thread S. M. (Jira)


 [ 
https://issues.apache.org/jira/browse/NETBEANS-6358?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

S. M. updated NETBEANS-6358:

Component/s: (was: cnd - Editor)

> Font style regression: badly readable font style
> 
>
> Key: NETBEANS-6358
> URL: https://issues.apache.org/jira/browse/NETBEANS-6358
> Project: NetBeans
>  Issue Type: Bug
>  Components: editor - Navigation, ide - UI, java - Navigation
>Affects Versions: 12.6
> Environment: NB 12.6
> Win10
>Reporter: S. M.
>Priority: Minor
> Attachments: bold.png, regular.png
>
>
> The font style changed in 12.6 in a way that makes it less 'readable'. The 
> following fonts are bold now: 
> - The name of the source files in the source-code-tab 
> - The project names in the projects windows (and all its child nodes)
> This bulky use of bold fonts makes the text badly readable. Please use a 
> regular font instead! The source-code names in the source-window-tab used to 
> be bold only when the file have been edited, which seems to be a good thing 
> to me.
> It might seem to be a 'minor' problem, but the font as part of the 
> ergonomically usability is quite important.
> Thanks a lot!
> Here the comparison:
> New bold style
> !bold.png!
> Old regular style
> !regular.png!



--
This message was sent by Atlassian Jira
(v8.20.1#820001)

-
To unsubscribe, e-mail: commits-unsubscr...@netbeans.apache.org
For additional commands, e-mail: commits-h...@netbeans.apache.org

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists



[jira] [Updated] (NETBEANS-6358) Font style regression: badly readable font style

2022-01-03 Thread S. M. (Jira)


 [ 
https://issues.apache.org/jira/browse/NETBEANS-6358?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

S. M. updated NETBEANS-6358:

Component/s: editor - Navigation
 ide - UI
 java - Navigation

> Font style regression: badly readable font style
> 
>
> Key: NETBEANS-6358
> URL: https://issues.apache.org/jira/browse/NETBEANS-6358
> Project: NetBeans
>  Issue Type: Bug
>  Components: cnd - Editor, editor - Navigation, ide - UI, java - 
> Navigation
>Affects Versions: 12.6
> Environment: NB 12.6
> Win10
>Reporter: S. M.
>Priority: Minor
> Attachments: bold.png, regular.png
>
>
> The font style changed in 12.6 in a way that makes it less 'readable'. The 
> following fonts are bold now: 
> - The name of the source files in the source-code-tab 
> - The project names in the projects windows (and all its child nodes)
> This bulky use of bold fonts makes the text badly readable. Please use a 
> regular font instead! The source-code names in the source-window-tab used to 
> be bold only when the file have been edited, which seems to be a good thing 
> to me.
> It might seem to be a 'minor' problem, but the font as part of the 
> ergonomically usability is quite important.
> Thanks a lot!
> Here the comparison:
> New bold style
> !bold.png!
> Old regular style
> !regular.png!



--
This message was sent by Atlassian Jira
(v8.20.1#820001)

-
To unsubscribe, e-mail: commits-unsubscr...@netbeans.apache.org
For additional commands, e-mail: commits-h...@netbeans.apache.org

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists



[jira] [Updated] (NETBEANS-6358) Font style regression: badly readable font style

2022-01-03 Thread S. M. (Jira)


 [ 
https://issues.apache.org/jira/browse/NETBEANS-6358?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

S. M. updated NETBEANS-6358:

Description: 
The font style changed in 12.6 in a way that makes it less 'readable'. The 
following fonts are bold now: 

- The name of the source files in the source-code-tab 
- The project names in the projects windows (and all its child nodes)

This bulky use of bold fonts makes the text badly readable. Please use a 
regular font instead! The source-code names in the source-window-tab used to be 
bold only when the file have been edited, which seems to be a good thing to me.

It might seem to be a 'minor' problem, but the font as part of the 
ergonomically usability is quite important.

Thanks a lot!

Here the comparison:
New bold style
!bold.png!

Old regular style
!regular.png!

  was:
The font style changed in 12.6 in a way that makes it less 'readable'. The 
following fonts are bold now: 

- The name of the source files in the source-code-tab 
- The project names in the projects windows (and all its child nodes)

This bulky use of bold fonts makes the text badly readable. Please use a 
regular font instead! The source-code names in the source-window-tab used to be 
bold only when the file have been edited, which seems to be a good thing to me.

It might be a 'minor' problem, but for people working day for day with this IDE 
the font as part of the ergonomically usability is quite important.

Thanks a lot!

Here the comparison:
New bold style
!bold.png!

Old regular style
!regular.png!


> Font style regression: badly readable font style
> 
>
> Key: NETBEANS-6358
> URL: https://issues.apache.org/jira/browse/NETBEANS-6358
> Project: NetBeans
>  Issue Type: Bug
>  Components: cnd - Editor
>Affects Versions: 12.6
> Environment: NB 12.6
> Win10
>Reporter: S. M.
>Priority: Minor
> Attachments: bold.png, regular.png
>
>
> The font style changed in 12.6 in a way that makes it less 'readable'. The 
> following fonts are bold now: 
> - The name of the source files in the source-code-tab 
> - The project names in the projects windows (and all its child nodes)
> This bulky use of bold fonts makes the text badly readable. Please use a 
> regular font instead! The source-code names in the source-window-tab used to 
> be bold only when the file have been edited, which seems to be a good thing 
> to me.
> It might seem to be a 'minor' problem, but the font as part of the 
> ergonomically usability is quite important.
> Thanks a lot!
> Here the comparison:
> New bold style
> !bold.png!
> Old regular style
> !regular.png!



--
This message was sent by Atlassian Jira
(v8.20.1#820001)

-
To unsubscribe, e-mail: commits-unsubscr...@netbeans.apache.org
For additional commands, e-mail: commits-h...@netbeans.apache.org

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists



[jira] [Updated] (NETBEANS-6358) Font style regression: badly readable font style

2022-01-03 Thread S. M. (Jira)


 [ 
https://issues.apache.org/jira/browse/NETBEANS-6358?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

S. M. updated NETBEANS-6358:

Description: 
The font style changed in 12.6 in a way that makes it less 'readable'. The 
following fonts are bold now: 

- The name of the source files in the source-code-tab 
- The project names in the projects windows (and all its child nodes)

This bulky use of bold fonts makes the text badly readable. Please use a 
regular font instead! The source-code names in the source-window-tab used to be 
bold only when the file have been edited, which seems to be a good thing to me.

It might be a 'minor' problem, but for people working day for day with this IDE 
the font as part of the ergonomically usability is quite important.

Thanks a lot!

Here the comparison:
!bold.png!
!regular.png!

  was:
The font style changed in 12.6 in a way that makes it less 'readable'. The 
following fonts are bold now: 

- The name of the source files in the source-code-tab 
- The project names in the projects windows (and all its child nodes)

This bulky use of bold fonts makes the text badly readable. Please use a 
regular font instead! The source-code names in the source-window-tab used to be 
bold only when the file have been edited, which seems to be a good thing to me.

It might be a 'minor' problem, but for people working day for day with this IDE 
the font as part of the ergonomically usability is quite important.

Thanks a lot!

!bold.png!
!regular.png!


> Font style regression: badly readable font style
> 
>
> Key: NETBEANS-6358
> URL: https://issues.apache.org/jira/browse/NETBEANS-6358
> Project: NetBeans
>  Issue Type: Bug
>  Components: cnd - Editor
>Affects Versions: 12.6
> Environment: NB 12.6
> Win10
>Reporter: S. M.
>Priority: Minor
> Attachments: bold.png, regular.png
>
>
> The font style changed in 12.6 in a way that makes it less 'readable'. The 
> following fonts are bold now: 
> - The name of the source files in the source-code-tab 
> - The project names in the projects windows (and all its child nodes)
> This bulky use of bold fonts makes the text badly readable. Please use a 
> regular font instead! The source-code names in the source-window-tab used to 
> be bold only when the file have been edited, which seems to be a good thing 
> to me.
> It might be a 'minor' problem, but for people working day for day with this 
> IDE the font as part of the ergonomically usability is quite important.
> Thanks a lot!
> Here the comparison:
> !bold.png!
> !regular.png!



--
This message was sent by Atlassian Jira
(v8.20.1#820001)

-
To unsubscribe, e-mail: commits-unsubscr...@netbeans.apache.org
For additional commands, e-mail: commits-h...@netbeans.apache.org

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists



[jira] [Updated] (NETBEANS-6358) Font style regression: badly readable font style

2022-01-03 Thread S. M. (Jira)


 [ 
https://issues.apache.org/jira/browse/NETBEANS-6358?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

S. M. updated NETBEANS-6358:

Description: 
The font style changed in 12.6 in a way that makes it less 'readable'. The 
following fonts are bold now: 

- The name of the source files in the source-code-tab 
- The project names in the projects windows (and all its child nodes)

This bulky use of bold fonts makes the text badly readable. Please use a 
regular font instead! The source-code names in the source-window-tab used to be 
bold only when the file have been edited, which seems to be a good thing to me.

It might be a 'minor' problem, but for people working day for day with this IDE 
the font as part of the ergonomically usability is quite important.

Thanks a lot!

Here the comparison:
New bold style
!bold.png!

Old regular style
!regular.png!

  was:
The font style changed in 12.6 in a way that makes it less 'readable'. The 
following fonts are bold now: 

- The name of the source files in the source-code-tab 
- The project names in the projects windows (and all its child nodes)

This bulky use of bold fonts makes the text badly readable. Please use a 
regular font instead! The source-code names in the source-window-tab used to be 
bold only when the file have been edited, which seems to be a good thing to me.

It might be a 'minor' problem, but for people working day for day with this IDE 
the font as part of the ergonomically usability is quite important.

Thanks a lot!

Here the comparison:
!bold.png!
!regular.png!


> Font style regression: badly readable font style
> 
>
> Key: NETBEANS-6358
> URL: https://issues.apache.org/jira/browse/NETBEANS-6358
> Project: NetBeans
>  Issue Type: Bug
>  Components: cnd - Editor
>Affects Versions: 12.6
> Environment: NB 12.6
> Win10
>Reporter: S. M.
>Priority: Minor
> Attachments: bold.png, regular.png
>
>
> The font style changed in 12.6 in a way that makes it less 'readable'. The 
> following fonts are bold now: 
> - The name of the source files in the source-code-tab 
> - The project names in the projects windows (and all its child nodes)
> This bulky use of bold fonts makes the text badly readable. Please use a 
> regular font instead! The source-code names in the source-window-tab used to 
> be bold only when the file have been edited, which seems to be a good thing 
> to me.
> It might be a 'minor' problem, but for people working day for day with this 
> IDE the font as part of the ergonomically usability is quite important.
> Thanks a lot!
> Here the comparison:
> New bold style
> !bold.png!
> Old regular style
> !regular.png!



--
This message was sent by Atlassian Jira
(v8.20.1#820001)

-
To unsubscribe, e-mail: commits-unsubscr...@netbeans.apache.org
For additional commands, e-mail: commits-h...@netbeans.apache.org

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists



[jira] [Updated] (NETBEANS-6358) Font style regression: badly readable font style

2022-01-03 Thread S. M. (Jira)


 [ 
https://issues.apache.org/jira/browse/NETBEANS-6358?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

S. M. updated NETBEANS-6358:

Environment: 
NB 12.6
Win10

  was:NB 12.6


> Font style regression: badly readable font style
> 
>
> Key: NETBEANS-6358
> URL: https://issues.apache.org/jira/browse/NETBEANS-6358
> Project: NetBeans
>  Issue Type: Bug
>  Components: cnd - Editor
>Affects Versions: 12.6
> Environment: NB 12.6
> Win10
>Reporter: S. M.
>Priority: Minor
> Attachments: bold.png, regular.png
>
>
> The font style changed in 12.6 in a way that makes it less 'readable'. The 
> following fonts are bold now: 
> - The name of the source files in the source-code-tab 
> - The project names in the projects windows (and all its child nodes)
> This bulky use of bold fonts makes the text badly readable. Please use a 
> regular font instead! The source-code names in the source-window-tab used to 
> be bold only when the file have been edited, which seems to be a good thing 
> to me.
> It might be a 'minor' problem, but for people working day for day with this 
> IDE the font as part of the ergonomically usability is quite important.
> Thanks a lot!
> !bold.png!
> !regular.png!



--
This message was sent by Atlassian Jira
(v8.20.1#820001)

-
To unsubscribe, e-mail: commits-unsubscr...@netbeans.apache.org
For additional commands, e-mail: commits-h...@netbeans.apache.org

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists



[jira] [Updated] (NETBEANS-6358) Font style regression: badly readable font style

2022-01-03 Thread S. M. (Jira)


 [ 
https://issues.apache.org/jira/browse/NETBEANS-6358?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

S. M. updated NETBEANS-6358:

Attachment: regular.png

> Font style regression: badly readable font style
> 
>
> Key: NETBEANS-6358
> URL: https://issues.apache.org/jira/browse/NETBEANS-6358
> Project: NetBeans
>  Issue Type: Bug
>  Components: cnd - Editor
>Affects Versions: 12.6
> Environment: NB 12.6
>Reporter: S. M.
>Priority: Minor
> Attachments: bold.png, regular.png
>
>
> The font style changed in 12.6 in a way that makes it less 'readable'. The 
> following fonts are bold now: 
> - The name of the source files in the source-code-tab 
> - The project names in the projects windows (and all its child nodes)
> This bulky use of bold fonts makes the text badly readable. Please use a 
> regular font instead! The source-code names in the source-window-tab used to 
> be bold only when the file have been edited, which seems to be a good thing 
> to me.
> It might be a 'minor' problem, but for people working day for day with this 
> IDE the font as part of the ergonomically usability is quite important.
> Thanks a lot!



--
This message was sent by Atlassian Jira
(v8.20.1#820001)

-
To unsubscribe, e-mail: commits-unsubscr...@netbeans.apache.org
For additional commands, e-mail: commits-h...@netbeans.apache.org

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists



[jira] [Updated] (NETBEANS-6358) Font style regression: badly readable font style

2022-01-03 Thread S. M. (Jira)


 [ 
https://issues.apache.org/jira/browse/NETBEANS-6358?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

S. M. updated NETBEANS-6358:

Description: 
The font style changed in 12.6 in a way that makes it less 'readable'. The 
following fonts are bold now: 

- The name of the source files in the source-code-tab 
- The project names in the projects windows (and all its child nodes)

This bulky use of bold fonts makes the text badly readable. Please use a 
regular font instead! The source-code names in the source-window-tab used to be 
bold only when the file have been edited, which seems to be a good thing to me.

It might be a 'minor' problem, but for people working day for day with this IDE 
the font as part of the ergonomically usability is quite important.

Thanks a lot!

!bold.png!
!regular.png!

  was:
The font style changed in 12.6 in a way that makes it less 'readable'. The 
following fonts are bold now: 

- The name of the source files in the source-code-tab 
- The project names in the projects windows (and all its child nodes)

This bulky use of bold fonts makes the text badly readable. Please use a 
regular font instead! The source-code names in the source-window-tab used to be 
bold only when the file have been edited, which seems to be a good thing to me.

It might be a 'minor' problem, but for people working day for day with this IDE 
the font as part of the ergonomically usability is quite important.

Thanks a lot!


> Font style regression: badly readable font style
> 
>
> Key: NETBEANS-6358
> URL: https://issues.apache.org/jira/browse/NETBEANS-6358
> Project: NetBeans
>  Issue Type: Bug
>  Components: cnd - Editor
>Affects Versions: 12.6
> Environment: NB 12.6
>Reporter: S. M.
>Priority: Minor
> Attachments: bold.png, regular.png
>
>
> The font style changed in 12.6 in a way that makes it less 'readable'. The 
> following fonts are bold now: 
> - The name of the source files in the source-code-tab 
> - The project names in the projects windows (and all its child nodes)
> This bulky use of bold fonts makes the text badly readable. Please use a 
> regular font instead! The source-code names in the source-window-tab used to 
> be bold only when the file have been edited, which seems to be a good thing 
> to me.
> It might be a 'minor' problem, but for people working day for day with this 
> IDE the font as part of the ergonomically usability is quite important.
> Thanks a lot!
> !bold.png!
> !regular.png!



--
This message was sent by Atlassian Jira
(v8.20.1#820001)

-
To unsubscribe, e-mail: commits-unsubscr...@netbeans.apache.org
For additional commands, e-mail: commits-h...@netbeans.apache.org

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists



[jira] [Updated] (NETBEANS-6358) Font style regression: badly readable font style

2022-01-03 Thread S. M. (Jira)


 [ 
https://issues.apache.org/jira/browse/NETBEANS-6358?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

S. M. updated NETBEANS-6358:

Attachment: bold.png

> Font style regression: badly readable font style
> 
>
> Key: NETBEANS-6358
> URL: https://issues.apache.org/jira/browse/NETBEANS-6358
> Project: NetBeans
>  Issue Type: Bug
>  Components: cnd - Editor
>Affects Versions: 12.6
> Environment: NB 12.6
>Reporter: S. M.
>Priority: Minor
> Attachments: bold.png, regular.png
>
>
> The font style changed in 12.6 in a way that makes it less 'readable'. The 
> following fonts are bold now: 
> - The name of the source files in the source-code-tab 
> - The project names in the projects windows (and all its child nodes)
> This bulky use of bold fonts makes the text badly readable. Please use a 
> regular font instead! The source-code names in the source-window-tab used to 
> be bold only when the file have been edited, which seems to be a good thing 
> to me.
> It might be a 'minor' problem, but for people working day for day with this 
> IDE the font as part of the ergonomically usability is quite important.
> Thanks a lot!



--
This message was sent by Atlassian Jira
(v8.20.1#820001)

-
To unsubscribe, e-mail: commits-unsubscr...@netbeans.apache.org
For additional commands, e-mail: commits-h...@netbeans.apache.org

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists



[jira] [Updated] (NETBEANS-6358) Font style regression: badly readable font style

2022-01-03 Thread S. M. (Jira)


 [ 
https://issues.apache.org/jira/browse/NETBEANS-6358?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

S. M. updated NETBEANS-6358:

Summary: Font style regression: badly readable font style  (was: Font style 
regression: badly readable fonts style)

> Font style regression: badly readable font style
> 
>
> Key: NETBEANS-6358
> URL: https://issues.apache.org/jira/browse/NETBEANS-6358
> Project: NetBeans
>  Issue Type: Bug
>  Components: cnd - Editor
>Affects Versions: 12.6
> Environment: NB 12.6
>Reporter: S. M.
>Priority: Minor
>
> The font style changed in 12.6 in a way that makes it less 'readable' as it 
> was before. The following fonts are bold now: 
> - The name of the source files in the source-code-tab 
> - The project names in the projects windows (and all its child nodes)
> This bulky use of bold fonts makes the text badly readable. Please use a 
> regular font instead! The source-code names in the source-window-tab used to 
> be bold only when the file have been edited, which seems to be a good thing 
> to me.
> It might be a 'minor' problem, but for people working day for day with this 
> IDE the font as part of the ergonomically usability is quite important.
> Thanks a lot!



--
This message was sent by Atlassian Jira
(v8.20.1#820001)

-
To unsubscribe, e-mail: commits-unsubscr...@netbeans.apache.org
For additional commands, e-mail: commits-h...@netbeans.apache.org

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists



[jira] [Updated] (NETBEANS-6358) Font style regression: badly readable font style

2022-01-03 Thread S. M. (Jira)


 [ 
https://issues.apache.org/jira/browse/NETBEANS-6358?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

S. M. updated NETBEANS-6358:

Description: 
The font style changed in 12.6 in a way that makes it less 'readable'. The 
following fonts are bold now: 

- The name of the source files in the source-code-tab 
- The project names in the projects windows (and all its child nodes)

This bulky use of bold fonts makes the text badly readable. Please use a 
regular font instead! The source-code names in the source-window-tab used to be 
bold only when the file have been edited, which seems to be a good thing to me.

It might be a 'minor' problem, but for people working day for day with this IDE 
the font as part of the ergonomically usability is quite important.

Thanks a lot!

  was:
The font style changed in 12.6 in a way that makes it less 'readable' as it was 
before. The following fonts are bold now: 

- The name of the source files in the source-code-tab 
- The project names in the projects windows (and all its child nodes)

This bulky use of bold fonts makes the text badly readable. Please use a 
regular font instead! The source-code names in the source-window-tab used to be 
bold only when the file have been edited, which seems to be a good thing to me.

It might be a 'minor' problem, but for people working day for day with this IDE 
the font as part of the ergonomically usability is quite important.

Thanks a lot!


> Font style regression: badly readable font style
> 
>
> Key: NETBEANS-6358
> URL: https://issues.apache.org/jira/browse/NETBEANS-6358
> Project: NetBeans
>  Issue Type: Bug
>  Components: cnd - Editor
>Affects Versions: 12.6
> Environment: NB 12.6
>Reporter: S. M.
>Priority: Minor
>
> The font style changed in 12.6 in a way that makes it less 'readable'. The 
> following fonts are bold now: 
> - The name of the source files in the source-code-tab 
> - The project names in the projects windows (and all its child nodes)
> This bulky use of bold fonts makes the text badly readable. Please use a 
> regular font instead! The source-code names in the source-window-tab used to 
> be bold only when the file have been edited, which seems to be a good thing 
> to me.
> It might be a 'minor' problem, but for people working day for day with this 
> IDE the font as part of the ergonomically usability is quite important.
> Thanks a lot!



--
This message was sent by Atlassian Jira
(v8.20.1#820001)

-
To unsubscribe, e-mail: commits-unsubscr...@netbeans.apache.org
For additional commands, e-mail: commits-h...@netbeans.apache.org

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists



[jira] [Created] (NETBEANS-6358) Font style regression: badly readable fonts style

2022-01-03 Thread S. M. (Jira)
S. M. created NETBEANS-6358:
---

 Summary: Font style regression: badly readable fonts style
 Key: NETBEANS-6358
 URL: https://issues.apache.org/jira/browse/NETBEANS-6358
 Project: NetBeans
  Issue Type: Bug
  Components: cnd - Editor
Affects Versions: 12.6
 Environment: NB 12.6
Reporter: S. M.


The font style changed in 12.6 in a way that makes it less 'readable' as it was 
before. The following fonts are bold now: 

- The name of the source files in the source-code-tab 
- The project names in the projects windows (and all its child nodes)

This bulky use of bold fonts makes the text badly readable. Please use a 
regular font instead! The source-code names in the source-window-tab used to be 
bold only when the file have been edited, which seems to be a good thing to me.

It might be a 'minor' problem, but for people working day for day with this IDE 
the font as part of the ergonomically usability is quite important.

Thanks a lot!



--
This message was sent by Atlassian Jira
(v8.20.1#820001)

-
To unsubscribe, e-mail: commits-unsubscr...@netbeans.apache.org
For additional commands, e-mail: commits-h...@netbeans.apache.org

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists



[jira] [Updated] (NETBEANS-6356) 'Emtpy' maven web application does not compile: Error injecting constructor, java.lang.ExceptionInInitializerError

2022-01-03 Thread S. M. (Jira)


 [ 
https://issues.apache.org/jira/browse/NETBEANS-6356?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

S. M. updated NETBEANS-6356:

Description: 
Way to reproduce:
Make a new (empty) maven web application: 
file -> new project -> JAVA with maven ->Web application
Right click the project -> build
The following error occurs:

{code:java}
--- maven-war-plugin:2.3:war (default-war) @ testmavenproject1 ---
Error injecting: org.apache.maven.plugin.war.WarMojo
com.google.inject.ProvisionException: Unable to provision, see the following 
errors:

1) Error injecting constructor, java.lang.ExceptionInInitializerError
  at org.apache.maven.plugin.war.WarMojo.(Unknown Source)
  while locating org.apache.maven.plugin.war.WarMojo

1 error
at 
com.google.inject.internal.InternalProvisionException.toProvisionException 
(InternalProvisionException.java:226)
at com.google.inject.internal.InjectorImpl$1.get (InjectorImpl.java:1053)
at com.google.inject.internal.InjectorImpl.getInstance 
(InjectorImpl.java:1086)
at org.eclipse.sisu.space.AbstractDeferredClass.get 
(AbstractDeferredClass.java:48)
at com.google.inject.internal.ProviderInternalFactory.provision 
(ProviderInternalFactory.java:85)
at 
com.google.inject.internal.InternalFactoryToInitializableAdapter.provision 
(InternalFactoryToInitializableAdapter.java:57)
at com.google.inject.internal.ProviderInternalFactory$1.call 
(ProviderInternalFactory.java:66)
at 
com.google.inject.internal.ProvisionListenerStackCallback$Provision.provision 
(ProvisionListenerStackCallback.java:112)
at 
com.google.inject.internal.ProvisionListenerStackCallback$Provision.provision 
(ProvisionListenerStackCallback.java:127)
at com.google.inject.internal.ProvisionListenerStackCallback.provision 
(ProvisionListenerStackCallback.java:66)
at com.google.inject.internal.ProviderInternalFactory.circularGet 
(ProviderInternalFactory.java:61)
at com.google.inject.internal.InternalFactoryToInitializableAdapter.get 
(InternalFactoryToInitializableAdapter.java:47)
at com.google.inject.internal.InjectorImpl$1.get (InjectorImpl.java:1050)
at org.eclipse.sisu.inject.Guice4$1.get (Guice4.java:162)
at org.eclipse.sisu.inject.LazyBeanEntry.getValue (LazyBeanEntry.java:81)
at org.eclipse.sisu.plexus.LazyPlexusBean.getValue (LazyPlexusBean.java:51)
at org.codehaus.plexus.DefaultPlexusContainer.lookup 
(DefaultPlexusContainer.java:263)
at org.codehaus.plexus.DefaultPlexusContainer.lookup 
(DefaultPlexusContainer.java:255)
at 
org.apache.maven.plugin.internal.DefaultMavenPluginManager.getConfiguredMojo 
(DefaultMavenPluginManager.java:520)
at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo 
(DefaultBuildPluginManager.java:124)
at org.apache.maven.lifecycle.internal.MojoExecutor.execute 
(MojoExecutor.java:210)
at org.apache.maven.lifecycle.internal.MojoExecutor.execute 
(MojoExecutor.java:156)
at org.apache.maven.lifecycle.internal.MojoExecutor.execute 
(MojoExecutor.java:148)
at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject 
(LifecycleModuleBuilder.java:117)
at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject 
(LifecycleModuleBuilder.java:81)
at 
org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build
 (SingleThreadedBuilder.java:56)
at org.apache.maven.lifecycle.internal.LifecycleStarter.execute 
(LifecycleStarter.java:128)
at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:305)
at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:192)
at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:105)
at org.apache.maven.cli.MavenCli.execute (MavenCli.java:957)
at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:289)
at org.apache.maven.cli.MavenCli.main (MavenCli.java:193)
at jdk.internal.reflect.NativeMethodAccessorImpl.invoke0 (Native Method)
at jdk.internal.reflect.NativeMethodAccessorImpl.invoke 
(NativeMethodAccessorImpl.java:77)
at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke 
(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke (Method.java:568)
at org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced 
(Launcher.java:282)
at org.codehaus.plexus.classworlds.launcher.Launcher.launch 
(Launcher.java:225)
at org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode 
(Launcher.java:406)
at org.codehaus.plexus.classworlds.launcher.Launcher.main 
(Launcher.java:347)
Caused by: java.lang.ExceptionInInitializerError
at com.thoughtworks.xstream.XStream.setupConverters (XStream.java:679)
at com.thoughtworks.xstream.XStream. (XStream.java:456)
at com.thoughtworks.xstream.XStream. (XStream.java:381)
at com.thoughtworks.xstream.XStream. (XStream.java:356)
at 

[jira] [Updated] (NETBEANS-6356) 'Emtpy' maven web application does not compile: Error injecting constructor, java.lang.ExceptionInInitializerError

2022-01-03 Thread S. M. (Jira)


 [ 
https://issues.apache.org/jira/browse/NETBEANS-6356?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

S. M. updated NETBEANS-6356:

Summary: 'Emtpy' maven web application does not  compile: Error injecting 
constructor, java.lang.ExceptionInInitializerError  (was: (Out of the box) 
Maven web application does not  compile: Error injecting constructor, 
java.lang.ExceptionInInitializerError)

> 'Emtpy' maven web application does not  compile: Error injecting constructor, 
> java.lang.ExceptionInInitializerError
> ---
>
> Key: NETBEANS-6356
> URL: https://issues.apache.org/jira/browse/NETBEANS-6356
> Project: NetBeans
>  Issue Type: Bug
>  Components: javaee - Maven
>Affects Versions: 12.6
> Environment: NB 12.6
> OpenJKD 17
> Glassfish 6.2.1
> EE9
>Reporter: S. M.
>Priority: Blocker
>
> Way to reproduce:
> Make a new (empty) maven web application. 
> Right click the project -> build
> The following error occurs:
> {code:java}
> --- maven-war-plugin:2.3:war (default-war) @ testmavenproject1 ---
> Error injecting: org.apache.maven.plugin.war.WarMojo
> com.google.inject.ProvisionException: Unable to provision, see the following 
> errors:
> 1) Error injecting constructor, java.lang.ExceptionInInitializerError
>   at org.apache.maven.plugin.war.WarMojo.(Unknown Source)
>   while locating org.apache.maven.plugin.war.WarMojo
> 1 error
> at 
> com.google.inject.internal.InternalProvisionException.toProvisionException 
> (InternalProvisionException.java:226)
> at com.google.inject.internal.InjectorImpl$1.get (InjectorImpl.java:1053)
> at com.google.inject.internal.InjectorImpl.getInstance 
> (InjectorImpl.java:1086)
> at org.eclipse.sisu.space.AbstractDeferredClass.get 
> (AbstractDeferredClass.java:48)
> at com.google.inject.internal.ProviderInternalFactory.provision 
> (ProviderInternalFactory.java:85)
> at 
> com.google.inject.internal.InternalFactoryToInitializableAdapter.provision 
> (InternalFactoryToInitializableAdapter.java:57)
> at com.google.inject.internal.ProviderInternalFactory$1.call 
> (ProviderInternalFactory.java:66)
> at 
> com.google.inject.internal.ProvisionListenerStackCallback$Provision.provision 
> (ProvisionListenerStackCallback.java:112)
> at 
> com.google.inject.internal.ProvisionListenerStackCallback$Provision.provision 
> (ProvisionListenerStackCallback.java:127)
> at com.google.inject.internal.ProvisionListenerStackCallback.provision 
> (ProvisionListenerStackCallback.java:66)
> at com.google.inject.internal.ProviderInternalFactory.circularGet 
> (ProviderInternalFactory.java:61)
> at com.google.inject.internal.InternalFactoryToInitializableAdapter.get 
> (InternalFactoryToInitializableAdapter.java:47)
> at com.google.inject.internal.InjectorImpl$1.get (InjectorImpl.java:1050)
> at org.eclipse.sisu.inject.Guice4$1.get (Guice4.java:162)
> at org.eclipse.sisu.inject.LazyBeanEntry.getValue (LazyBeanEntry.java:81)
> at org.eclipse.sisu.plexus.LazyPlexusBean.getValue 
> (LazyPlexusBean.java:51)
> at org.codehaus.plexus.DefaultPlexusContainer.lookup 
> (DefaultPlexusContainer.java:263)
> at org.codehaus.plexus.DefaultPlexusContainer.lookup 
> (DefaultPlexusContainer.java:255)
> at 
> org.apache.maven.plugin.internal.DefaultMavenPluginManager.getConfiguredMojo 
> (DefaultMavenPluginManager.java:520)
> at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo 
> (DefaultBuildPluginManager.java:124)
> at org.apache.maven.lifecycle.internal.MojoExecutor.execute 
> (MojoExecutor.java:210)
> at org.apache.maven.lifecycle.internal.MojoExecutor.execute 
> (MojoExecutor.java:156)
> at org.apache.maven.lifecycle.internal.MojoExecutor.execute 
> (MojoExecutor.java:148)
> at 
> org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject 
> (LifecycleModuleBuilder.java:117)
> at 
> org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject 
> (LifecycleModuleBuilder.java:81)
> at 
> org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build
>  (SingleThreadedBuilder.java:56)
> at org.apache.maven.lifecycle.internal.LifecycleStarter.execute 
> (LifecycleStarter.java:128)
> at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:305)
> at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:192)
> at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:105)
> at org.apache.maven.cli.MavenCli.execute (MavenCli.java:957)
> at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:289)
> at org.apache.maven.cli.MavenCli.main (MavenCli.java:193)
> at jdk.internal.reflect.NativeMethodAccessorImpl.invoke0 (Native Method)
> at 

[jira] [Updated] (NETBEANS-6356) (Out of the box) Maven web application does not compile: Error injecting constructor, java.lang.ExceptionInInitializerError

2022-01-03 Thread S. M. (Jira)


 [ 
https://issues.apache.org/jira/browse/NETBEANS-6356?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

S. M. updated NETBEANS-6356:

Priority: Blocker  (was: Critical)

> (Out of the box) Maven web application does not  compile: Error injecting 
> constructor, java.lang.ExceptionInInitializerError
> 
>
> Key: NETBEANS-6356
> URL: https://issues.apache.org/jira/browse/NETBEANS-6356
> Project: NetBeans
>  Issue Type: Bug
>  Components: javaee - Maven
>Affects Versions: 12.6
> Environment: NB 12.6
> OpenJKD 17
> Glassfish 6.2.1
> EE9
>Reporter: S. M.
>Priority: Blocker
>
> Way to reproduce:
> Make a new (empty) maven web application. 
> Right click the project -> build
> The following error occurs:
> {code:java}
> --- maven-war-plugin:2.3:war (default-war) @ testmavenproject1 ---
> Error injecting: org.apache.maven.plugin.war.WarMojo
> com.google.inject.ProvisionException: Unable to provision, see the following 
> errors:
> 1) Error injecting constructor, java.lang.ExceptionInInitializerError
>   at org.apache.maven.plugin.war.WarMojo.(Unknown Source)
>   while locating org.apache.maven.plugin.war.WarMojo
> 1 error
> at 
> com.google.inject.internal.InternalProvisionException.toProvisionException 
> (InternalProvisionException.java:226)
> at com.google.inject.internal.InjectorImpl$1.get (InjectorImpl.java:1053)
> at com.google.inject.internal.InjectorImpl.getInstance 
> (InjectorImpl.java:1086)
> at org.eclipse.sisu.space.AbstractDeferredClass.get 
> (AbstractDeferredClass.java:48)
> at com.google.inject.internal.ProviderInternalFactory.provision 
> (ProviderInternalFactory.java:85)
> at 
> com.google.inject.internal.InternalFactoryToInitializableAdapter.provision 
> (InternalFactoryToInitializableAdapter.java:57)
> at com.google.inject.internal.ProviderInternalFactory$1.call 
> (ProviderInternalFactory.java:66)
> at 
> com.google.inject.internal.ProvisionListenerStackCallback$Provision.provision 
> (ProvisionListenerStackCallback.java:112)
> at 
> com.google.inject.internal.ProvisionListenerStackCallback$Provision.provision 
> (ProvisionListenerStackCallback.java:127)
> at com.google.inject.internal.ProvisionListenerStackCallback.provision 
> (ProvisionListenerStackCallback.java:66)
> at com.google.inject.internal.ProviderInternalFactory.circularGet 
> (ProviderInternalFactory.java:61)
> at com.google.inject.internal.InternalFactoryToInitializableAdapter.get 
> (InternalFactoryToInitializableAdapter.java:47)
> at com.google.inject.internal.InjectorImpl$1.get (InjectorImpl.java:1050)
> at org.eclipse.sisu.inject.Guice4$1.get (Guice4.java:162)
> at org.eclipse.sisu.inject.LazyBeanEntry.getValue (LazyBeanEntry.java:81)
> at org.eclipse.sisu.plexus.LazyPlexusBean.getValue 
> (LazyPlexusBean.java:51)
> at org.codehaus.plexus.DefaultPlexusContainer.lookup 
> (DefaultPlexusContainer.java:263)
> at org.codehaus.plexus.DefaultPlexusContainer.lookup 
> (DefaultPlexusContainer.java:255)
> at 
> org.apache.maven.plugin.internal.DefaultMavenPluginManager.getConfiguredMojo 
> (DefaultMavenPluginManager.java:520)
> at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo 
> (DefaultBuildPluginManager.java:124)
> at org.apache.maven.lifecycle.internal.MojoExecutor.execute 
> (MojoExecutor.java:210)
> at org.apache.maven.lifecycle.internal.MojoExecutor.execute 
> (MojoExecutor.java:156)
> at org.apache.maven.lifecycle.internal.MojoExecutor.execute 
> (MojoExecutor.java:148)
> at 
> org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject 
> (LifecycleModuleBuilder.java:117)
> at 
> org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject 
> (LifecycleModuleBuilder.java:81)
> at 
> org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build
>  (SingleThreadedBuilder.java:56)
> at org.apache.maven.lifecycle.internal.LifecycleStarter.execute 
> (LifecycleStarter.java:128)
> at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:305)
> at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:192)
> at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:105)
> at org.apache.maven.cli.MavenCli.execute (MavenCli.java:957)
> at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:289)
> at org.apache.maven.cli.MavenCli.main (MavenCli.java:193)
> at jdk.internal.reflect.NativeMethodAccessorImpl.invoke0 (Native Method)
> at jdk.internal.reflect.NativeMethodAccessorImpl.invoke 
> (NativeMethodAccessorImpl.java:77)
> at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke 
> (DelegatingMethodAccessorImpl.java:43)
> at 

[jira] [Updated] (NETBEANS-6356) (Out of the box) Maven web application does not compile: Error injecting constructor, java.lang.ExceptionInInitializerError

2022-01-03 Thread S. M. (Jira)


 [ 
https://issues.apache.org/jira/browse/NETBEANS-6356?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

S. M. updated NETBEANS-6356:

Description: 
Way to reproduce:
Make a new (empty) maven web application. 
Right click the project -> build
The following error occurs:

{code:java}
--- maven-war-plugin:2.3:war (default-war) @ testmavenproject1 ---
Error injecting: org.apache.maven.plugin.war.WarMojo
com.google.inject.ProvisionException: Unable to provision, see the following 
errors:

1) Error injecting constructor, java.lang.ExceptionInInitializerError
  at org.apache.maven.plugin.war.WarMojo.(Unknown Source)
  while locating org.apache.maven.plugin.war.WarMojo

1 error
at 
com.google.inject.internal.InternalProvisionException.toProvisionException 
(InternalProvisionException.java:226)
at com.google.inject.internal.InjectorImpl$1.get (InjectorImpl.java:1053)
at com.google.inject.internal.InjectorImpl.getInstance 
(InjectorImpl.java:1086)
at org.eclipse.sisu.space.AbstractDeferredClass.get 
(AbstractDeferredClass.java:48)
at com.google.inject.internal.ProviderInternalFactory.provision 
(ProviderInternalFactory.java:85)
at 
com.google.inject.internal.InternalFactoryToInitializableAdapter.provision 
(InternalFactoryToInitializableAdapter.java:57)
at com.google.inject.internal.ProviderInternalFactory$1.call 
(ProviderInternalFactory.java:66)
at 
com.google.inject.internal.ProvisionListenerStackCallback$Provision.provision 
(ProvisionListenerStackCallback.java:112)
at 
com.google.inject.internal.ProvisionListenerStackCallback$Provision.provision 
(ProvisionListenerStackCallback.java:127)
at com.google.inject.internal.ProvisionListenerStackCallback.provision 
(ProvisionListenerStackCallback.java:66)
at com.google.inject.internal.ProviderInternalFactory.circularGet 
(ProviderInternalFactory.java:61)
at com.google.inject.internal.InternalFactoryToInitializableAdapter.get 
(InternalFactoryToInitializableAdapter.java:47)
at com.google.inject.internal.InjectorImpl$1.get (InjectorImpl.java:1050)
at org.eclipse.sisu.inject.Guice4$1.get (Guice4.java:162)
at org.eclipse.sisu.inject.LazyBeanEntry.getValue (LazyBeanEntry.java:81)
at org.eclipse.sisu.plexus.LazyPlexusBean.getValue (LazyPlexusBean.java:51)
at org.codehaus.plexus.DefaultPlexusContainer.lookup 
(DefaultPlexusContainer.java:263)
at org.codehaus.plexus.DefaultPlexusContainer.lookup 
(DefaultPlexusContainer.java:255)
at 
org.apache.maven.plugin.internal.DefaultMavenPluginManager.getConfiguredMojo 
(DefaultMavenPluginManager.java:520)
at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo 
(DefaultBuildPluginManager.java:124)
at org.apache.maven.lifecycle.internal.MojoExecutor.execute 
(MojoExecutor.java:210)
at org.apache.maven.lifecycle.internal.MojoExecutor.execute 
(MojoExecutor.java:156)
at org.apache.maven.lifecycle.internal.MojoExecutor.execute 
(MojoExecutor.java:148)
at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject 
(LifecycleModuleBuilder.java:117)
at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject 
(LifecycleModuleBuilder.java:81)
at 
org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build
 (SingleThreadedBuilder.java:56)
at org.apache.maven.lifecycle.internal.LifecycleStarter.execute 
(LifecycleStarter.java:128)
at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:305)
at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:192)
at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:105)
at org.apache.maven.cli.MavenCli.execute (MavenCli.java:957)
at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:289)
at org.apache.maven.cli.MavenCli.main (MavenCli.java:193)
at jdk.internal.reflect.NativeMethodAccessorImpl.invoke0 (Native Method)
at jdk.internal.reflect.NativeMethodAccessorImpl.invoke 
(NativeMethodAccessorImpl.java:77)
at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke 
(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke (Method.java:568)
at org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced 
(Launcher.java:282)
at org.codehaus.plexus.classworlds.launcher.Launcher.launch 
(Launcher.java:225)
at org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode 
(Launcher.java:406)
at org.codehaus.plexus.classworlds.launcher.Launcher.main 
(Launcher.java:347)
Caused by: java.lang.ExceptionInInitializerError
at com.thoughtworks.xstream.XStream.setupConverters (XStream.java:679)
at com.thoughtworks.xstream.XStream. (XStream.java:456)
at com.thoughtworks.xstream.XStream. (XStream.java:381)
at com.thoughtworks.xstream.XStream. (XStream.java:356)
at org.apache.maven.plugin.war.util.WebappStructureSerializer. 
(WebappStructureSerializer.java:47)
at 

[jira] [Updated] (NETBEANS-6356) (Out of the box) Maven web application does not compile: Error injecting constructor, java.lang.ExceptionInInitializerError

2022-01-03 Thread S. M. (Jira)


 [ 
https://issues.apache.org/jira/browse/NETBEANS-6356?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

S. M. updated NETBEANS-6356:

Description: 
Reproduce:
Make a new (empty) maven web application. 
Right click the project -> build
The following error occurs:

{code:java}
--- maven-war-plugin:2.3:war (default-war) @ testmavenproject1 ---
Error injecting: org.apache.maven.plugin.war.WarMojo
com.google.inject.ProvisionException: Unable to provision, see the following 
errors:

1) Error injecting constructor, java.lang.ExceptionInInitializerError
  at org.apache.maven.plugin.war.WarMojo.(Unknown Source)
  while locating org.apache.maven.plugin.war.WarMojo

1 error
at 
com.google.inject.internal.InternalProvisionException.toProvisionException 
(InternalProvisionException.java:226)
at com.google.inject.internal.InjectorImpl$1.get (InjectorImpl.java:1053)
at com.google.inject.internal.InjectorImpl.getInstance 
(InjectorImpl.java:1086)
at org.eclipse.sisu.space.AbstractDeferredClass.get 
(AbstractDeferredClass.java:48)
at com.google.inject.internal.ProviderInternalFactory.provision 
(ProviderInternalFactory.java:85)
at 
com.google.inject.internal.InternalFactoryToInitializableAdapter.provision 
(InternalFactoryToInitializableAdapter.java:57)
at com.google.inject.internal.ProviderInternalFactory$1.call 
(ProviderInternalFactory.java:66)
at 
com.google.inject.internal.ProvisionListenerStackCallback$Provision.provision 
(ProvisionListenerStackCallback.java:112)
at 
com.google.inject.internal.ProvisionListenerStackCallback$Provision.provision 
(ProvisionListenerStackCallback.java:127)
at com.google.inject.internal.ProvisionListenerStackCallback.provision 
(ProvisionListenerStackCallback.java:66)
at com.google.inject.internal.ProviderInternalFactory.circularGet 
(ProviderInternalFactory.java:61)
at com.google.inject.internal.InternalFactoryToInitializableAdapter.get 
(InternalFactoryToInitializableAdapter.java:47)
at com.google.inject.internal.InjectorImpl$1.get (InjectorImpl.java:1050)
at org.eclipse.sisu.inject.Guice4$1.get (Guice4.java:162)
at org.eclipse.sisu.inject.LazyBeanEntry.getValue (LazyBeanEntry.java:81)
at org.eclipse.sisu.plexus.LazyPlexusBean.getValue (LazyPlexusBean.java:51)
at org.codehaus.plexus.DefaultPlexusContainer.lookup 
(DefaultPlexusContainer.java:263)
at org.codehaus.plexus.DefaultPlexusContainer.lookup 
(DefaultPlexusContainer.java:255)
at 
org.apache.maven.plugin.internal.DefaultMavenPluginManager.getConfiguredMojo 
(DefaultMavenPluginManager.java:520)
at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo 
(DefaultBuildPluginManager.java:124)
at org.apache.maven.lifecycle.internal.MojoExecutor.execute 
(MojoExecutor.java:210)
at org.apache.maven.lifecycle.internal.MojoExecutor.execute 
(MojoExecutor.java:156)
at org.apache.maven.lifecycle.internal.MojoExecutor.execute 
(MojoExecutor.java:148)
at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject 
(LifecycleModuleBuilder.java:117)
at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject 
(LifecycleModuleBuilder.java:81)
at 
org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build
 (SingleThreadedBuilder.java:56)
at org.apache.maven.lifecycle.internal.LifecycleStarter.execute 
(LifecycleStarter.java:128)
at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:305)
at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:192)
at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:105)
at org.apache.maven.cli.MavenCli.execute (MavenCli.java:957)
at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:289)
at org.apache.maven.cli.MavenCli.main (MavenCli.java:193)
at jdk.internal.reflect.NativeMethodAccessorImpl.invoke0 (Native Method)
at jdk.internal.reflect.NativeMethodAccessorImpl.invoke 
(NativeMethodAccessorImpl.java:77)
at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke 
(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke (Method.java:568)
at org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced 
(Launcher.java:282)
at org.codehaus.plexus.classworlds.launcher.Launcher.launch 
(Launcher.java:225)
at org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode 
(Launcher.java:406)
at org.codehaus.plexus.classworlds.launcher.Launcher.main 
(Launcher.java:347)
Caused by: java.lang.ExceptionInInitializerError
at com.thoughtworks.xstream.XStream.setupConverters (XStream.java:679)
at com.thoughtworks.xstream.XStream. (XStream.java:456)
at com.thoughtworks.xstream.XStream. (XStream.java:381)
at com.thoughtworks.xstream.XStream. (XStream.java:356)
at org.apache.maven.plugin.war.util.WebappStructureSerializer. 
(WebappStructureSerializer.java:47)
at 

[jira] [Created] (NETBEANS-6356) (Out of the box) Maven web application does not compile: Error injecting constructor, java.lang.ExceptionInInitializerError

2022-01-03 Thread S. M. (Jira)
S. M. created NETBEANS-6356:
---

 Summary: (Out of the box) Maven web application does not  compile: 
Error injecting constructor, java.lang.ExceptionInInitializerError
 Key: NETBEANS-6356
 URL: https://issues.apache.org/jira/browse/NETBEANS-6356
 Project: NetBeans
  Issue Type: Bug
  Components: javaee - Maven
Affects Versions: 12.6
 Environment: NB 12.6
OpenJKD 17
Glassfish 6.2.1
EE9
Reporter: S. M.


Reproduce:
Make a new (empty) maven web application. 
Right click the project -> build
The following error occurs:

--- maven-war-plugin:2.3:war (default-war) @ testmavenproject1 ---
Error injecting: org.apache.maven.plugin.war.WarMojo
com.google.inject.ProvisionException: Unable to provision, see the following 
errors:

1) Error injecting constructor, java.lang.ExceptionInInitializerError
  at org.apache.maven.plugin.war.WarMojo.(Unknown Source)
  while locating org.apache.maven.plugin.war.WarMojo

1 error
at 
com.google.inject.internal.InternalProvisionException.toProvisionException 
(InternalProvisionException.java:226)
at com.google.inject.internal.InjectorImpl$1.get (InjectorImpl.java:1053)
at com.google.inject.internal.InjectorImpl.getInstance 
(InjectorImpl.java:1086)
at org.eclipse.sisu.space.AbstractDeferredClass.get 
(AbstractDeferredClass.java:48)
at com.google.inject.internal.ProviderInternalFactory.provision 
(ProviderInternalFactory.java:85)
at 
com.google.inject.internal.InternalFactoryToInitializableAdapter.provision 
(InternalFactoryToInitializableAdapter.java:57)
at com.google.inject.internal.ProviderInternalFactory$1.call 
(ProviderInternalFactory.java:66)
at 
com.google.inject.internal.ProvisionListenerStackCallback$Provision.provision 
(ProvisionListenerStackCallback.java:112)
at 
com.google.inject.internal.ProvisionListenerStackCallback$Provision.provision 
(ProvisionListenerStackCallback.java:127)
at com.google.inject.internal.ProvisionListenerStackCallback.provision 
(ProvisionListenerStackCallback.java:66)
at com.google.inject.internal.ProviderInternalFactory.circularGet 
(ProviderInternalFactory.java:61)
at com.google.inject.internal.InternalFactoryToInitializableAdapter.get 
(InternalFactoryToInitializableAdapter.java:47)
at com.google.inject.internal.InjectorImpl$1.get (InjectorImpl.java:1050)
at org.eclipse.sisu.inject.Guice4$1.get (Guice4.java:162)
at org.eclipse.sisu.inject.LazyBeanEntry.getValue (LazyBeanEntry.java:81)
at org.eclipse.sisu.plexus.LazyPlexusBean.getValue (LazyPlexusBean.java:51)
at org.codehaus.plexus.DefaultPlexusContainer.lookup 
(DefaultPlexusContainer.java:263)
at org.codehaus.plexus.DefaultPlexusContainer.lookup 
(DefaultPlexusContainer.java:255)
at 
org.apache.maven.plugin.internal.DefaultMavenPluginManager.getConfiguredMojo 
(DefaultMavenPluginManager.java:520)
at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo 
(DefaultBuildPluginManager.java:124)
at org.apache.maven.lifecycle.internal.MojoExecutor.execute 
(MojoExecutor.java:210)
at org.apache.maven.lifecycle.internal.MojoExecutor.execute 
(MojoExecutor.java:156)
at org.apache.maven.lifecycle.internal.MojoExecutor.execute 
(MojoExecutor.java:148)
at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject 
(LifecycleModuleBuilder.java:117)
at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject 
(LifecycleModuleBuilder.java:81)
at 
org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build
 (SingleThreadedBuilder.java:56)
at org.apache.maven.lifecycle.internal.LifecycleStarter.execute 
(LifecycleStarter.java:128)
at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:305)
at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:192)
at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:105)
at org.apache.maven.cli.MavenCli.execute (MavenCli.java:957)
at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:289)
at org.apache.maven.cli.MavenCli.main (MavenCli.java:193)
at jdk.internal.reflect.NativeMethodAccessorImpl.invoke0 (Native Method)
at jdk.internal.reflect.NativeMethodAccessorImpl.invoke 
(NativeMethodAccessorImpl.java:77)
at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke 
(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke (Method.java:568)
at org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced 
(Launcher.java:282)
at org.codehaus.plexus.classworlds.launcher.Launcher.launch 
(Launcher.java:225)
at org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode 
(Launcher.java:406)
at org.codehaus.plexus.classworlds.launcher.Launcher.main 
(Launcher.java:347)
Caused by: java.lang.ExceptionInInitializerError
at com.thoughtworks.xstream.XStream.setupConverters 

[jira] [Updated] (NETBEANS-5391) JEE8 Syntax not recognized

2022-01-03 Thread S. M. (Jira)


 [ 
https://issues.apache.org/jira/browse/NETBEANS-5391?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

S. M. updated NETBEANS-5391:

Affects Version/s: 12.6

> JEE8 Syntax not recognized
> --
>
> Key: NETBEANS-5391
> URL: https://issues.apache.org/jira/browse/NETBEANS-5391
> Project: NetBeans
>  Issue Type: Bug
>  Components: cnd - Editor
>Affects Versions: 12.2, 12.3, 12.5, 12.6
> Environment: Netbeans 12.2, Java15
>Reporter: S. M.
>Priority: Minor
> Attachments: test.png
>
>
> EE8 / JSF 2.3 syntax of ui:repeat is not properly recognized. Just type:
> {code:java}
> 
>   #{i}
> 
> {code}
> ... see screen shot:
> !test.png!



--
This message was sent by Atlassian Jira
(v8.20.1#820001)

-
To unsubscribe, e-mail: commits-unsubscr...@netbeans.apache.org
For additional commands, e-mail: commits-h...@netbeans.apache.org

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists



[jira] [Commented] (NETBEANS-5099) PhaseListener - RuntimeException

2022-01-03 Thread S. M. (Jira)


[ 
https://issues.apache.org/jira/browse/NETBEANS-5099?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17468134#comment-17468134
 ] 

S. M. commented on NETBEANS-5099:
-

I tried to run the according test project on NB 12.6: All seems to be OK - the 
failure did not occur. In the past the failure only emerged after some time a 
new NB-version was installed and in use: So this is no final judgment. I will 
keep on testing ...

> PhaseListener - RuntimeException
> 
>
> Key: NETBEANS-5099
> URL: https://issues.apache.org/jira/browse/NETBEANS-5099
> Project: NetBeans
>  Issue Type: Bug
>  Components: java - Classpath, java - Compiler, javaee - JSF
>Affects Versions: 12.0, 12.2, 12.3
> Environment: Netbeans 12.3, Glassfish 4 and Glassfish 5, Project: 
> jdk1.8.0_65, Netbeans: jdk-15.0.1
>Reporter: S. M.
>Priority: Blocker
>
> Reopened because: It worked with new NB 12.3 for a week or so - now the 
> Exception popped up again and is lasting now. There where no changes made 
> from my side. 
> By the way: NETBEANS-5098 popped up at the same time.
> The exactly same code works fine when it is compiled and deployed outside 
> Netbeans or with an older Netbeans version. So I feel it is a Netbeans Issue. 
> The project has to be re-compiled in the old IDE before it works in it ... 
> Here comes the error description for reproducing:
> Make an new WebApplication with Glassfish 4.1.2 or 5.0.1. and add JavaServer 
> Faces Framework.
> Add the following faces-config.xml:
> {code}
> 
>xmlns="http://java.sun.com/xml/ns/javaee;
>  xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance;
>  xsi:schemaLocation="http://java.sun.com/xml/ns/javaee 
> [http://java.sun.com/xml/ns/javaee/web-facesconfig_2_0.xsd];>
> 
> test.SessionTimeoutPhaseListener
> 
>  
> {code}
> Add the following class:
> {code}
> package test;
> import javax.faces.event.PhaseEvent;
>  import javax.faces.event.PhaseId;
>  import javax.faces.event.PhaseListener;
> public class SessionTimeoutPhaseListener implements PhaseListener {
> @Override
>  public void beforePhase(PhaseEvent event) {
>  }
> @Override
>  public void afterPhase(PhaseEvent event) {
>  }
> public void handleSessionTimeout(PhaseEvent event) {
>  }
> @Override
>  public PhaseId getPhaseId()
> { return PhaseId.RESTORE_VIEW; }
> }
> {code}
> At deployment (within NB) on Glassfish 4 or 5 the following Exeption occurs.
> {code}
> Info: Initializing Mojarra 2.2.14 ( 20161114-2152 unable to get svn info) for 
> context '/WebApplication1'
>  Severe: Critical error during deployment: 
>  com.sun.faces.config.ConfigurationException: 
>  Source Document: jndi:/server/WebApplication1/WEB-INF/faces-config.xml
>  Cause: Unable to create a new instance of 
> 'test.SessionTimeoutPhaseListener': java.lang.RuntimeException: 
>  at 
> com.sun.faces.config.processor.AbstractConfigProcessor.createInstance(AbstractConfigProcessor.java:378)
>  at 
> com.sun.faces.config.processor.LifecycleConfigProcessor.addPhaseListeners(LifecycleConfigProcessor.java:154)
>  at 
> com.sun.faces.config.processor.LifecycleConfigProcessor.process(LifecycleConfigProcessor.java:132)
>  at 
> com.sun.faces.config.processor.AbstractConfigProcessor.invokeNext(AbstractConfigProcessor.java:152)
>  at 
> com.sun.faces.config.processor.FactoryConfigProcessor.process(FactoryConfigProcessor.java:239)
>  at com.sun.faces.config.ConfigManager.initialize(ConfigManager.java:439)
>  at 
> com.sun.faces.config.ConfigureListener.contextInitialized(ConfigureListener.java:227)
>  at 
> org.apache.catalina.core.StandardContext.contextListenerStart(StandardContext.java:5394)
>  at com.sun.enterprise.web.WebModule.contextListenerStart(WebModule.java:743)
>  at org.apache.catalina.core.StandardContext.start(StandardContext.java:5963)
>  at com.sun.enterprise.web.WebModule.start(WebModule.java:691)
>  at 
> org.apache.catalina.core.ContainerBase.addChildInternal(ContainerBase.java:1041)
>  at org.apache.catalina.core.ContainerBase.addChild(ContainerBase.java:1024)
>  at org.apache.catalina.core.StandardHost.addChild(StandardHost.java:747)
>  at com.sun.enterprise.web.WebContainer.loadWebModule(WebContainer.java:2286)
>  at com.sun.enterprise.web.WebContainer.loadWebModule(WebContainer.java:1932)
>  at com.sun.enterprise.web.WebApplication.start(WebApplication.java:139)
>  at org.glassfish.internal.data.EngineRef.start(EngineRef.java:122)
>  at org.glassfish.internal.data.ModuleInfo.start(ModuleInfo.java:291)
>  at 
> org.glassfish.internal.data.ApplicationInfo.start(ApplicationInfo.java:352)
>  at 
> com.sun.enterprise.v3.server.ApplicationLifecycle.deploy(ApplicationLifecycle.java:500)
>  at 
> com.sun.enterprise.v3.server.ApplicationLifecycle.deploy(ApplicationLifecycle.java:219)
>  at 
> org.glassfish.deployment.admin.DeployCommand.execute(DeployCommand.java:491)
> 

[jira] [Updated] (NETBEANS-6058) new maven action is disabled permanently

2021-09-24 Thread S. M. (Jira)


 [ 
https://issues.apache.org/jira/browse/NETBEANS-6058?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

S. M. updated NETBEANS-6058:

Environment: 
NB 12.5
NB: open-jdk-17 / project: Jkd 11
Win10


  was:
NB 12.5
NB: openjdk version "15.0.1" / project: Jkd 11
Win10



> new maven action is disabled permanently
> 
>
> Key: NETBEANS-6058
> URL: https://issues.apache.org/jira/browse/NETBEANS-6058
> Project: NetBeans
>  Issue Type: Bug
>  Components: apisupport - Maven, projects - Maven
>Affects Versions: 12.5
> Environment: NB 12.5
> NB: open-jdk-17 / project: Jkd 11
> Win10
>Reporter: S. M.
>Priority: Minor
>
> Newly created maven action in project-properties is disabled permanently and 
> can be edited or enabled. So no usefull maven actions can be created.
> How to reproduce:
> Open Project Properties of a maven netbeans project. Klick 'Actions', klick 
> 'Add Custom', Type in an action name and klick OK. The resulting action is 
> disabled - there is no possibility to enable it.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

-
To unsubscribe, e-mail: commits-unsubscr...@netbeans.apache.org
For additional commands, e-mail: commits-h...@netbeans.apache.org

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists



[jira] [Updated] (NETBEANS-6059) Disabling maven actions in project properties does not work

2021-09-24 Thread S. M. (Jira)


 [ 
https://issues.apache.org/jira/browse/NETBEANS-6059?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

S. M. updated NETBEANS-6059:

Environment: 
NB 12.5
NB: open-jdk-17 / project: Jkd 11
Win10


  was:
NB 12.5
NB: openjdk version "15.0.1" / project: Jkd 11
Win10



> Disabling maven actions in project properties does not work
> ---
>
> Key: NETBEANS-6059
> URL: https://issues.apache.org/jira/browse/NETBEANS-6059
> Project: NetBeans
>  Issue Type: Bug
>  Components: apisupport - Maven, projects - Maven
>Affects Versions: 12.5
> Environment: NB 12.5
> NB: open-jdk-17 / project: Jkd 11
> Win10
>Reporter: S. M.
>Priority: Minor
>
> How to reproduce:
> Open project properties of a maven NB project, klick 'Actions', select an 
> action, klick 'disable' -> nothing happens.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

-
To unsubscribe, e-mail: commits-unsubscr...@netbeans.apache.org
For additional commands, e-mail: commits-h...@netbeans.apache.org

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists



[jira] [Updated] (NETBEANS-6059) Disabling maven actions in project properties does not work

2021-09-24 Thread S. M. (Jira)


 [ 
https://issues.apache.org/jira/browse/NETBEANS-6059?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

S. M. updated NETBEANS-6059:

Description: 
How to reproduce:

Open project properties of a maven NB project, klick 'Actions', select an 
action, klick 'disable' -> nothing happens.

  was:
How to reproduce:

Open project properties of a maven NB project, klick 'Actions', select an 
action, klic 'disable' -> nothing happens.


> Disabling maven actions in project properties does not work
> ---
>
> Key: NETBEANS-6059
> URL: https://issues.apache.org/jira/browse/NETBEANS-6059
> Project: NetBeans
>  Issue Type: Bug
>  Components: apisupport - Maven, projects - Maven
>Affects Versions: 12.5
> Environment: NB 12.5
> NB: openjdk version "15.0.1" / project: Jkd 11
> Win10
>Reporter: S. M.
>Priority: Minor
>
> How to reproduce:
> Open project properties of a maven NB project, klick 'Actions', select an 
> action, klick 'disable' -> nothing happens.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

-
To unsubscribe, e-mail: commits-unsubscr...@netbeans.apache.org
For additional commands, e-mail: commits-h...@netbeans.apache.org

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists



[jira] [Created] (NETBEANS-6059) Disabling maven actions in project properties does not work

2021-09-24 Thread S. M. (Jira)
S. M. created NETBEANS-6059:
---

 Summary: Disabling maven actions in project properties does not 
work
 Key: NETBEANS-6059
 URL: https://issues.apache.org/jira/browse/NETBEANS-6059
 Project: NetBeans
  Issue Type: Bug
  Components: apisupport - Maven, projects - Maven
Affects Versions: 12.5
 Environment: NB 12.5
NB: openjdk version "15.0.1" / project: Jkd 11
Win10

Reporter: S. M.


How to reproduce:

Open project properties of a maven NB project, klick 'Actions', select an 
action, klic 'disable' -> nothing happens.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

-
To unsubscribe, e-mail: commits-unsubscr...@netbeans.apache.org
For additional commands, e-mail: commits-h...@netbeans.apache.org

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists



[jira] [Created] (NETBEANS-6058) new maven action is disabled permanently

2021-09-24 Thread S. M. (Jira)
S. M. created NETBEANS-6058:
---

 Summary: new maven action is disabled permanently
 Key: NETBEANS-6058
 URL: https://issues.apache.org/jira/browse/NETBEANS-6058
 Project: NetBeans
  Issue Type: Bug
  Components: apisupport - Maven, projects - Maven
Affects Versions: 12.5
 Environment: NB 12.5
NB: openjdk version "15.0.1" / project: Jkd 11
Win10

Reporter: S. M.


Newly created maven action in project-properties is disabled permanently and 
can be edited or enabled. So no usefull maven actions can be created.

How to reproduce:
Open Project Properties of a maven netbeans project. Klick 'Actions', klick 
'Add Custom', Type in an action name and klick OK. The resulting action is 
disabled - there is no possibility to enable it.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

-
To unsubscribe, e-mail: commits-unsubscr...@netbeans.apache.org
For additional commands, e-mail: commits-h...@netbeans.apache.org

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists



[jira] [Comment Edited] (NETBEANS-5734) JDK-Selection for Glassfish 6.1 is restricted to JDK 1.8

2021-09-21 Thread S. M. (Jira)


[ 
https://issues.apache.org/jira/browse/NETBEANS-5734?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17418207#comment-17418207
 ] 

S. M. edited comment on NETBEANS-5734 at 9/21/21, 5:34 PM:
---

Thanks for fixing this! Now it works for GF 6.1 and NB 12.5. But für the latest 
glassfish-6.2.1 it is the very same problem. Perhaps it would be better to do 
not restrict the jdk-selection at all and let the user take care to use a 
propper jdk-version?


was (Author: helper14):
Thanks for fixing this! Now it works for GF 6.1 and NB 12.5. But für the latest 
glassfish-6.2.1 it is the very same problem. Perhaps it would be better not to 
restrict the jdk-selection at all and let the user take care to use a propper 
jdk-version?

> JDK-Selection for Glassfish 6.1 is restricted to JDK 1.8
> 
>
> Key: NETBEANS-5734
> URL: https://issues.apache.org/jira/browse/NETBEANS-5734
> Project: NetBeans
>  Issue Type: Bug
>  Components: serverplugins - GlassFish
>Affects Versions: 12.5
>Reporter: S. M.
>Assignee: Nicola Ken Barozzi
>Priority: Blocker
> Fix For: 12.5
>
> Attachments: netbeans_bug-2.png, netbeans_bug-3.png
>
>
> When I try to assign a JDK to a Glassfish-6.1-Server the selection is 
> restricted to JDK 1.8-versions though ther are other JDK's configured in the 
> Java Platform Manager (e.g. JDK 11). 
> !netbeans_bug-2.png!
> !netbeans_bug-3.png!



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

-
To unsubscribe, e-mail: commits-unsubscr...@netbeans.apache.org
For additional commands, e-mail: commits-h...@netbeans.apache.org

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists



[jira] [Updated] (NETBEANS-5734) JDK-Selection for Glassfish 6.1 is restricted to JDK 1.8

2021-09-21 Thread S. M. (Jira)


 [ 
https://issues.apache.org/jira/browse/NETBEANS-5734?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

S. M. updated NETBEANS-5734:

Affects Version/s: (was: 12.4)
   12.5

> JDK-Selection for Glassfish 6.1 is restricted to JDK 1.8
> 
>
> Key: NETBEANS-5734
> URL: https://issues.apache.org/jira/browse/NETBEANS-5734
> Project: NetBeans
>  Issue Type: Bug
>  Components: serverplugins - GlassFish
>Affects Versions: 12.5
>Reporter: S. M.
>Assignee: Nicola Ken Barozzi
>Priority: Blocker
> Fix For: 12.5
>
> Attachments: netbeans_bug-2.png, netbeans_bug-3.png
>
>
> When I try to assign a JDK to a Glassfish-6.1-Server the selection is 
> restricted to JDK 1.8-versions though ther are other JDK's configured in the 
> Java Platform Manager (e.g. JDK 11). 
> !netbeans_bug-2.png!
> !netbeans_bug-3.png!



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

-
To unsubscribe, e-mail: commits-unsubscr...@netbeans.apache.org
For additional commands, e-mail: commits-h...@netbeans.apache.org

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists



[jira] [Updated] (NETBEANS-5391) JEE8 Syntax not recognized

2021-09-21 Thread S. M. (Jira)


 [ 
https://issues.apache.org/jira/browse/NETBEANS-5391?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

S. M. updated NETBEANS-5391:

Affects Version/s: 12.5

> JEE8 Syntax not recognized
> --
>
> Key: NETBEANS-5391
> URL: https://issues.apache.org/jira/browse/NETBEANS-5391
> Project: NetBeans
>  Issue Type: Bug
>  Components: cnd - Editor
>Affects Versions: 12.2, 12.3, 12.5
> Environment: Netbeans 12.2, Java15
>Reporter: S. M.
>Priority: Minor
> Attachments: test.png
>
>
> EE8 / JSF 2.3 syntax of ui:repeat is not properly recognized. Just type:
> {code:java}
> 
>   #{i}
> 
> {code}
> ... see screen shot:
> !test.png!



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

-
To unsubscribe, e-mail: commits-unsubscr...@netbeans.apache.org
For additional commands, e-mail: commits-h...@netbeans.apache.org

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists



[jira] [Closed] (NETBEANS-5735) Fatal exception starting Glassfish 6.1

2021-09-21 Thread S. M. (Jira)


 [ 
https://issues.apache.org/jira/browse/NETBEANS-5735?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

S. M. closed NETBEANS-5735.
---
Resolution: Duplicate

duplicate NETBEANS-5734

> Fatal exception starting Glassfish 6.1
> --
>
> Key: NETBEANS-5735
> URL: https://issues.apache.org/jira/browse/NETBEANS-5735
> Project: NetBeans
>  Issue Type: Bug
>  Components: serverplugins - GlassFish
>Affects Versions: 12.4
>Reporter: S. M.
>Priority: Blocker
> Attachments: netbeans_bug.png
>
>
> When I try to start Glassfish-6.1 within the Services-Server-Tab with JDK-1.8 
> it does not start, instead the following is displayed:
> Error: Could not create the Java Virtual Machine.
> Error: A fatal exception has occurred. Program will exit.
> Unrecognized option: --add-opens=java.rmi/sun.rmi.transport=ALL-UNNAMED
> I guess it is because of Glassfish-6.1 is compiled with JDK-11 ... but I 
> can't assign JDK-11 to the Glassfish-Instance because of Bug NETBEANS-5734.  
> !netbeans_bug.png!



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

-
To unsubscribe, e-mail: commits-unsubscr...@netbeans.apache.org
For additional commands, e-mail: commits-h...@netbeans.apache.org

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists



[jira] [Reopened] (NETBEANS-5734) JDK-Selection for Glassfish 6.1 is restricted to JDK 1.8

2021-09-21 Thread S. M. (Jira)


 [ 
https://issues.apache.org/jira/browse/NETBEANS-5734?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

S. M. reopened NETBEANS-5734:
-

Thanks for fixing this! Now it works for GF 6.1 and NB 12.5. But für the latest 
glassfish-6.2.1 it is the very same problem. Perhaps it would be better not to 
restrict the jdk-selection at all and let the user take care to use a propper 
jdk-version?

> JDK-Selection for Glassfish 6.1 is restricted to JDK 1.8
> 
>
> Key: NETBEANS-5734
> URL: https://issues.apache.org/jira/browse/NETBEANS-5734
> Project: NetBeans
>  Issue Type: Bug
>  Components: serverplugins - GlassFish
>Affects Versions: 12.4
>Reporter: S. M.
>Assignee: Nicola Ken Barozzi
>Priority: Blocker
> Fix For: 12.5
>
> Attachments: netbeans_bug-2.png, netbeans_bug-3.png
>
>
> When I try to assign a JDK to a Glassfish-6.1-Server the selection is 
> restricted to JDK 1.8-versions though ther are other JDK's configured in the 
> Java Platform Manager (e.g. JDK 11). 
> !netbeans_bug-2.png!
> !netbeans_bug-3.png!



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

-
To unsubscribe, e-mail: commits-unsubscr...@netbeans.apache.org
For additional commands, e-mail: commits-h...@netbeans.apache.org

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists



[jira] [Commented] (NETBEANS-2235) junit-debug.xml complains about junit.jar not in the classpath

2021-06-18 Thread S. M. (Jira)


[ 
https://issues.apache.org/jira/browse/NETBEANS-2235?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17365694#comment-17365694
 ] 

S. M. commented on NETBEANS-2235:
-

The above link is broken. I have the same error and is it easy to reproduce: 
Create a new Java-Application (Ant). Select the created 'Main-Class' -> Click 
Tools -> Create/Update Tests -> Select Framwork 'JUnit' (which seems so be 
JUnit 5); Run the created Test.

> junit-debug.xml complains about junit.jar not in the classpath
> --
>
> Key: NETBEANS-2235
> URL: https://issues.apache.org/jira/browse/NETBEANS-2235
> Project: NetBeans
>  Issue Type: Bug
>Affects Versions: 11.0
>Reporter: Vano Beridze
>Priority: Major
>
> Follow the instructions
> [http://netbeans-vm.apache.org/synergy/client/app/index.html#/specification/373/v/2]
> Test 7.2
> It gives the error
> %USERDIR%\AppData\Local\NetBeans\Cache\11.0\executor-snippets\junit-debug.xml:222:
>  The following error occurred while executing this line:
> %USERDIR%\AppData\Local\NetBeans\Cache\11.0\executor-snippets\junit-debug.xml:157:
>  The  or  for  must include junit.jar if not in 
> Ant's own classpath



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

-
To unsubscribe, e-mail: commits-unsubscr...@netbeans.apache.org
For additional commands, e-mail: commits-h...@netbeans.apache.org

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists



[jira] [Comment Edited] (NETBEANS-2235) junit-debug.xml complains about junit.jar not in the classpath

2021-06-18 Thread S. M. (Jira)


[ 
https://issues.apache.org/jira/browse/NETBEANS-2235?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17365694#comment-17365694
 ] 

S. M. edited comment on NETBEANS-2235 at 6/18/21, 8:09 PM:
---

The above link is broken. I have the same error and it is easy to reproduce: 
Create a new Java-Application (Ant). Select the created 'Main-Class' -> Click 
Tools -> Create/Update Tests -> Select Framwork 'JUnit' (which seems so be 
JUnit 5); Run the created Test.


was (Author: helper14):
The above link is broken. I have the same error and is it easy to reproduce: 
Create a new Java-Application (Ant). Select the created 'Main-Class' -> Click 
Tools -> Create/Update Tests -> Select Framwork 'JUnit' (which seems so be 
JUnit 5); Run the created Test.

> junit-debug.xml complains about junit.jar not in the classpath
> --
>
> Key: NETBEANS-2235
> URL: https://issues.apache.org/jira/browse/NETBEANS-2235
> Project: NetBeans
>  Issue Type: Bug
>Affects Versions: 11.0
>Reporter: Vano Beridze
>Priority: Major
>
> Follow the instructions
> [http://netbeans-vm.apache.org/synergy/client/app/index.html#/specification/373/v/2]
> Test 7.2
> It gives the error
> %USERDIR%\AppData\Local\NetBeans\Cache\11.0\executor-snippets\junit-debug.xml:222:
>  The following error occurred while executing this line:
> %USERDIR%\AppData\Local\NetBeans\Cache\11.0\executor-snippets\junit-debug.xml:157:
>  The  or  for  must include junit.jar if not in 
> Ant's own classpath



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

-
To unsubscribe, e-mail: commits-unsubscr...@netbeans.apache.org
For additional commands, e-mail: commits-h...@netbeans.apache.org

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists



[jira] [Updated] (NETBEANS-5734) JDK-Selection for Glassfish 6.1 is restricted to JDK 1.8

2021-06-03 Thread S. M. (Jira)


 [ 
https://issues.apache.org/jira/browse/NETBEANS-5734?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

S. M. updated NETBEANS-5734:

Description: 
When I try to assign a JDK to a Glassfish-6.1-Server the selection is 
restricted to JDK 1.8-versions though ther are other JDK's configured in the 
Java Platform Manager (e.g. JDK 11). 

!netbeans_bug-2.png!

!netbeans_bug-3.png!


  was:
When I try to assign a JDK to a Glassfish-6.1-Server the selection is 
restrikted to JDK 1.8-versions though ther are other JDK's configured in the 
Java Platform Manager (e.g. JDK 11). 

!netbeans_bug-2.png!

!netbeans_bug-3.png!



> JDK-Selection for Glassfish 6.1 is restricted to JDK 1.8
> 
>
> Key: NETBEANS-5734
> URL: https://issues.apache.org/jira/browse/NETBEANS-5734
> Project: NetBeans
>  Issue Type: Bug
>  Components: serverplugins - GlassFish
>Affects Versions: 12.4
>Reporter: S. M.
>Priority: Blocker
> Attachments: netbeans_bug-2.png, netbeans_bug-3.png
>
>
> When I try to assign a JDK to a Glassfish-6.1-Server the selection is 
> restricted to JDK 1.8-versions though ther are other JDK's configured in the 
> Java Platform Manager (e.g. JDK 11). 
> !netbeans_bug-2.png!
> !netbeans_bug-3.png!



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

-
To unsubscribe, e-mail: commits-unsubscr...@netbeans.apache.org
For additional commands, e-mail: commits-h...@netbeans.apache.org

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists



[jira] [Updated] (NETBEANS-5734) JDK-Selection for Glassfish 6.1 is restricted to JDK 1.8

2021-05-30 Thread S. M. (Jira)


 [ 
https://issues.apache.org/jira/browse/NETBEANS-5734?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

S. M. updated NETBEANS-5734:

Description: 
When I try to assign a JDK to a Glassfish-6.1-Server the selection is 
restrikted to JDK 1.8-versions though ther are other JDK's configured in the 
Java Platform Manager (e.g. JDK 11). 

!netbeans_bug-2.png!

!netbeans_bug-3.png!


  was:
When I try to assign a JDK to a Glassfish-6.1-Server the selection is 
restrikted to JDK 1.8-versions thow ther are other JDK's configured in the Java 
Platform Manager (e.g. JDK 11). 

!netbeans_bug-2.png!

!netbeans_bug-3.png!



> JDK-Selection for Glassfish 6.1 is restricted to JDK 1.8
> 
>
> Key: NETBEANS-5734
> URL: https://issues.apache.org/jira/browse/NETBEANS-5734
> Project: NetBeans
>  Issue Type: Bug
>  Components: serverplugins - GlassFish
>Affects Versions: 12.4
>Reporter: S. M.
>Priority: Blocker
> Attachments: netbeans_bug-2.png, netbeans_bug-3.png
>
>
> When I try to assign a JDK to a Glassfish-6.1-Server the selection is 
> restrikted to JDK 1.8-versions though ther are other JDK's configured in the 
> Java Platform Manager (e.g. JDK 11). 
> !netbeans_bug-2.png!
> !netbeans_bug-3.png!



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

-
To unsubscribe, e-mail: commits-unsubscr...@netbeans.apache.org
For additional commands, e-mail: commits-h...@netbeans.apache.org

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists



[jira] [Updated] (NETBEANS-2275) Importing WSDL on Java Application, error during compile

2021-05-30 Thread S. M. (Jira)


 [ 
https://issues.apache.org/jira/browse/NETBEANS-2275?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

S. M. updated NETBEANS-2275:

Affects Version/s: 12.4

> Importing WSDL on Java Application, error during compile
> 
>
> Key: NETBEANS-2275
> URL: https://issues.apache.org/jira/browse/NETBEANS-2275
> Project: NetBeans
>  Issue Type: Bug
>  Components: java - Project
>Affects Versions: 9.0, 11.0, 12.0, 12.4
> Environment: Windows 10, macOS 10.15
>Reporter: David Baldo
>Priority: Major
>
> I've an error while trying to create a new WSDL Client in Java Application 
> project
> Steps to reproduce:
> # Create a new Java Application project
>  # Create new WSDL Client
>  # find a WSDL source (tried with my internal wsdl and 
> [http://www.dneonline.com/calculator.asmx?WSDL)]
>  # Have this error: ant -f 
> C:\\Users\\David\\Desktop\\Lavoro\\RedEvo\\redevoclients\\Calculator 
> wsimport-client-calculator
> init:
> wsimport-init:
> Created dir: 
> C:\Users\David\Desktop\Lavoro\RedEvo\redevoclients\Calculator\build\generated-sources\jax-ws
> C:\Users\David\Desktop\Lavoro\RedEvo\redevoclients\Calculator\nbproject\jaxws-build.xml:15:
>  taskdef A class needed by class com.sun.tools.ws.ant.WsImport cannot be 
> found: com/sun/istack/tools/ProtectedTask
>  using the classloader 
> AntClassLoader[C:\netbeans-apache\netbeans9\java\modules\ext\jaxws22\FastInfoset.jar;C:\netbeans-apache\netbeans9\java\modules\ext\jaxws22\gmbal-api-only.jar;C:\netbeans-apache\netbeans9\java\modules\ext\jaxws22\ha-api.jar;C:\netbeans-apache\netbeans9\java\modules\ext\jaxws22\javax.mail_1.4.jar;C:\netbeans-apache\netbeans9\java\modules\ext\jaxws22\jaxws-rt.jar;C:\netbeans-apache\netbeans9\java\modules\ext\jaxws22\saaj-impl.jar;C:\netbeans-apache\netbeans9\java\modules\ext\jaxws22\stax2-api.jar;C:\netbeans-apache\netbeans9\java\modules\ext\jaxws22\woodstox-core-asl.jar;C:\netbeans-apache\netbeans9\java\modules\ext\jaxws22\stax-ex.jar;C:\netbeans-apache\netbeans9\java\modules\ext\jaxws22\streambuffer.jar;C:\netbeans-apache\netbeans9\java\modules\ext\jaxws22\policy.jar;C:\netbeans-apache\netbeans9\java\modules\ext\jaxws22\management-api.jar;C:\netbeans-apache\netbeans9\java\modules\ext\jaxws22\jaxws-tools.jar;C:\netbeans-apache\netbeans9\java\modules\ext\jaxws22\mimepull.jar;C:\netbeans-apache\netbeans9\java\modules\ext\jaxws22\api\jaxws-api.jar;C:\netbeans-apache\netbeans9\java\modules\ext\jaxws22\api\jsr181-api.jar;C:\netbeans-apache\netbeans9\java\modules\ext\jaxws22\api\javax.annotation.jar;C:\netbeans-apache\netbeans9\java\modules\ext\jaxws22\api\saaj-api.jar;C:\netbeans-apache\netbeans9\ide\modules\ext\jaxb\activation.jar;C:\netbeans-apache\netbeans9\ide\modules\ext\jaxb\api\jaxb-api.jar]
> BUILD FAILED (total time: 0 seconds)



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

-
To unsubscribe, e-mail: commits-unsubscr...@netbeans.apache.org
For additional commands, e-mail: commits-h...@netbeans.apache.org

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists



[jira] [Updated] (NETBEANS-5734) JDK-Selection for Glassfish 6.1 is restricted to JDK 1.8

2021-05-30 Thread S. M. (Jira)


 [ 
https://issues.apache.org/jira/browse/NETBEANS-5734?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

S. M. updated NETBEANS-5734:

Summary: JDK-Selection for Glassfish 6.1 is restricted to JDK 1.8  (was: 
JDK-Selection for Glassfish is restricted to JDK 1.8)

> JDK-Selection for Glassfish 6.1 is restricted to JDK 1.8
> 
>
> Key: NETBEANS-5734
> URL: https://issues.apache.org/jira/browse/NETBEANS-5734
> Project: NetBeans
>  Issue Type: Bug
>  Components: serverplugins - GlassFish
>Affects Versions: 12.4
>Reporter: S. M.
>Priority: Blocker
> Attachments: netbeans_bug-2.png, netbeans_bug-3.png
>
>
> When I try to assign a JDK to a Glassfish-6.1-Server the selection is 
> restrikted to JDK 1.8-versions thow ther are other JDK's configured in the 
> Java Platform Manager (e.g. JDK 11). 
> !netbeans_bug-2.png!
> !netbeans_bug-3.png!



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

-
To unsubscribe, e-mail: commits-unsubscr...@netbeans.apache.org
For additional commands, e-mail: commits-h...@netbeans.apache.org

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists



[jira] [Updated] (NETBEANS-5255) Double deployment in maven web application

2021-05-30 Thread S. M. (Jira)


 [ 
https://issues.apache.org/jira/browse/NETBEANS-5255?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

S. M. updated NETBEANS-5255:

Affects Version/s: 12.4

> Double deployment in maven web application
> --
>
> Key: NETBEANS-5255
> URL: https://issues.apache.org/jira/browse/NETBEANS-5255
> Project: NetBeans
>  Issue Type: Bug
>  Components: apisupport - Maven
>Affects Versions: 12.2, 12.3, 12.4
> Environment: Netbeans 12.2, Glassfish 4, Project: jdk1.8.0_65, 
> Netbeans: jdk 14.01
> and
> Netbeans 12.3, Glassfish 5.0.1; jdk-15.0.1
>Reporter: S. M.
>Priority: Major
> Attachments: screenshot_double_deployment.png
>
>
> Create a maven web application. Clean and build the project. When you run the 
> project, it is deployed two times. (Which is a menace for large projects)
>  
>  
> !screenshot_double_deployment.png!



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

-
To unsubscribe, e-mail: commits-unsubscr...@netbeans.apache.org
For additional commands, e-mail: commits-h...@netbeans.apache.org

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists



[jira] [Updated] (NETBEANS-5255) Double deployment in maven web application

2021-05-30 Thread S. M. (Jira)


 [ 
https://issues.apache.org/jira/browse/NETBEANS-5255?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

S. M. updated NETBEANS-5255:

Summary: Double deployment in maven web application  (was: Duplicate 
deployment in maven web application)

> Double deployment in maven web application
> --
>
> Key: NETBEANS-5255
> URL: https://issues.apache.org/jira/browse/NETBEANS-5255
> Project: NetBeans
>  Issue Type: Bug
>  Components: apisupport - Maven
>Affects Versions: 12.2, 12.3
> Environment: Netbeans 12.2, Glassfish 4, Project: jdk1.8.0_65, 
> Netbeans: jdk 14.01
> and
> Netbeans 12.3, Glassfish 5.0.1; jdk-15.0.1
>Reporter: S. M.
>Priority: Major
> Attachments: screenshot_double_deployment.png
>
>
> Create a maven web application. Clean and build the project. When you run the 
> project, it is deployed two times. (Which is a menace for large projects)
>  
>  
> !screenshot_double_deployment.png!



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

-
To unsubscribe, e-mail: commits-unsubscr...@netbeans.apache.org
For additional commands, e-mail: commits-h...@netbeans.apache.org

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists



[jira] [Updated] (NETBEANS-5735) Fatal exception starting Glassfish 6.1

2021-05-30 Thread S. M. (Jira)


 [ 
https://issues.apache.org/jira/browse/NETBEANS-5735?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

S. M. updated NETBEANS-5735:

Description: 
When I try to start Glassfish-6.1 within the Services-Server-Tab with JDK-1.8 
it does not start, instead the following is displayed:

Error: Could not create the Java Virtual Machine.
Error: A fatal exception has occurred. Program will exit.
Unrecognized option: --add-opens=java.rmi/sun.rmi.transport=ALL-UNNAMED

I guess it is because of Glassfish-6.1 is compiled with JDK-11 ... but I can't 
assign JDK-11 to the Glassfish-Instance because of Bug NETBEANS-5734.  

!netbeans_bug.png!



  was:
When I try to start Glassfish-6.1 within the Services-Server-Tab it does not 
start, instead the following is displayed:

Error: Could not create the Java Virtual Machine.
Error: A fatal exception has occurred. Program will exit.
Unrecognized option: --add-opens=java.rmi/sun.rmi.transport=ALL-UNNAMED

Starting Glassfish-6.1 outside of Netbeans in a terminal (with the same 
1.8-JDK) works properly.

!netbeans_bug.png!




> Fatal exception starting Glassfish 6.1
> --
>
> Key: NETBEANS-5735
> URL: https://issues.apache.org/jira/browse/NETBEANS-5735
> Project: NetBeans
>  Issue Type: Bug
>  Components: serverplugins - GlassFish
>Affects Versions: 12.4
>Reporter: S. M.
>Priority: Blocker
> Attachments: netbeans_bug.png
>
>
> When I try to start Glassfish-6.1 within the Services-Server-Tab with JDK-1.8 
> it does not start, instead the following is displayed:
> Error: Could not create the Java Virtual Machine.
> Error: A fatal exception has occurred. Program will exit.
> Unrecognized option: --add-opens=java.rmi/sun.rmi.transport=ALL-UNNAMED
> I guess it is because of Glassfish-6.1 is compiled with JDK-11 ... but I 
> can't assign JDK-11 to the Glassfish-Instance because of Bug NETBEANS-5734.  
> !netbeans_bug.png!



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

-
To unsubscribe, e-mail: commits-unsubscr...@netbeans.apache.org
For additional commands, e-mail: commits-h...@netbeans.apache.org

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists



[jira] [Updated] (NETBEANS-5735) Fatal exception starting Glassfish 6.1

2021-05-30 Thread S. M. (Jira)


 [ 
https://issues.apache.org/jira/browse/NETBEANS-5735?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

S. M. updated NETBEANS-5735:

Description: 
When I try to start Glassfish-6.1 within the Services-Server-Tab it does not 
start, instead the following is displayed:

Error: Could not create the Java Virtual Machine.
Error: A fatal exception has occurred. Program will exit.
Unrecognized option: --add-opens=java.rmi/sun.rmi.transport=ALL-UNNAMED

Starting Glassfish-6.1 outside of Netbeans in a terminal (with the same 
1.8-JDK) works properly.

!netbeans_bug.png!



  was:
When I try to start Glassfish-6.1 within the Services-Server-Tab it does not 
start, instead the following is displayed:

Error: Could not create the Java Virtual Machine.
Error: A fatal exception has occurred. Program will exit.
Unrecognized option: --add-opens=java.rmi/sun.rmi.transport=ALL-UNNAMED

Starting Glassfish-6.1 in a Terminal (with the same 1.8-JDK) works properly.

!netbeans_bug.png!




> Fatal exception starting Glassfish 6.1
> --
>
> Key: NETBEANS-5735
> URL: https://issues.apache.org/jira/browse/NETBEANS-5735
> Project: NetBeans
>  Issue Type: Bug
>  Components: serverplugins - GlassFish
>Affects Versions: 12.4
>Reporter: S. M.
>Priority: Blocker
> Attachments: netbeans_bug.png
>
>
> When I try to start Glassfish-6.1 within the Services-Server-Tab it does not 
> start, instead the following is displayed:
> Error: Could not create the Java Virtual Machine.
> Error: A fatal exception has occurred. Program will exit.
> Unrecognized option: --add-opens=java.rmi/sun.rmi.transport=ALL-UNNAMED
> Starting Glassfish-6.1 outside of Netbeans in a terminal (with the same 
> 1.8-JDK) works properly.
> !netbeans_bug.png!



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

-
To unsubscribe, e-mail: commits-unsubscr...@netbeans.apache.org
For additional commands, e-mail: commits-h...@netbeans.apache.org

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists



[jira] [Updated] (NETBEANS-5735) Fatal exception starting Glassfish 6.1

2021-05-30 Thread S. M. (Jira)


 [ 
https://issues.apache.org/jira/browse/NETBEANS-5735?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

S. M. updated NETBEANS-5735:

Description: 
When I try to start Glassfish-6.1 within the Services-Server-Tab it does not 
start, instead the following is displayed:

Error: Could not create the Java Virtual Machine.
Error: A fatal exception has occurred. Program will exit.
Unrecognized option: --add-opens=java.rmi/sun.rmi.transport=ALL-UNNAMED

Starting Glassfish-6.1 in a Terminal (with the same 1.8-JDK) works properly.

!netbeans_bug.png!



  was:
When I try to start Glassfish-6.1 within the Services-Server-Tab it does not 
start, instead the following is displayed:

Error: Could not create the Java Virtual Machine.
Error: A fatal exception has occurred. Program will exit.
Unrecognized option: --add-opens=java.rmi/sun.rmi.transport=ALL-UNNAMED

Starting Glassfish-6.1 in a Terminal (with the same 1.8-JDK) works properly.

!netbeans_bug.png"




> Fatal exception starting Glassfish 6.1
> --
>
> Key: NETBEANS-5735
> URL: https://issues.apache.org/jira/browse/NETBEANS-5735
> Project: NetBeans
>  Issue Type: Bug
>  Components: serverplugins - GlassFish
>Affects Versions: 12.4
>Reporter: S. M.
>Priority: Blocker
> Attachments: netbeans_bug.png
>
>
> When I try to start Glassfish-6.1 within the Services-Server-Tab it does not 
> start, instead the following is displayed:
> Error: Could not create the Java Virtual Machine.
> Error: A fatal exception has occurred. Program will exit.
> Unrecognized option: --add-opens=java.rmi/sun.rmi.transport=ALL-UNNAMED
> Starting Glassfish-6.1 in a Terminal (with the same 1.8-JDK) works properly.
> !netbeans_bug.png!



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

-
To unsubscribe, e-mail: commits-unsubscr...@netbeans.apache.org
For additional commands, e-mail: commits-h...@netbeans.apache.org

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists



[jira] [Updated] (NETBEANS-5735) Fatal exception starting Glassfish 6.1

2021-05-30 Thread S. M. (Jira)


 [ 
https://issues.apache.org/jira/browse/NETBEANS-5735?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

S. M. updated NETBEANS-5735:

Attachment: netbeans_bug.png

> Fatal exception starting Glassfish 6.1
> --
>
> Key: NETBEANS-5735
> URL: https://issues.apache.org/jira/browse/NETBEANS-5735
> Project: NetBeans
>  Issue Type: Bug
>  Components: serverplugins - GlassFish
>Affects Versions: 12.4
>Reporter: S. M.
>Priority: Blocker
> Attachments: netbeans_bug.png
>
>
> When I try to start Glassfish-6.1 within the Services-Server-Tab it does not 
> start, instead the following is displayed:
> Error: Could not create the Java Virtual Machine.
> Error: A fatal exception has occurred. Program will exit.
> Unrecognized option: --add-opens=java.rmi/sun.rmi.transport=ALL-UNNAMED
> Starting Glassfish-6.1 in a Terminal (with the same 1.8-JDK) works properly.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

-
To unsubscribe, e-mail: commits-unsubscr...@netbeans.apache.org
For additional commands, e-mail: commits-h...@netbeans.apache.org

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists



[jira] [Updated] (NETBEANS-5735) Fatal exception starting Glassfish 6.1

2021-05-30 Thread S. M. (Jira)


 [ 
https://issues.apache.org/jira/browse/NETBEANS-5735?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

S. M. updated NETBEANS-5735:

Description: 
When I try to start Glassfish-6.1 within the Services-Server-Tab it does not 
start, instead the following is displayed:

Error: Could not create the Java Virtual Machine.
Error: A fatal exception has occurred. Program will exit.
Unrecognized option: --add-opens=java.rmi/sun.rmi.transport=ALL-UNNAMED

Starting Glassfish-6.1 in a Terminal (with the same 1.8-JDK) works properly.

!netbeans_bug.png"



  was:
When I try to start Glassfish-6.1 within the Services-Server-Tab it does not 
start, instead the following is displayed:

Error: Could not create the Java Virtual Machine.
Error: A fatal exception has occurred. Program will exit.
Unrecognized option: --add-opens=java.rmi/sun.rmi.transport=ALL-UNNAMED

Starting Glassfish-6.1 in a Terminal (with the same 1.8-JDK) works properly.




> Fatal exception starting Glassfish 6.1
> --
>
> Key: NETBEANS-5735
> URL: https://issues.apache.org/jira/browse/NETBEANS-5735
> Project: NetBeans
>  Issue Type: Bug
>  Components: serverplugins - GlassFish
>Affects Versions: 12.4
>Reporter: S. M.
>Priority: Blocker
> Attachments: netbeans_bug.png
>
>
> When I try to start Glassfish-6.1 within the Services-Server-Tab it does not 
> start, instead the following is displayed:
> Error: Could not create the Java Virtual Machine.
> Error: A fatal exception has occurred. Program will exit.
> Unrecognized option: --add-opens=java.rmi/sun.rmi.transport=ALL-UNNAMED
> Starting Glassfish-6.1 in a Terminal (with the same 1.8-JDK) works properly.
> !netbeans_bug.png"



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

-
To unsubscribe, e-mail: commits-unsubscr...@netbeans.apache.org
For additional commands, e-mail: commits-h...@netbeans.apache.org

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists



[jira] [Created] (NETBEANS-5735) Fatal exception starting Glassfish 6.1

2021-05-30 Thread S. M. (Jira)
S. M. created NETBEANS-5735:
---

 Summary: Fatal exception starting Glassfish 6.1
 Key: NETBEANS-5735
 URL: https://issues.apache.org/jira/browse/NETBEANS-5735
 Project: NetBeans
  Issue Type: Bug
  Components: serverplugins - GlassFish
Affects Versions: 12.4
Reporter: S. M.


When I try to start Glassfish-6.1 within the Services-Server-Tab it does not 
start, instead the following is displayed:

Error: Could not create the Java Virtual Machine.
Error: A fatal exception has occurred. Program will exit.
Unrecognized option: --add-opens=java.rmi/sun.rmi.transport=ALL-UNNAMED

Starting Glassfish-6.1 in a Terminal (with the same 1.8-JDK) works properly.





--
This message was sent by Atlassian Jira
(v8.3.4#803005)

-
To unsubscribe, e-mail: commits-unsubscr...@netbeans.apache.org
For additional commands, e-mail: commits-h...@netbeans.apache.org

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists



[jira] [Updated] (NETBEANS-5734) JDK-Selection for Glassfish is restricted to JDK 1.8

2021-05-30 Thread S. M. (Jira)


 [ 
https://issues.apache.org/jira/browse/NETBEANS-5734?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

S. M. updated NETBEANS-5734:

Description: 
When I try to assign a JDK to a Glassfish-6.1-Server the selection is 
restrikted to JDK 1.8-versions thow ther are other JDK's configured in the Java 
Platform Manager (e.g. JDK 11). 

!netbeans_bug-2.png!

!netbeans_bug-3.png!


  was:
When I try to assign a JDK to a Glassfish 6.1-Server the selection is 
restrikted to JDK 1.8 thow ther are other JDK's configured in the Java Platform 
Manager (e.g. JDK 11). 

!netbeans_bug-2.png!

!netbeans_bug-3.png!



> JDK-Selection for Glassfish is restricted to JDK 1.8
> 
>
> Key: NETBEANS-5734
> URL: https://issues.apache.org/jira/browse/NETBEANS-5734
> Project: NetBeans
>  Issue Type: Bug
>  Components: serverplugins - GlassFish
>Affects Versions: 12.4
>Reporter: S. M.
>Priority: Blocker
> Attachments: netbeans_bug-2.png, netbeans_bug-3.png
>
>
> When I try to assign a JDK to a Glassfish-6.1-Server the selection is 
> restrikted to JDK 1.8-versions thow ther are other JDK's configured in the 
> Java Platform Manager (e.g. JDK 11). 
> !netbeans_bug-2.png!
> !netbeans_bug-3.png!



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

-
To unsubscribe, e-mail: commits-unsubscr...@netbeans.apache.org
For additional commands, e-mail: commits-h...@netbeans.apache.org

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists



[jira] [Updated] (NETBEANS-5734) JDK-Selection for Glassfish is restricted to JDK 1.8

2021-05-30 Thread S. M. (Jira)


 [ 
https://issues.apache.org/jira/browse/NETBEANS-5734?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

S. M. updated NETBEANS-5734:

Description: 
When I try to assign a JDK to a Glassfish 6.1-Server the selection is 
restrikted to JDK 1.8 thow ther are other JDK's configured in the Java Platform 
Manager (e.g. JDK 11). 

!netbeans_bug-2.png!

!netbeans_bug-3.png!


  was:
When I try to assign a JDK to a Glassfish 6.1-Server the selection is 
restrikted to JDK 1.8 thow ther are other JDK's configured in the Java Platform 
Manager (e.g. JDK 11).

!netbeans_bug-2.png!

!netbeans_bug-3.png!



> JDK-Selection for Glassfish is restricted to JDK 1.8
> 
>
> Key: NETBEANS-5734
> URL: https://issues.apache.org/jira/browse/NETBEANS-5734
> Project: NetBeans
>  Issue Type: Bug
>  Components: serverplugins - GlassFish
>Affects Versions: 12.4
>Reporter: S. M.
>Priority: Blocker
> Attachments: netbeans_bug-2.png, netbeans_bug-3.png
>
>
> When I try to assign a JDK to a Glassfish 6.1-Server the selection is 
> restrikted to JDK 1.8 thow ther are other JDK's configured in the Java 
> Platform Manager (e.g. JDK 11). 
> !netbeans_bug-2.png!
> !netbeans_bug-3.png!



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

-
To unsubscribe, e-mail: commits-unsubscr...@netbeans.apache.org
For additional commands, e-mail: commits-h...@netbeans.apache.org

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists



[jira] [Updated] (NETBEANS-5734) JDK-Selection for Glassfish is restricted to JDK 1.8

2021-05-30 Thread S. M. (Jira)


 [ 
https://issues.apache.org/jira/browse/NETBEANS-5734?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

S. M. updated NETBEANS-5734:

Description: 
When I try to assign a JDK to a Glassfish 6.1-Server the selection is 
restrikted to JDK 1.8 thow ther are other JDK's configured in the Java Platform 
Manager (e.g. JDK 11).

!netbeans_bug-2.png!

!netbeans_bug-3.png!


  was:When I try to assign a JDK to a Glassfish 6.1-Server the selection is 
restrikted to JDK 1.8 thow ther are other JDK's configured in the Java Platform 
Manager (e.g. JDK 11).


> JDK-Selection for Glassfish is restricted to JDK 1.8
> 
>
> Key: NETBEANS-5734
> URL: https://issues.apache.org/jira/browse/NETBEANS-5734
> Project: NetBeans
>  Issue Type: Bug
>  Components: serverplugins - GlassFish
>Affects Versions: 12.4
>Reporter: S. M.
>Priority: Blocker
> Attachments: netbeans_bug-2.png, netbeans_bug-3.png
>
>
> When I try to assign a JDK to a Glassfish 6.1-Server the selection is 
> restrikted to JDK 1.8 thow ther are other JDK's configured in the Java 
> Platform Manager (e.g. JDK 11).
> !netbeans_bug-2.png!
> !netbeans_bug-3.png!



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

-
To unsubscribe, e-mail: commits-unsubscr...@netbeans.apache.org
For additional commands, e-mail: commits-h...@netbeans.apache.org

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists



[jira] [Updated] (NETBEANS-5734) JDK-Selection for Glassfish is restricted to JDK 1.8

2021-05-30 Thread S. M. (Jira)


 [ 
https://issues.apache.org/jira/browse/NETBEANS-5734?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

S. M. updated NETBEANS-5734:

Attachment: netbeans_bug-3.png

> JDK-Selection for Glassfish is restricted to JDK 1.8
> 
>
> Key: NETBEANS-5734
> URL: https://issues.apache.org/jira/browse/NETBEANS-5734
> Project: NetBeans
>  Issue Type: Bug
>  Components: serverplugins - GlassFish
>Affects Versions: 12.4
>Reporter: S. M.
>Priority: Blocker
> Attachments: netbeans_bug-2.png, netbeans_bug-3.png
>
>
> When I try to assign a JDK to a Glassfish 6.1-Server the selection is 
> restrikted to JDK 1.8 thow ther are other JDK's configured in the Java 
> Platform Manager (e.g. JDK 11).



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

-
To unsubscribe, e-mail: commits-unsubscr...@netbeans.apache.org
For additional commands, e-mail: commits-h...@netbeans.apache.org

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists



[jira] [Created] (NETBEANS-5734) JDK-Selection for Glassfish is restricted to JDK 1.8

2021-05-30 Thread S. M. (Jira)
S. M. created NETBEANS-5734:
---

 Summary: JDK-Selection for Glassfish is restricted to JDK 1.8
 Key: NETBEANS-5734
 URL: https://issues.apache.org/jira/browse/NETBEANS-5734
 Project: NetBeans
  Issue Type: Bug
  Components: serverplugins - GlassFish
Affects Versions: 12.4
Reporter: S. M.
 Attachments: netbeans_bug-2.png

When I try to assign a JDK to a Glassfish 6.1-Server the selection is 
restrikted to JDK 1.8 thow ther are other JDK's configured in the Java Platform 
Manager (e.g. JDK 11).



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

-
To unsubscribe, e-mail: commits-unsubscr...@netbeans.apache.org
For additional commands, e-mail: commits-h...@netbeans.apache.org

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists



[jira] [Updated] (NETBEANS-5734) JDK-Selection for Glassfish is restricted to JDK 1.8

2021-05-30 Thread S. M. (Jira)


 [ 
https://issues.apache.org/jira/browse/NETBEANS-5734?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

S. M. updated NETBEANS-5734:

Attachment: netbeans_bug-2.png

> JDK-Selection for Glassfish is restricted to JDK 1.8
> 
>
> Key: NETBEANS-5734
> URL: https://issues.apache.org/jira/browse/NETBEANS-5734
> Project: NetBeans
>  Issue Type: Bug
>  Components: serverplugins - GlassFish
>Affects Versions: 12.4
>Reporter: S. M.
>Priority: Blocker
> Attachments: netbeans_bug-2.png
>
>
> When I try to assign a JDK to a Glassfish 6.1-Server the selection is 
> restrikted to JDK 1.8 thow ther are other JDK's configured in the Java 
> Platform Manager (e.g. JDK 11).



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

-
To unsubscribe, e-mail: commits-unsubscr...@netbeans.apache.org
For additional commands, e-mail: commits-h...@netbeans.apache.org

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists



[jira] [Commented] (NETBEANS-5099) PhaseListener - RuntimeException

2021-05-18 Thread S. M. (Jira)


[ 
https://issues.apache.org/jira/browse/NETBEANS-5099?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17347108#comment-17347108
 ] 

S. M. commented on NETBEANS-5099:
-

Sorry for not answering for so long time - I missed your comment!
Clean and build does not make a differnce. Deleting the user directory does 
make NB work properly again. Then it works a few days or sometimes weeks, until 
the error occures again. See also NETBEANS-5098. 

> PhaseListener - RuntimeException
> 
>
> Key: NETBEANS-5099
> URL: https://issues.apache.org/jira/browse/NETBEANS-5099
> Project: NetBeans
>  Issue Type: Bug
>  Components: java - Classpath, java - Compiler, javaee - JSF
>Affects Versions: 12.0, 12.2, 12.3
> Environment: Netbeans 12.3, Glassfish 4 and Glassfish 5, Project: 
> jdk1.8.0_65, Netbeans: jdk-15.0.1
>Reporter: S. M.
>Priority: Blocker
>
> Reopened because: It worked with new NB 12.3 for a week or so - now the 
> Exception popped up again and is lasting now. There where no changes made 
> from my side. 
> By the way: NETBEANS-5098 popped up at the same time.
> The exactly same code works fine when it is compiled and deployed outside 
> Netbeans or with an older Netbeans version. So I feel it is a Netbeans Issue. 
> The project has to be re-compiled in the old IDE before it works in it ... 
> Here comes the error description for reproducing:
> Make an new WebApplication with Glassfish 4.1.2 or 5.0.1. and add JavaServer 
> Faces Framework.
> Add the following faces-config.xml:
> {code}
> 
>xmlns="http://java.sun.com/xml/ns/javaee;
>  xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance;
>  xsi:schemaLocation="http://java.sun.com/xml/ns/javaee 
> [http://java.sun.com/xml/ns/javaee/web-facesconfig_2_0.xsd];>
> 
> test.SessionTimeoutPhaseListener
> 
>  
> {code}
> Add the following class:
> {code}
> package test;
> import javax.faces.event.PhaseEvent;
>  import javax.faces.event.PhaseId;
>  import javax.faces.event.PhaseListener;
> public class SessionTimeoutPhaseListener implements PhaseListener {
> @Override
>  public void beforePhase(PhaseEvent event) {
>  }
> @Override
>  public void afterPhase(PhaseEvent event) {
>  }
> public void handleSessionTimeout(PhaseEvent event) {
>  }
> @Override
>  public PhaseId getPhaseId()
> { return PhaseId.RESTORE_VIEW; }
> }
> {code}
> At deployment (within NB) on Glassfish 4 or 5 the following Exeption occurs.
> {code}
> Info: Initializing Mojarra 2.2.14 ( 20161114-2152 unable to get svn info) for 
> context '/WebApplication1'
>  Severe: Critical error during deployment: 
>  com.sun.faces.config.ConfigurationException: 
>  Source Document: jndi:/server/WebApplication1/WEB-INF/faces-config.xml
>  Cause: Unable to create a new instance of 
> 'test.SessionTimeoutPhaseListener': java.lang.RuntimeException: 
>  at 
> com.sun.faces.config.processor.AbstractConfigProcessor.createInstance(AbstractConfigProcessor.java:378)
>  at 
> com.sun.faces.config.processor.LifecycleConfigProcessor.addPhaseListeners(LifecycleConfigProcessor.java:154)
>  at 
> com.sun.faces.config.processor.LifecycleConfigProcessor.process(LifecycleConfigProcessor.java:132)
>  at 
> com.sun.faces.config.processor.AbstractConfigProcessor.invokeNext(AbstractConfigProcessor.java:152)
>  at 
> com.sun.faces.config.processor.FactoryConfigProcessor.process(FactoryConfigProcessor.java:239)
>  at com.sun.faces.config.ConfigManager.initialize(ConfigManager.java:439)
>  at 
> com.sun.faces.config.ConfigureListener.contextInitialized(ConfigureListener.java:227)
>  at 
> org.apache.catalina.core.StandardContext.contextListenerStart(StandardContext.java:5394)
>  at com.sun.enterprise.web.WebModule.contextListenerStart(WebModule.java:743)
>  at org.apache.catalina.core.StandardContext.start(StandardContext.java:5963)
>  at com.sun.enterprise.web.WebModule.start(WebModule.java:691)
>  at 
> org.apache.catalina.core.ContainerBase.addChildInternal(ContainerBase.java:1041)
>  at org.apache.catalina.core.ContainerBase.addChild(ContainerBase.java:1024)
>  at org.apache.catalina.core.StandardHost.addChild(StandardHost.java:747)
>  at com.sun.enterprise.web.WebContainer.loadWebModule(WebContainer.java:2286)
>  at com.sun.enterprise.web.WebContainer.loadWebModule(WebContainer.java:1932)
>  at com.sun.enterprise.web.WebApplication.start(WebApplication.java:139)
>  at org.glassfish.internal.data.EngineRef.start(EngineRef.java:122)
>  at org.glassfish.internal.data.ModuleInfo.start(ModuleInfo.java:291)
>  at 
> org.glassfish.internal.data.ApplicationInfo.start(ApplicationInfo.java:352)
>  at 
> com.sun.enterprise.v3.server.ApplicationLifecycle.deploy(ApplicationLifecycle.java:500)
>  at 
> com.sun.enterprise.v3.server.ApplicationLifecycle.deploy(ApplicationLifecycle.java:219)
>  at 
> 

[jira] [Updated] (NETBEANS-5099) PhaseListener - RuntimeException

2021-05-18 Thread S. M. (Jira)


 [ 
https://issues.apache.org/jira/browse/NETBEANS-5099?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

S. M. updated NETBEANS-5099:

Description: 
Reopened because: It worked with new NB 12.3 for a week or so - now the 
Exception popped up again and is lasting now. There where no changes made from 
my side. 

By the way: NETBEANS-5098 popped up at the same time.

The exactly same code works fine when it is compiled and deployed outside 
Netbeans or with an older Netbeans version. So I feel it is a Netbeans Issue. 
The project has to be re-compiled in the old IDE before it works in it ... 

Here comes the error description for reproducing:

Make an new WebApplication with Glassfish 4.1.2 or 5.0.1. and add JavaServer 
Faces Framework.

Add the following faces-config.xml:

{code}

 http://java.sun.com/xml/ns/javaee;
 xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance;
 xsi:schemaLocation="http://java.sun.com/xml/ns/javaee 
[http://java.sun.com/xml/ns/javaee/web-facesconfig_2_0.xsd];>


test.SessionTimeoutPhaseListener

 
{code}

Add the following class:

{code}
package test;

import javax.faces.event.PhaseEvent;
 import javax.faces.event.PhaseId;
 import javax.faces.event.PhaseListener;

public class SessionTimeoutPhaseListener implements PhaseListener {

@Override
 public void beforePhase(PhaseEvent event) {
 }

@Override
 public void afterPhase(PhaseEvent event) {
 }

public void handleSessionTimeout(PhaseEvent event) {
 }

@Override
 public PhaseId getPhaseId()

{ return PhaseId.RESTORE_VIEW; }
}
{code}

At deployment (within NB) on Glassfish 4 or 5 the following Exeption occurs.

{code}
Info: Initializing Mojarra 2.2.14 ( 20161114-2152 unable to get svn info) for 
context '/WebApplication1'
 Severe: Critical error during deployment: 
 com.sun.faces.config.ConfigurationException: 
 Source Document: jndi:/server/WebApplication1/WEB-INF/faces-config.xml
 Cause: Unable to create a new instance of 'test.SessionTimeoutPhaseListener': 
java.lang.RuntimeException: 
 at 
com.sun.faces.config.processor.AbstractConfigProcessor.createInstance(AbstractConfigProcessor.java:378)
 at 
com.sun.faces.config.processor.LifecycleConfigProcessor.addPhaseListeners(LifecycleConfigProcessor.java:154)
 at 
com.sun.faces.config.processor.LifecycleConfigProcessor.process(LifecycleConfigProcessor.java:132)
 at 
com.sun.faces.config.processor.AbstractConfigProcessor.invokeNext(AbstractConfigProcessor.java:152)
 at 
com.sun.faces.config.processor.FactoryConfigProcessor.process(FactoryConfigProcessor.java:239)
 at com.sun.faces.config.ConfigManager.initialize(ConfigManager.java:439)
 at 
com.sun.faces.config.ConfigureListener.contextInitialized(ConfigureListener.java:227)
 at 
org.apache.catalina.core.StandardContext.contextListenerStart(StandardContext.java:5394)
 at com.sun.enterprise.web.WebModule.contextListenerStart(WebModule.java:743)
 at org.apache.catalina.core.StandardContext.start(StandardContext.java:5963)
 at com.sun.enterprise.web.WebModule.start(WebModule.java:691)
 at 
org.apache.catalina.core.ContainerBase.addChildInternal(ContainerBase.java:1041)
 at org.apache.catalina.core.ContainerBase.addChild(ContainerBase.java:1024)
 at org.apache.catalina.core.StandardHost.addChild(StandardHost.java:747)
 at com.sun.enterprise.web.WebContainer.loadWebModule(WebContainer.java:2286)
 at com.sun.enterprise.web.WebContainer.loadWebModule(WebContainer.java:1932)
 at com.sun.enterprise.web.WebApplication.start(WebApplication.java:139)
 at org.glassfish.internal.data.EngineRef.start(EngineRef.java:122)
 at org.glassfish.internal.data.ModuleInfo.start(ModuleInfo.java:291)
 at org.glassfish.internal.data.ApplicationInfo.start(ApplicationInfo.java:352)
 at 
com.sun.enterprise.v3.server.ApplicationLifecycle.deploy(ApplicationLifecycle.java:500)
 at 
com.sun.enterprise.v3.server.ApplicationLifecycle.deploy(ApplicationLifecycle.java:219)
 at org.glassfish.deployment.admin.DeployCommand.execute(DeployCommand.java:491)
 at 
com.sun.enterprise.v3.admin.CommandRunnerImpl$2$1.run(CommandRunnerImpl.java:539)
 at 
com.sun.enterprise.v3.admin.CommandRunnerImpl$2$1.run(CommandRunnerImpl.java:535)
 at java.security.AccessController.doPrivileged(Native Method)
 at javax.security.auth.Subject.doAs(Subject.java:360)
 at 
com.sun.enterprise.v3.admin.CommandRunnerImpl$2.execute(CommandRunnerImpl.java:534)
 at 
com.sun.enterprise.v3.admin.CommandRunnerImpl$3.run(CommandRunnerImpl.java:565)
 at 
com.sun.enterprise.v3.admin.CommandRunnerImpl$3.run(CommandRunnerImpl.java:557)
 at java.security.AccessController.doPrivileged(Native Method)
 at javax.security.auth.Subject.doAs(Subject.java:360)
 at 
com.sun.enterprise.v3.admin.CommandRunnerImpl.doCommand(CommandRunnerImpl.java:556)
 at 
com.sun.enterprise.v3.admin.CommandRunnerImpl.doCommand(CommandRunnerImpl.java:1464)
 at 
com.sun.enterprise.v3.admin.CommandRunnerImpl.access$1300(CommandRunnerImpl.java:109)
 at 

[jira] [Updated] (NETBEANS-5255) Duplicate deployment in maven web application

2021-05-18 Thread S. M. (Jira)


 [ 
https://issues.apache.org/jira/browse/NETBEANS-5255?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

S. M. updated NETBEANS-5255:

Environment: 
Netbeans 12.2, Glassfish 4, Project: jdk1.8.0_65, Netbeans: jdk 14.01
and
Netbeans 12.3, Glassfish 5.0.1; jdk-15.0.1

  was:
Netbeans 12.2, Glassfish 4, Project: jdk1.8.0_65, Netbeans: jdk 14.01
and
Netbeans 12.3, Glassfish 5.0.1; jdk jdk-15.0.1


> Duplicate deployment in maven web application
> -
>
> Key: NETBEANS-5255
> URL: https://issues.apache.org/jira/browse/NETBEANS-5255
> Project: NetBeans
>  Issue Type: Bug
>  Components: apisupport - Maven
>Affects Versions: 12.2, 12.3
> Environment: Netbeans 12.2, Glassfish 4, Project: jdk1.8.0_65, 
> Netbeans: jdk 14.01
> and
> Netbeans 12.3, Glassfish 5.0.1; jdk-15.0.1
>Reporter: S. M.
>Priority: Major
> Attachments: screenshot_double_deployment.png
>
>
> Create a maven web application. Clean and build the project. When you run the 
> project, it is deployed two times. (Which is a menace for large projects)
>  
>  
> !screenshot_double_deployment.png!



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

-
To unsubscribe, e-mail: commits-unsubscr...@netbeans.apache.org
For additional commands, e-mail: commits-h...@netbeans.apache.org

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists



[jira] [Updated] (NETBEANS-5690) Missing debug information for CDI beans

2021-05-18 Thread S. M. (Jira)


 [ 
https://issues.apache.org/jira/browse/NETBEANS-5690?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

S. M. updated NETBEANS-5690:

Summary: Missing debug information for CDI beans  (was: Missing debug 
information for CDI bean)

> Missing debug information for CDI beans
> ---
>
> Key: NETBEANS-5690
> URL: https://issues.apache.org/jira/browse/NETBEANS-5690
> Project: NetBeans
>  Issue Type: Bug
>  Components: cnd - Debugger
>Affects Versions: 12.3
>Reporter: S. M.
>Priority: Minor
> Attachments: screenshot-debug-variables.png, screenshot-debug.png
>
>
> The debugger does not show the proper variable values of injected CDI beans. 
> Instead "...$Proxy$_$$_WeldClientProxy" is shown. Not all injected beans are 
> affected - the occurrence seems to be quite erratic:
>  
> !screenshot-debug.png!
>  
> In the variables windows the variables are shown as null though they aren't:
>  
> !screenshot-debug-variables.png!
>  



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

-
To unsubscribe, e-mail: commits-unsubscr...@netbeans.apache.org
For additional commands, e-mail: commits-h...@netbeans.apache.org

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists



[jira] [Updated] (NETBEANS-5690) Missing debug information for JDI bean

2021-05-18 Thread S. M. (Jira)


 [ 
https://issues.apache.org/jira/browse/NETBEANS-5690?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

S. M. updated NETBEANS-5690:

Description: 
The debugger does not show the proper variable values of injected CDI beans. 
Instead "...$Proxy$_$$_WeldClientProxy" is shown. Not all injected beans are 
affected - the occurrence seems to be quite erratic:
 
!screenshot-debug.png!
 
In the variables windows the variables are shown as null - though they aren't:
 
!screenshot-debug-variables.png!
 

  was:
The debugger does not show the proper variable values of injected beans. 
Instead "...$Proxy$_$$_WeldClientProxy" is shown. Not all injected beans are 
affected - the occurrence seems to be quite erratic:
 
!screenshot-debug.png!
 
In the variables windows the variables are shown as null - though they aren't:
 
!screenshot-debug-variables.png!
 


> Missing debug information for JDI bean
> --
>
> Key: NETBEANS-5690
> URL: https://issues.apache.org/jira/browse/NETBEANS-5690
> Project: NetBeans
>  Issue Type: Bug
>  Components: cnd - Debugger
>Affects Versions: 12.3
>Reporter: S. M.
>Priority: Minor
> Attachments: screenshot-debug-variables.png, screenshot-debug.png
>
>
> The debugger does not show the proper variable values of injected CDI beans. 
> Instead "...$Proxy$_$$_WeldClientProxy" is shown. Not all injected beans are 
> affected - the occurrence seems to be quite erratic:
>  
> !screenshot-debug.png!
>  
> In the variables windows the variables are shown as null - though they aren't:
>  
> !screenshot-debug-variables.png!
>  



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

-
To unsubscribe, e-mail: commits-unsubscr...@netbeans.apache.org
For additional commands, e-mail: commits-h...@netbeans.apache.org

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists



[jira] [Updated] (NETBEANS-5690) Missing debug information for JDI bean

2021-05-18 Thread S. M. (Jira)


 [ 
https://issues.apache.org/jira/browse/NETBEANS-5690?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

S. M. updated NETBEANS-5690:

Attachment: (was: screenshot-debug.png)

> Missing debug information for JDI bean
> --
>
> Key: NETBEANS-5690
> URL: https://issues.apache.org/jira/browse/NETBEANS-5690
> Project: NetBeans
>  Issue Type: Bug
>  Components: cnd - Debugger
>Affects Versions: 12.3
>Reporter: S. M.
>Priority: Minor
> Attachments: screenshot-debug-variables.png, screenshot-debug.png
>
>
> The debugger does not show the proper variable values of injected beans. 
> Instead "...$Proxy$_$$_WeldClientProxy" is shown:
>  
>  
> !screenshot-debug.png!
>  
>  
> In the variables windows the variables are shown as null - though they aren't:
>  
>  
> !screenshot-debug-variables.png!
>  



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

-
To unsubscribe, e-mail: commits-unsubscr...@netbeans.apache.org
For additional commands, e-mail: commits-h...@netbeans.apache.org

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists



[jira] [Updated] (NETBEANS-5690) Missing debug information for JDI bean

2021-05-18 Thread S. M. (Jira)


 [ 
https://issues.apache.org/jira/browse/NETBEANS-5690?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

S. M. updated NETBEANS-5690:

Description: 
The debugger does not show the proper variable values of injected beans. 
Instead "...$Proxy$_$$_WeldClientProxy" is shown:
 
!screenshot-debug.png!
 
In the variables windows the variables are shown as null - though they aren't:
 
!screenshot-debug-variables.png!
 

  was:
The debugger does not show the proper variable values of injected beans. 
Instead "...$Proxy$_$$_WeldClientProxy" is shown:
 

 
 
In the variables windows the variables are shown as null - though they aren't:
 
 
!screenshot-debug-variables.png!
 


> Missing debug information for JDI bean
> --
>
> Key: NETBEANS-5690
> URL: https://issues.apache.org/jira/browse/NETBEANS-5690
> Project: NetBeans
>  Issue Type: Bug
>  Components: cnd - Debugger
>Affects Versions: 12.3
>Reporter: S. M.
>Priority: Minor
> Attachments: screenshot-debug-variables.png, screenshot-debug.png
>
>
> The debugger does not show the proper variable values of injected beans. 
> Instead "...$Proxy$_$$_WeldClientProxy" is shown:
>  
> !screenshot-debug.png!
>  
> In the variables windows the variables are shown as null - though they aren't:
>  
> !screenshot-debug-variables.png!
>  



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

-
To unsubscribe, e-mail: commits-unsubscr...@netbeans.apache.org
For additional commands, e-mail: commits-h...@netbeans.apache.org

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists



[jira] [Updated] (NETBEANS-5690) Missing debug information for JDI bean

2021-05-18 Thread S. M. (Jira)


 [ 
https://issues.apache.org/jira/browse/NETBEANS-5690?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

S. M. updated NETBEANS-5690:

Attachment: screenshot-debug.png

> Missing debug information for JDI bean
> --
>
> Key: NETBEANS-5690
> URL: https://issues.apache.org/jira/browse/NETBEANS-5690
> Project: NetBeans
>  Issue Type: Bug
>  Components: cnd - Debugger
>Affects Versions: 12.3
>Reporter: S. M.
>Priority: Minor
> Attachments: screenshot-debug-variables.png, screenshot-debug.png
>
>
> The debugger does not show the proper variable values of injected beans. 
> Instead "...$Proxy$_$$_WeldClientProxy" is shown:
>  
>  
>  
> In the variables windows the variables are shown as null - though they aren't:
>  
>  
> !screenshot-debug-variables.png!
>  



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

-
To unsubscribe, e-mail: commits-unsubscr...@netbeans.apache.org
For additional commands, e-mail: commits-h...@netbeans.apache.org

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists



[jira] [Updated] (NETBEANS-5690) Missing debug information for JDI bean

2021-05-18 Thread S. M. (Jira)


 [ 
https://issues.apache.org/jira/browse/NETBEANS-5690?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

S. M. updated NETBEANS-5690:

Description: 
The debugger does not show the proper variable values of injected beans. 
Instead "...$Proxy$_$$_WeldClientProxy" is shown:

!screenshot-debug.png!

In the variables windows the variables are shown as null - though they aren't:

!screenshot-debug-variables.png!


  was:
The debugger does not show the proper variable values of injected beans. 
Instead "...$Proxy$_$$_WeldClientProxy" is shown:

pick1

In the variables windows the variables are shown as null - though they aren't:

pick2



> Missing debug information for JDI bean
> --
>
> Key: NETBEANS-5690
> URL: https://issues.apache.org/jira/browse/NETBEANS-5690
> Project: NetBeans
>  Issue Type: Bug
>  Components: cnd - Debugger
>Affects Versions: 12.3
>Reporter: S. M.
>Priority: Minor
> Attachments: screenshot-debug-variables.png, screenshot-debug.png
>
>
> The debugger does not show the proper variable values of injected beans. 
> Instead "...$Proxy$_$$_WeldClientProxy" is shown:
> !screenshot-debug.png!
> In the variables windows the variables are shown as null - though they aren't:
> !screenshot-debug-variables.png!



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

-
To unsubscribe, e-mail: commits-unsubscr...@netbeans.apache.org
For additional commands, e-mail: commits-h...@netbeans.apache.org

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists



[jira] [Updated] (NETBEANS-5690) Missing debug information for JDI bean

2021-05-18 Thread S. M. (Jira)


 [ 
https://issues.apache.org/jira/browse/NETBEANS-5690?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

S. M. updated NETBEANS-5690:

Attachment: screenshot-debug-variables.png

> Missing debug information for JDI bean
> --
>
> Key: NETBEANS-5690
> URL: https://issues.apache.org/jira/browse/NETBEANS-5690
> Project: NetBeans
>  Issue Type: Bug
>  Components: cnd - Debugger
>Affects Versions: 12.3
>Reporter: S. M.
>Priority: Minor
> Attachments: screenshot-debug-variables.png, screenshot-debug.png
>
>
> The debugger does not show the proper variable values of injected beans. 
> Instead "...$Proxy$_$$_WeldClientProxy" is shown:
> pick1
> In the variables windows the variables are shown as null - though they aren't:
> pick2



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

-
To unsubscribe, e-mail: commits-unsubscr...@netbeans.apache.org
For additional commands, e-mail: commits-h...@netbeans.apache.org

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists



[jira] [Updated] (NETBEANS-5690) Missing debug information for JDI bean

2021-05-18 Thread S. M. (Jira)


 [ 
https://issues.apache.org/jira/browse/NETBEANS-5690?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

S. M. updated NETBEANS-5690:

Attachment: screenshot-debug.png

> Missing debug information for JDI bean
> --
>
> Key: NETBEANS-5690
> URL: https://issues.apache.org/jira/browse/NETBEANS-5690
> Project: NetBeans
>  Issue Type: Bug
>  Components: cnd - Debugger
>Affects Versions: 12.3
>Reporter: S. M.
>Priority: Minor
> Attachments: screenshot-debug-variables.png, screenshot-debug.png
>
>
> The debugger does not show the proper variable values of injected beans. 
> Instead "...$Proxy$_$$_WeldClientProxy" is shown:
> pick1
> In the variables windows the variables are shown as null - though they aren't:
> pick2



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

-
To unsubscribe, e-mail: commits-unsubscr...@netbeans.apache.org
For additional commands, e-mail: commits-h...@netbeans.apache.org

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists



[jira] [Updated] (NETBEANS-5434) missing javax.enterprise.concurrent

2021-05-18 Thread S. M. (Jira)


 [ 
https://issues.apache.org/jira/browse/NETBEANS-5434?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

S. M. updated NETBEANS-5434:

Environment: NB 12.3  (was: NB 12.3, Project: jdk1.8.0_65, Glassfish 5.1)

> missing javax.enterprise.concurrent
> ---
>
> Key: NETBEANS-5434
> URL: https://issues.apache.org/jira/browse/NETBEANS-5434
> Project: NetBeans
>  Issue Type: Bug
>  Components: javaee - Web Project
>Affects Versions: 12.3
> Environment: NB 12.3
>Reporter: S. M.
>Priority: Trivial
> Attachments: screen-shot.png
>
>
> javax.enterprise.concurrent (which resides in 
> javax.enterprise.concurrent-api-1.1.jar and is part of EE8) is missing for 
> web-projects - means the wizard for such a project does not include it. 
> Downloading and adding the jar to the project lib path fixes the issue. 
> This only occures when Glassfish 5.1 is joined to the project - e.g. 
> Glassfish 4.1 works without any problem. Compiling and deploying the web-jar 
> (even though the IDE error message) works on Glassfish 5.1 too.
> !screen-shot.png!



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

-
To unsubscribe, e-mail: commits-unsubscr...@netbeans.apache.org
For additional commands, e-mail: commits-h...@netbeans.apache.org

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists



[jira] [Updated] (NETBEANS-5434) missing javax.enterprise.concurrent

2021-05-18 Thread S. M. (Jira)


 [ 
https://issues.apache.org/jira/browse/NETBEANS-5434?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

S. M. updated NETBEANS-5434:

Environment: NB 12.3, Project: jdk1.8.0_65, Glassfish 4  (was: NB 12.3
Project: jdk1.8.0_65
Glassfish 4)

> missing javax.enterprise.concurrent
> ---
>
> Key: NETBEANS-5434
> URL: https://issues.apache.org/jira/browse/NETBEANS-5434
> Project: NetBeans
>  Issue Type: Bug
>  Components: javaee - Web Project
>Affects Versions: 12.3
> Environment: NB 12.3, Project: jdk1.8.0_65, Glassfish 4
>Reporter: S. M.
>Priority: Trivial
> Attachments: screen-shot.png
>
>
> javax.enterprise.concurrent (which resides in 
> javax.enterprise.concurrent-api-1.1.jar and is part of EE8) is missing for 
> web-projects - means the wizard for such a project does not include it. 
> Downloading and adding the jar to the project lib path fixes the issue. 
> This only occures when Glassfish 5.1 is joined to the project - e.g. 
> Glassfish 4.1 works without any problem. Compiling and deploying the web-jar 
> (even though the IDE error message) works on Glassfish 5.1 too.
> !screen-shot.png!



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

-
To unsubscribe, e-mail: commits-unsubscr...@netbeans.apache.org
For additional commands, e-mail: commits-h...@netbeans.apache.org

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists



[jira] [Updated] (NETBEANS-5434) missing javax.enterprise.concurrent

2021-05-18 Thread S. M. (Jira)


 [ 
https://issues.apache.org/jira/browse/NETBEANS-5434?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

S. M. updated NETBEANS-5434:

Environment: NB 12.3, Project: jdk1.8.0_65, Glassfish 5.1  (was: NB 12.3, 
Project: jdk1.8.0_65, Glassfish 4)

> missing javax.enterprise.concurrent
> ---
>
> Key: NETBEANS-5434
> URL: https://issues.apache.org/jira/browse/NETBEANS-5434
> Project: NetBeans
>  Issue Type: Bug
>  Components: javaee - Web Project
>Affects Versions: 12.3
> Environment: NB 12.3, Project: jdk1.8.0_65, Glassfish 5.1
>Reporter: S. M.
>Priority: Trivial
> Attachments: screen-shot.png
>
>
> javax.enterprise.concurrent (which resides in 
> javax.enterprise.concurrent-api-1.1.jar and is part of EE8) is missing for 
> web-projects - means the wizard for such a project does not include it. 
> Downloading and adding the jar to the project lib path fixes the issue. 
> This only occures when Glassfish 5.1 is joined to the project - e.g. 
> Glassfish 4.1 works without any problem. Compiling and deploying the web-jar 
> (even though the IDE error message) works on Glassfish 5.1 too.
> !screen-shot.png!



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

-
To unsubscribe, e-mail: commits-unsubscr...@netbeans.apache.org
For additional commands, e-mail: commits-h...@netbeans.apache.org

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists



[jira] [Updated] (NETBEANS-5434) missing javax.enterprise.concurrent

2021-05-18 Thread S. M. (Jira)


 [ 
https://issues.apache.org/jira/browse/NETBEANS-5434?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

S. M. updated NETBEANS-5434:

Environment: 
NB 12.3
Project: jdk1.8.0_65
Glassfish 4

  was:NB 12.3


> missing javax.enterprise.concurrent
> ---
>
> Key: NETBEANS-5434
> URL: https://issues.apache.org/jira/browse/NETBEANS-5434
> Project: NetBeans
>  Issue Type: Bug
>  Components: javaee - Web Project
>Affects Versions: 12.3
> Environment: NB 12.3
> Project: jdk1.8.0_65
> Glassfish 4
>Reporter: S. M.
>Priority: Trivial
> Attachments: screen-shot.png
>
>
> javax.enterprise.concurrent (which resides in 
> javax.enterprise.concurrent-api-1.1.jar and is part of EE8) is missing for 
> web-projects - means the wizard for such a project does not include it. 
> Downloading and adding the jar to the project lib path fixes the issue. 
> This only occures when Glassfish 5.1 is joined to the project - e.g. 
> Glassfish 4.1 works without any problem. Compiling and deploying the web-jar 
> (even though the IDE error message) works on Glassfish 5.1 too.
> !screen-shot.png!



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

-
To unsubscribe, e-mail: commits-unsubscr...@netbeans.apache.org
For additional commands, e-mail: commits-h...@netbeans.apache.org

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists



[jira] [Created] (NETBEANS-5690) Missing debug information for JDI bean

2021-05-18 Thread S. M. (Jira)
S. M. created NETBEANS-5690:
---

 Summary: Missing debug information for JDI bean
 Key: NETBEANS-5690
 URL: https://issues.apache.org/jira/browse/NETBEANS-5690
 Project: NetBeans
  Issue Type: Bug
  Components: cnd - Debugger
Affects Versions: 12.3
Reporter: S. M.


The debugger does not show the proper variable values of injected beans. 
Instead "...$Proxy$_$$_WeldClientProxy" is shown:

pick1

In the variables windows the variables are shown as null - though they aren't:

pick2




--
This message was sent by Atlassian Jira
(v8.3.4#803005)

-
To unsubscribe, e-mail: commits-unsubscr...@netbeans.apache.org
For additional commands, e-mail: commits-h...@netbeans.apache.org

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists



[jira] [Updated] (NETBEANS-5255) Duplicate deployment in maven web application

2021-04-24 Thread S. M. (Jira)


 [ 
https://issues.apache.org/jira/browse/NETBEANS-5255?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

S. M. updated NETBEANS-5255:

Description: 
Create a maven web application. Clean and build the project. When you run the 
project, it is deployed two times. (Which is a menace for large projects)
 
 
!screenshot_double_deployment.png!

  was:
Create a maven web application. Clean and build the project. When you run the 
project, it is deployed two times. (Which is a menace for large projects)


!screenshot_double_deployment.png!


> Duplicate deployment in maven web application
> -
>
> Key: NETBEANS-5255
> URL: https://issues.apache.org/jira/browse/NETBEANS-5255
> Project: NetBeans
>  Issue Type: Bug
>  Components: apisupport - Maven
>Affects Versions: 12.2, 12.3
> Environment: Netbeans 12.2, Glassfish 4, Project: jdk1.8.0_65, 
> Netbeans: jdk 14.01
> and
> Netbeans 12.3, Glassfish 5.0.1; jdk jdk-15.0.1
>Reporter: S. M.
>Priority: Major
> Attachments: screenshot_double_deployment.png
>
>
> Create a maven web application. Clean and build the project. When you run the 
> project, it is deployed two times. (Which is a menace for large projects)
>  
>  
> !screenshot_double_deployment.png!



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

-
To unsubscribe, e-mail: commits-unsubscr...@netbeans.apache.org
For additional commands, e-mail: commits-h...@netbeans.apache.org

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists



[jira] [Updated] (NETBEANS-5255) Duplicate deployment in maven web application

2021-04-24 Thread S. M. (Jira)


 [ 
https://issues.apache.org/jira/browse/NETBEANS-5255?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

S. M. updated NETBEANS-5255:

Description: 
Create a maven web application. Clean and build the project. When you run the 
project, it is deployed two times. (Which is a menace for large projects)


!screenshot_double_deployment.png!

  was:
Create a maven web application. Clean and build the project. When you run the 
project, it is deployed two times. (Which is a menace for large projects)



!screenshot_double_deployment.png!


> Duplicate deployment in maven web application
> -
>
> Key: NETBEANS-5255
> URL: https://issues.apache.org/jira/browse/NETBEANS-5255
> Project: NetBeans
>  Issue Type: Bug
>  Components: apisupport - Maven
>Affects Versions: 12.2, 12.3
> Environment: Netbeans 12.2, Glassfish 4, Project: jdk1.8.0_65, 
> Netbeans: jdk 14.01
> and
> Netbeans 12.3, Glassfish 5.0.1; jdk jdk-15.0.1
>Reporter: S. M.
>Priority: Major
> Attachments: screenshot_double_deployment.png
>
>
> Create a maven web application. Clean and build the project. When you run the 
> project, it is deployed two times. (Which is a menace for large projects)
> !screenshot_double_deployment.png!



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

-
To unsubscribe, e-mail: commits-unsubscr...@netbeans.apache.org
For additional commands, e-mail: commits-h...@netbeans.apache.org

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists



[jira] [Updated] (NETBEANS-5255) Duplicate deployment in maven web application

2021-04-24 Thread S. M. (Jira)


 [ 
https://issues.apache.org/jira/browse/NETBEANS-5255?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

S. M. updated NETBEANS-5255:

Description: 
Create a maven web application. Clean and build the project. When you run the 
project, it is deployed two times. (Which is a menace for large projects)

!screenshot_double_deployment.png!

  was:Create a maven web application. Clean and build the project. When you run 
the project, it is deployed two times. (Which is a menace for large projects)


> Duplicate deployment in maven web application
> -
>
> Key: NETBEANS-5255
> URL: https://issues.apache.org/jira/browse/NETBEANS-5255
> Project: NetBeans
>  Issue Type: Bug
>  Components: apisupport - Maven
>Affects Versions: 12.2, 12.3
> Environment: Netbeans 12.2, Glassfish 4, Project: jdk1.8.0_65, 
> Netbeans: jdk 14.01
> and
> Netbeans 12.3, Glassfish 5.0.1; jdk jdk-15.0.1
>Reporter: S. M.
>Priority: Major
> Attachments: screenshot_double_deployment.png
>
>
> Create a maven web application. Clean and build the project. When you run the 
> project, it is deployed two times. (Which is a menace for large projects)
> !screenshot_double_deployment.png!



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

-
To unsubscribe, e-mail: commits-unsubscr...@netbeans.apache.org
For additional commands, e-mail: commits-h...@netbeans.apache.org

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists



[jira] [Updated] (NETBEANS-5255) Duplicate deployment in maven web application

2021-04-24 Thread S. M. (Jira)


 [ 
https://issues.apache.org/jira/browse/NETBEANS-5255?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

S. M. updated NETBEANS-5255:

Description: 
Create a maven web application. Clean and build the project. When you run the 
project, it is deployed two times. (Which is a menace for large projects)



!screenshot_double_deployment.png!

  was:
Create a maven web application. Clean and build the project. When you run the 
project, it is deployed two times. (Which is a menace for large projects)

!screenshot_double_deployment.png!


> Duplicate deployment in maven web application
> -
>
> Key: NETBEANS-5255
> URL: https://issues.apache.org/jira/browse/NETBEANS-5255
> Project: NetBeans
>  Issue Type: Bug
>  Components: apisupport - Maven
>Affects Versions: 12.2, 12.3
> Environment: Netbeans 12.2, Glassfish 4, Project: jdk1.8.0_65, 
> Netbeans: jdk 14.01
> and
> Netbeans 12.3, Glassfish 5.0.1; jdk jdk-15.0.1
>Reporter: S. M.
>Priority: Major
> Attachments: screenshot_double_deployment.png
>
>
> Create a maven web application. Clean and build the project. When you run the 
> project, it is deployed two times. (Which is a menace for large projects)
> !screenshot_double_deployment.png!



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

-
To unsubscribe, e-mail: commits-unsubscr...@netbeans.apache.org
For additional commands, e-mail: commits-h...@netbeans.apache.org

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists



[jira] [Updated] (NETBEANS-5255) Duplicate deployment in maven web application

2021-04-24 Thread S. M. (Jira)


 [ 
https://issues.apache.org/jira/browse/NETBEANS-5255?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

S. M. updated NETBEANS-5255:

Attachment: screenshot_double_deployment.png

> Duplicate deployment in maven web application
> -
>
> Key: NETBEANS-5255
> URL: https://issues.apache.org/jira/browse/NETBEANS-5255
> Project: NetBeans
>  Issue Type: Bug
>  Components: apisupport - Maven
>Affects Versions: 12.2, 12.3
> Environment: Netbeans 12.2, Glassfish 4, Project: jdk1.8.0_65, 
> Netbeans: jdk 14.01
> and
> Netbeans 12.3, Glassfish 5.0.1; jdk jdk-15.0.1
>Reporter: S. M.
>Priority: Major
> Attachments: screenshot_double_deployment.png
>
>
> Create a maven web application. Clean and build the project. When you run the 
> project, it is deployed two times. (Which is a menace for large projects)



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

-
To unsubscribe, e-mail: commits-unsubscr...@netbeans.apache.org
For additional commands, e-mail: commits-h...@netbeans.apache.org

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists



[jira] [Updated] (NETBEANS-5098) SessionBean - EJB Container initialization error

2021-04-24 Thread S. M. (Jira)


 [ 
https://issues.apache.org/jira/browse/NETBEANS-5098?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

S. M. updated NETBEANS-5098:

Description: 
Reopened because: It worked with new NB 12.3 for a week or so - now the 
Exception popped up again and is lasting now. There where no changes made from 
my side. 

By the way: NETBEANS-5099 popped up at the same time.

How described in the messages below the problem resolves when the users 
directory of NB is deleted. But about some weeks later it pops up again.

The exactly same code works fine when it is compiled and deployed outside 
Netbeans or with an older Netbeans version. So I feel it is a Netbeans Issue.

How to reproduce: Make a new Java Ant/Java Enterprise/EJB Module and add an 
'empty' Session-EJB to the project: 

(The critical point seems to be the LocalBean annotation. When the local 
interface is realized by a concrete class it works.)

{code}
package test;

import javax.ejb.LocalBean;
import javax.ejb.Stateless;

@Stateless
@LocalBean
 public class NewSessionBean {
 }
{code}

Deploy the module within Netbeans to Glassfish.

The exactly same code works fine when it is deployed outside Netbeans or with 
an older Netbeans version. So I feel it is a Netbeans Issue.

At deployment on Glassfish 5 the following Exeption occurs:

{code}
java.lang.RuntimeException: EJB Container initialization error
at 
org.glassfish.ejb.startup.EjbApplication.loadContainers(EjbApplication.java:234)
at org.glassfish.ejb.startup.EjbDeployer.load(EjbDeployer.java:291)
at org.glassfish.ejb.startup.EjbDeployer.load(EjbDeployer.java:99)
at org.glassfish.internal.data.ModuleInfo.load(ModuleInfo.java:206)
at 
org.glassfish.internal.data.ApplicationInfo.load(ApplicationInfo.java:313)
at 
com.sun.enterprise.v3.server.ApplicationLifecycle.deploy(ApplicationLifecycle.java:496)
at 
com.sun.enterprise.v3.server.ApplicationLifecycle.deploy(ApplicationLifecycle.java:219)
at 
org.glassfish.deployment.admin.DeployCommand.execute(DeployCommand.java:491)
at 
com.sun.enterprise.v3.admin.CommandRunnerImpl$2$1.run(CommandRunnerImpl.java:539)
at 
com.sun.enterprise.v3.admin.CommandRunnerImpl$2$1.run(CommandRunnerImpl.java:535)
at java.security.AccessController.doPrivileged(Native Method)
at javax.security.auth.Subject.doAs(Subject.java:360)
at 
com.sun.enterprise.v3.admin.CommandRunnerImpl$2.execute(CommandRunnerImpl.java:534)
at 
com.sun.enterprise.v3.admin.CommandRunnerImpl$3.run(CommandRunnerImpl.java:565)
at 
com.sun.enterprise.v3.admin.CommandRunnerImpl$3.run(CommandRunnerImpl.java:557)
at java.security.AccessController.doPrivileged(Native Method)
at javax.security.auth.Subject.doAs(Subject.java:360)
at 
com.sun.enterprise.v3.admin.CommandRunnerImpl.doCommand(CommandRunnerImpl.java:556)
at 
com.sun.enterprise.v3.admin.CommandRunnerImpl.doCommand(CommandRunnerImpl.java:1464)
at 
com.sun.enterprise.v3.admin.CommandRunnerImpl.access$1300(CommandRunnerImpl.java:109)
at 
com.sun.enterprise.v3.admin.CommandRunnerImpl$ExecutionContext.execute(CommandRunnerImpl.java:1846)
at 
com.sun.enterprise.v3.admin.CommandRunnerImpl$ExecutionContext.execute(CommandRunnerImpl.java:1722)
at 
com.sun.enterprise.v3.admin.AdminAdapter.doCommand(AdminAdapter.java:534)
at 
com.sun.enterprise.v3.admin.AdminAdapter.onMissingResource(AdminAdapter.java:224)
at 
org.glassfish.grizzly.http.server.StaticHttpHandlerBase.service(StaticHttpHandlerBase.java:189)
at 
com.sun.enterprise.v3.services.impl.ContainerMapper$HttpHandlerCallable.call(ContainerMapper.java:459)
at 
com.sun.enterprise.v3.services.impl.ContainerMapper.service(ContainerMapper.java:167)
at 
org.glassfish.grizzly.http.server.HttpHandler.runService(HttpHandler.java:206)
at 
org.glassfish.grizzly.http.server.HttpHandler.doHandle(HttpHandler.java:180)
at 
org.glassfish.grizzly.http.server.HttpServerFilter.handleRead(HttpServerFilter.java:235)
at 
org.glassfish.grizzly.filterchain.ExecutorResolver$9.execute(ExecutorResolver.java:119)
at 
org.glassfish.grizzly.filterchain.DefaultFilterChain.executeFilter(DefaultFilterChain.java:283)
at 
org.glassfish.grizzly.filterchain.DefaultFilterChain.executeChainPart(DefaultFilterChain.java:200)
at 
org.glassfish.grizzly.filterchain.DefaultFilterChain.execute(DefaultFilterChain.java:132)
at 
org.glassfish.grizzly.filterchain.DefaultFilterChain.process(DefaultFilterChain.java:111)
at 
org.glassfish.grizzly.ProcessorExecutor.execute(ProcessorExecutor.java:77)
at 
org.glassfish.grizzly.nio.transport.TCPNIOTransport.fireIOEvent(TCPNIOTransport.java:536)
at 
org.glassfish.grizzly.strategies.AbstractIOStrategy.fireIOEvent(AbstractIOStrategy.java:112)
at 

  1   2   3   4   >