[JBoss JIRA] (DROOLS-3871) [DMN Designer] Add support for read-only boxed expressions
by Michael Anstis (Jira)
[ https://issues.jboss.org/browse/DROOLS-3871?page=com.atlassian.jira.plugi... ]
Michael Anstis commented on DROOLS-3871:
----------------------------------------
[~uxdlc] I like option B and C.. who needs to advise on the contrast consideration!?
I'm going to move this discussion to a new JIRA.. as we'd need to know how to show a node on the Graph view as read-only too.
> [DMN Designer] Add support for read-only boxed expressions
> ----------------------------------------------------------
>
> Key: DROOLS-3871
> URL: https://issues.jboss.org/browse/DROOLS-3871
> Project: Drools
> Issue Type: Enhancement
> Components: DMN Editor
> Reporter: Michael Anstis
> Assignee: Michael Anstis
> Priority: Major
> Labels: drools-tools
> Fix For: 7.21.0.Final
>
> Attachments: read-only-grid.png, read-only-grid2.png, read-only-gridC.png
>
>
> Imported models are read-only.
> Therefore we need support for read-only Boxed Expressions.
> Mouse and keyboard interactions need covering.
--
This message was sent by Atlassian Jira
(v7.12.1#712002)
7 years, 3 months
[JBoss JIRA] (DROOLS-3906) [DMN Designer] Add visual indicators for imported Nodes
by Michael Anstis (Jira)
Michael Anstis created DROOLS-3906:
--------------------------------------
Summary: [DMN Designer] Add visual indicators for imported Nodes
Key: DROOLS-3906
URL: https://issues.jboss.org/browse/DROOLS-3906
Project: Drools
Issue Type: Enhancement
Components: DMN Editor
Reporter: Michael Anstis
Assignee: Michael Anstis
Fix For: 7.21.0.Final
Attachments: read-only-grid.png, read-only-grid2.png, read-only-gridC.png
Imported models are read-only.
Therefore we need support for read-only Boxed Expressions.
Mouse and keyboard interactions need covering.
--
This message was sent by Atlassian Jira
(v7.12.1#712002)
7 years, 3 months
[JBoss JIRA] (WFLY-11999) Wildfly creates to many instances of all web service classes
by Stefan Frings (Jira)
[ https://issues.jboss.org/browse/WFLY-11999?page=com.atlassian.jira.plugin... ]
Stefan Frings edited comment on WFLY-11999 at 4/17/19 10:41 AM:
----------------------------------------------------------------
Interesting info: Apache Tomcat starts only 1 instance of the class with @ApplicationScoped:
{code}
Using CATALINA_BASE: /home/sfrings/workspace_Congstar/apache-tomcat-8.5.40
Using CATALINA_HOME: /home/sfrings/workspace_Congstar/apache-tomcat-8.5.40
Using CATALINA_TMPDIR: /home/sfrings/workspace_Congstar/apache-tomcat-8.5.40/temp
Using JRE_HOME: /usr/lib/jvm/java-8-openjdk-amd64
Using CLASSPATH: /home/sfrings/workspace_Congstar/apache-tomcat-8.5.40/bin/bootstrap.jar:/home/sfrings/workspace_Congstar/apache-tomcat-8.5.40/bin/tomcat-juli.jar
Listening for transport dt_socket at address: 11550
17-Apr-2019 16:27:14.075 INFORMATION [main] org.apache.catalina.startup.VersionLoggerListener.log Server version: Apache Tomcat/8.5.40
17-Apr-2019 16:27:14.077 INFORMATION [main] org.apache.catalina.startup.VersionLoggerListener.log Server built: Apr 10 2019 14:31:19 UTC
17-Apr-2019 16:27:14.078 INFORMATION [main] org.apache.catalina.startup.VersionLoggerListener.log Server number: 8.5.40.0
17-Apr-2019 16:27:14.078 INFORMATION [main] org.apache.catalina.startup.VersionLoggerListener.log OS Name: Linux
17-Apr-2019 16:27:14.078 INFORMATION [main] org.apache.catalina.startup.VersionLoggerListener.log OS Version: 4.18.0-17-generic
17-Apr-2019 16:27:14.078 INFORMATION [main] org.apache.catalina.startup.VersionLoggerListener.log Architecture: amd64
17-Apr-2019 16:27:14.078 INFORMATION [main] org.apache.catalina.startup.VersionLoggerListener.log Java Home: /usr/lib/jvm/java-8-openjdk-amd64/jre
17-Apr-2019 16:27:14.078 INFORMATION [main] org.apache.catalina.startup.VersionLoggerListener.log JVM Version: 1.8.0_191-8u191-b12-2ubuntu0.18.10.1-b12
17-Apr-2019 16:27:14.078 INFORMATION [main] org.apache.catalina.startup.VersionLoggerListener.log JVM Vendor: Oracle Corporation
17-Apr-2019 16:27:14.079 INFORMATION [main] org.apache.catalina.startup.VersionLoggerListener.log CATALINA_BASE: /home/sfrings/workspace_Congstar/apache-tomcat-8.5.40
17-Apr-2019 16:27:14.079 INFORMATION [main] org.apache.catalina.startup.VersionLoggerListener.log CATALINA_HOME: /home/sfrings/workspace_Congstar/apache-tomcat-8.5.40
17-Apr-2019 16:27:14.079 INFORMATION [main] org.apache.catalina.startup.VersionLoggerListener.log Command line argument: -Djava.util.logging.config.file=/home/sfrings/workspace_Congstar/apache-tomcat-8.5.40/conf/logging.properties
17-Apr-2019 16:27:14.079 INFORMATION [main] org.apache.catalina.startup.VersionLoggerListener.log Command line argument: -Djava.util.logging.manager=org.apache.juli.ClassLoaderLogManager
17-Apr-2019 16:27:14.079 INFORMATION [main] org.apache.catalina.startup.VersionLoggerListener.log Command line argument: -Dhttp.nonProxyHosts=localhost|127.0.0.1|stefanpc
17-Apr-2019 16:27:14.080 INFORMATION [main] org.apache.catalina.startup.VersionLoggerListener.log Command line argument: -Djdk.tls.ephemeralDHKeySize=2048
17-Apr-2019 16:27:14.080 INFORMATION [main] org.apache.catalina.startup.VersionLoggerListener.log Command line argument: -Djava.protocol.handler.pkgs=org.apache.catalina.webresources
17-Apr-2019 16:27:14.080 INFORMATION [main] org.apache.catalina.startup.VersionLoggerListener.log Command line argument: -Dorg.apache.catalina.security.SecurityListener.UMASK=0027
17-Apr-2019 16:27:14.080 INFORMATION [main] org.apache.catalina.startup.VersionLoggerListener.log Command line argument: -agentlib:jdwp=transport=dt_socket,address=11550,server=y,suspend=n
17-Apr-2019 16:27:14.080 INFORMATION [main] org.apache.catalina.startup.VersionLoggerListener.log Command line argument: -Dignore.endorsed.dirs=
17-Apr-2019 16:27:14.080 INFORMATION [main] org.apache.catalina.startup.VersionLoggerListener.log Command line argument: -Dcatalina.base=/home/sfrings/workspace_Congstar/apache-tomcat-8.5.40
17-Apr-2019 16:27:14.081 INFORMATION [main] org.apache.catalina.startup.VersionLoggerListener.log Command line argument: -Dcatalina.home=/home/sfrings/workspace_Congstar/apache-tomcat-8.5.40
17-Apr-2019 16:27:14.081 INFORMATION [main] org.apache.catalina.startup.VersionLoggerListener.log Command line argument: -Djava.io.tmpdir=/home/sfrings/workspace_Congstar/apache-tomcat-8.5.40/temp
17-Apr-2019 16:27:14.081 INFORMATION [main] org.apache.catalina.core.AprLifecycleListener.lifecycleEvent The APR based Apache Tomcat Native library which allows optimal performance in production environments was not found on the java.library.path: [/usr/java/packages/lib/amd64:/usr/lib/x86_64-linux-gnu/jni:/lib/x86_64-linux-gnu:/usr/lib/x86_64-linux-gnu:/usr/lib/jni:/lib:/usr/lib]
17-Apr-2019 16:27:14.245 INFORMATION [main] org.apache.coyote.AbstractProtocol.init Initializing ProtocolHandler ["http-nio-8080"]
17-Apr-2019 16:27:14.260 INFORMATION [main] org.apache.tomcat.util.net.NioSelectorPool.getSharedSelector Using a shared selector for servlet write/read
17-Apr-2019 16:27:14.299 INFORMATION [main] org.apache.coyote.AbstractProtocol.init Initializing ProtocolHandler ["ajp-nio-8009"]
17-Apr-2019 16:27:14.305 INFORMATION [main] org.apache.tomcat.util.net.NioSelectorPool.getSharedSelector Using a shared selector for servlet write/read
17-Apr-2019 16:27:14.308 INFORMATION [main] org.apache.catalina.startup.Catalina.load Initialization processed in 868 ms
17-Apr-2019 16:27:14.384 INFORMATION [main] org.apache.catalina.core.StandardService.startInternal Starting service [Catalina]
17-Apr-2019 16:27:14.387 INFORMATION [main] org.apache.catalina.core.StandardEngine.startInternal Starting Servlet Engine: Apache Tomcat/8.5.40
17-Apr-2019 16:27:14.421 INFORMATION [localhost-startStop-1] org.apache.catalina.startup.HostConfig.deployDescriptor Deploying configuration descriptor [/home/sfrings/workspace_Congstar/apache-tomcat-8.5.40/conf/Catalina/localhost/Test-1.0-SNAPSHOT.xml]
17-Apr-2019 16:27:15.702 INFORMATION [localhost-startStop-1] org.apache.jasper.servlet.TldScanner.scanJars At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
17-Apr-2019 16:27:15.865 FEIN [localhost-startStop-1] com.mvneco.test.SoapService.<init> Init SoapService 1
17-Apr-2019 16:27:18.690 INFORMATION [localhost-startStop-1] com.sun.xml.ws.server.MonitorBase.createRoot Metro monitoring rootname successfully set to: com.sun.metro:pp=/,type=WSEndpoint,name=/Test-1.0-SNAPSHOT-SoapServiceService-SoapServicePort
17-Apr-2019 16:27:18.870 INFORMATION [localhost-startStop-1] com.sun.xml.ws.transport.http.servlet.WSServletDelegate.<init> WSSERVLET14: Initialisierung von JAX-WS-Servlet
17-Apr-2019 16:27:18.872 INFORMATION [localhost-startStop-1] com.sun.xml.ws.transport.http.servlet.WSServletContextListener.contextInitialized WSSERVLET12: Initialisierung von JAX-WS-Kontext-Listener
17-Apr-2019 16:27:18.872 INFORMATION [localhost-startStop-1] com.sun.xml.ws.transport.http.servlet.WSServletContextListener.contextInitialized WSSERVLET12: Initialisierung von JAX-WS-Kontext-Listener
17-Apr-2019 16:27:18.905 INFORMATION [localhost-startStop-1] org.apache.catalina.startup.HostConfig.deployDescriptor Deployment of configuration descriptor [/home/sfrings/workspace_Congstar/apache-tomcat-8.5.40/conf/Catalina/localhost/Test-1.0-SNAPSHOT.xml] has finished in [4,484] ms
17-Apr-2019 16:27:18.907 INFORMATION [localhost-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deploying web application directory [/home/sfrings/workspace_Congstar/apache-tomcat-8.5.40/webapps/docs]
17-Apr-2019 16:27:19.728 INFORMATION [localhost-startStop-1] org.apache.jasper.servlet.TldScanner.scanJars At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
17-Apr-2019 16:27:19.730 INFORMATION [localhost-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web application directory [/home/sfrings/workspace_Congstar/apache-tomcat-8.5.40/webapps/docs] has finished in [823] ms
17-Apr-2019 16:27:19.731 INFORMATION [localhost-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deploying web application directory [/home/sfrings/workspace_Congstar/apache-tomcat-8.5.40/webapps/host-manager]
17-Apr-2019 16:27:20.473 INFORMATION [localhost-startStop-1] org.apache.jasper.servlet.TldScanner.scanJars At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
17-Apr-2019 16:27:20.479 INFORMATION [localhost-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web application directory [/home/sfrings/workspace_Congstar/apache-tomcat-8.5.40/webapps/host-manager] has finished in [749] ms
17-Apr-2019 16:27:20.479 INFORMATION [localhost-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deploying web application directory [/home/sfrings/workspace_Congstar/apache-tomcat-8.5.40/webapps/examples]
17-Apr-2019 16:27:21.633 INFORMATION [localhost-startStop-1] org.apache.jasper.servlet.TldScanner.scanJars At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
17-Apr-2019 16:27:21.700 INFORMATION [localhost-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web application directory [/home/sfrings/workspace_Congstar/apache-tomcat-8.5.40/webapps/examples] has finished in [1,221] ms
17-Apr-2019 16:27:21.700 INFORMATION [localhost-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deploying web application directory [/home/sfrings/workspace_Congstar/apache-tomcat-8.5.40/webapps/manager]
17-Apr-2019 16:27:23.001 INFORMATION [localhost-startStop-1] org.apache.jasper.servlet.TldScanner.scanJars At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
17-Apr-2019 16:27:23.088 INFORMATION [localhost-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web application directory [/home/sfrings/workspace_Congstar/apache-tomcat-8.5.40/webapps/manager] has finished in [1,388] ms
17-Apr-2019 16:27:23.088 INFORMATION [localhost-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deploying web application directory [/home/sfrings/workspace_Congstar/apache-tomcat-8.5.40/webapps/ROOT]
17-Apr-2019 16:27:23.757 INFORMATION [localhost-startStop-1] org.apache.jasper.servlet.TldScanner.scanJars At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
17-Apr-2019 16:27:23.759 INFORMATION [localhost-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web application directory [/home/sfrings/workspace_Congstar/apache-tomcat-8.5.40/webapps/ROOT] has finished in [671] ms
17-Apr-2019 16:27:23.765 INFORMATION [main] org.apache.coyote.AbstractProtocol.start Starting ProtocolHandler ["http-nio-8080"]
17-Apr-2019 16:27:23.944 INFORMATION [main] org.apache.coyote.AbstractProtocol.start Starting ProtocolHandler ["ajp-nio-8009"]
17-Apr-2019 16:27:23.951 INFORMATION [main] org.apache.catalina.startup.Catalina.start Server startup in 9641 ms
17-Apr-2019 16:27:35.074 FEIN [http-nio-8080-exec-1] com.mvneco.test.SoapService.test Start test(). payload=?
{code}
was (Author: s.frings74):
Interesting info: Apache Tomcat starts only 1 instance of the class with @ApplicationScoped:
{code}
Using CATALINA_BASE: /home/sfrings/workspace_Congstar/apache-tomcat-8.5.40
Using CATALINA_HOME: /home/sfrings/workspace_Congstar/apache-tomcat-8.5.40
Using CATALINA_TMPDIR: /home/sfrings/workspace_Congstar/apache-tomcat-8.5.40/temp
Using JRE_HOME: /usr/lib/jvm/java-8-openjdk-amd64
Using CLASSPATH: /home/sfrings/workspace_Congstar/apache-tomcat-8.5.40/bin/bootstrap.jar:/home/sfrings/workspace_Congstar/apache-tomcat-8.5.40/bin/tomcat-juli.jar
Listening for transport dt_socket at address: 11550
17-Apr-2019 16:27:14.075 INFORMATION [main] org.apache.catalina.startup.VersionLoggerListener.log Server version: Apache Tomcat/8.5.40
17-Apr-2019 16:27:14.077 INFORMATION [main] org.apache.catalina.startup.VersionLoggerListener.log Server built: Apr 10 2019 14:31:19 UTC
17-Apr-2019 16:27:14.078 INFORMATION [main] org.apache.catalina.startup.VersionLoggerListener.log Server number: 8.5.40.0
17-Apr-2019 16:27:14.078 INFORMATION [main] org.apache.catalina.startup.VersionLoggerListener.log OS Name: Linux
17-Apr-2019 16:27:14.078 INFORMATION [main] org.apache.catalina.startup.VersionLoggerListener.log OS Version: 4.18.0-17-generic
17-Apr-2019 16:27:14.078 INFORMATION [main] org.apache.catalina.startup.VersionLoggerListener.log Architecture: amd64
17-Apr-2019 16:27:14.078 INFORMATION [main] org.apache.catalina.startup.VersionLoggerListener.log Java Home: /usr/lib/jvm/java-8-openjdk-amd64/jre
17-Apr-2019 16:27:14.078 INFORMATION [main] org.apache.catalina.startup.VersionLoggerListener.log JVM Version: 1.8.0_191-8u191-b12-2ubuntu0.18.10.1-b12
17-Apr-2019 16:27:14.078 INFORMATION [main] org.apache.catalina.startup.VersionLoggerListener.log JVM Vendor: Oracle Corporation
17-Apr-2019 16:27:14.079 INFORMATION [main] org.apache.catalina.startup.VersionLoggerListener.log CATALINA_BASE: /home/sfrings/workspace_Congstar/apache-tomcat-8.5.40
17-Apr-2019 16:27:14.079 INFORMATION [main] org.apache.catalina.startup.VersionLoggerListener.log CATALINA_HOME: /home/sfrings/workspace_Congstar/apache-tomcat-8.5.40
17-Apr-2019 16:27:14.079 INFORMATION [main] org.apache.catalina.startup.VersionLoggerListener.log Command line argument: -Djava.util.logging.config.file=/home/sfrings/workspace_Congstar/apache-tomcat-8.5.40/conf/logging.properties
17-Apr-2019 16:27:14.079 INFORMATION [main] org.apache.catalina.startup.VersionLoggerListener.log Command line argument: -Djava.util.logging.manager=org.apache.juli.ClassLoaderLogManager
17-Apr-2019 16:27:14.079 INFORMATION [main] org.apache.catalina.startup.VersionLoggerListener.log Command line argument: -Dhttp.nonProxyHosts=localhost|127.0.0.1|stefanpc
17-Apr-2019 16:27:14.080 INFORMATION [main] org.apache.catalina.startup.VersionLoggerListener.log Command line argument: -Djdk.tls.ephemeralDHKeySize=2048
17-Apr-2019 16:27:14.080 INFORMATION [main] org.apache.catalina.startup.VersionLoggerListener.log Command line argument: -Djava.protocol.handler.pkgs=org.apache.catalina.webresources
17-Apr-2019 16:27:14.080 INFORMATION [main] org.apache.catalina.startup.VersionLoggerListener.log Command line argument: -Dorg.apache.catalina.security.SecurityListener.UMASK=0027
17-Apr-2019 16:27:14.080 INFORMATION [main] org.apache.catalina.startup.VersionLoggerListener.log Command line argument: -agentlib:jdwp=transport=dt_socket,address=11550,server=y,suspend=n
17-Apr-2019 16:27:14.080 INFORMATION [main] org.apache.catalina.startup.VersionLoggerListener.log Command line argument: -Dignore.endorsed.dirs=
17-Apr-2019 16:27:14.080 INFORMATION [main] org.apache.catalina.startup.VersionLoggerListener.log Command line argument: -Dcatalina.base=/home/sfrings/workspace_Congstar/apache-tomcat-8.5.40
17-Apr-2019 16:27:14.081 INFORMATION [main] org.apache.catalina.startup.VersionLoggerListener.log Command line argument: -Dcatalina.home=/home/sfrings/workspace_Congstar/apache-tomcat-8.5.40
17-Apr-2019 16:27:14.081 INFORMATION [main] org.apache.catalina.startup.VersionLoggerListener.log Command line argument: -Djava.io.tmpdir=/home/sfrings/workspace_Congstar/apache-tomcat-8.5.40/temp
17-Apr-2019 16:27:14.081 INFORMATION [main] org.apache.catalina.core.AprLifecycleListener.lifecycleEvent The APR based Apache Tomcat Native library which allows optimal performance in production environments was not found on the java.library.path: [/usr/java/packages/lib/amd64:/usr/lib/x86_64-linux-gnu/jni:/lib/x86_64-linux-gnu:/usr/lib/x86_64-linux-gnu:/usr/lib/jni:/lib:/usr/lib]
17-Apr-2019 16:27:14.245 INFORMATION [main] org.apache.coyote.AbstractProtocol.init Initializing ProtocolHandler ["http-nio-8080"]
17-Apr-2019 16:27:14.260 INFORMATION [main] org.apache.tomcat.util.net.NioSelectorPool.getSharedSelector Using a shared selector for servlet write/read
17-Apr-2019 16:27:14.299 INFORMATION [main] org.apache.coyote.AbstractProtocol.init Initializing ProtocolHandler ["ajp-nio-8009"]
17-Apr-2019 16:27:14.305 INFORMATION [main] org.apache.tomcat.util.net.NioSelectorPool.getSharedSelector Using a shared selector for servlet write/read
17-Apr-2019 16:27:14.308 INFORMATION [main] org.apache.catalina.startup.Catalina.load Initialization processed in 868 ms
17-Apr-2019 16:27:14.384 INFORMATION [main] org.apache.catalina.core.StandardService.startInternal Starting service [Catalina]
17-Apr-2019 16:27:14.387 INFORMATION [main] org.apache.catalina.core.StandardEngine.startInternal Starting Servlet Engine: Apache Tomcat/8.5.40
17-Apr-2019 16:27:14.421 INFORMATION [localhost-startStop-1] org.apache.catalina.startup.HostConfig.deployDescriptor Deploying configuration descriptor [/home/sfrings/workspace_Congstar/apache-tomcat-8.5.40/conf/Catalina/localhost/Test-1.0-SNAPSHOT.xml]
17-Apr-2019 16:27:15.702 INFORMATION [localhost-startStop-1] org.apache.jasper.servlet.TldScanner.scanJars At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
17-Apr-2019 16:27:15.865 FEIN [localhost-startStop-1] com.mvneco.test.SoapService.<init> Init SoapService 1
17-Apr-2019 16:27:18.690 INFORMATION [localhost-startStop-1] com.sun.xml.ws.server.MonitorBase.createRoot Metro monitoring rootname successfully set to: com.sun.metro:pp=/,type=WSEndpoint,name=/Test-1.0-SNAPSHOT-SoapServiceService-SoapServicePort
17-Apr-2019 16:27:18.870 INFORMATION [localhost-startStop-1] com.sun.xml.ws.transport.http.servlet.WSServletDelegate.<init> WSSERVLET14: Initialisierung von JAX-WS-Servlet
17-Apr-2019 16:27:18.872 INFORMATION [localhost-startStop-1] com.sun.xml.ws.transport.http.servlet.WSServletContextListener.contextInitialized WSSERVLET12: Initialisierung von JAX-WS-Kontext-Listener
17-Apr-2019 16:27:18.872 INFORMATION [localhost-startStop-1] com.sun.xml.ws.transport.http.servlet.WSServletContextListener.contextInitialized WSSERVLET12: Initialisierung von JAX-WS-Kontext-Listener
17-Apr-2019 16:27:18.905 INFORMATION [localhost-startStop-1] org.apache.catalina.startup.HostConfig.deployDescriptor Deployment of configuration descriptor [/home/sfrings/workspace_Congstar/apache-tomcat-8.5.40/conf/Catalina/localhost/Test-1.0-SNAPSHOT.xml] has finished in [4,484] ms
17-Apr-2019 16:27:18.907 INFORMATION [localhost-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deploying web application directory [/home/sfrings/workspace_Congstar/apache-tomcat-8.5.40/webapps/docs]
17-Apr-2019 16:27:19.728 INFORMATION [localhost-startStop-1] org.apache.jasper.servlet.TldScanner.scanJars At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
17-Apr-2019 16:27:19.730 INFORMATION [localhost-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web application directory [/home/sfrings/workspace_Congstar/apache-tomcat-8.5.40/webapps/docs] has finished in [823] ms
17-Apr-2019 16:27:19.731 INFORMATION [localhost-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deploying web application directory [/home/sfrings/workspace_Congstar/apache-tomcat-8.5.40/webapps/host-manager]
17-Apr-2019 16:27:20.473 INFORMATION [localhost-startStop-1] org.apache.jasper.servlet.TldScanner.scanJars At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
17-Apr-2019 16:27:20.479 INFORMATION [localhost-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web application directory [/home/sfrings/workspace_Congstar/apache-tomcat-8.5.40/webapps/host-manager] has finished in [749] ms
17-Apr-2019 16:27:20.479 INFORMATION [localhost-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deploying web application directory [/home/sfrings/workspace_Congstar/apache-tomcat-8.5.40/webapps/examples]
17-Apr-2019 16:27:21.633 INFORMATION [localhost-startStop-1] org.apache.jasper.servlet.TldScanner.scanJars At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
17-Apr-2019 16:27:21.700 INFORMATION [localhost-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web application directory [/home/sfrings/workspace_Congstar/apache-tomcat-8.5.40/webapps/examples] has finished in [1,221] ms
17-Apr-2019 16:27:21.700 INFORMATION [localhost-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deploying web application directory [/home/sfrings/workspace_Congstar/apache-tomcat-8.5.40/webapps/manager]
17-Apr-2019 16:27:23.001 INFORMATION [localhost-startStop-1] org.apache.jasper.servlet.TldScanner.scanJars At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
17-Apr-2019 16:27:23.088 INFORMATION [localhost-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web application directory [/home/sfrings/workspace_Congstar/apache-tomcat-8.5.40/webapps/manager] has finished in [1,388] ms
17-Apr-2019 16:27:23.088 INFORMATION [localhost-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deploying web application directory [/home/sfrings/workspace_Congstar/apache-tomcat-8.5.40/webapps/ROOT]
17-Apr-2019 16:27:23.757 INFORMATION [localhost-startStop-1] org.apache.jasper.servlet.TldScanner.scanJars At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
17-Apr-2019 16:27:23.759 INFORMATION [localhost-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web application directory [/home/sfrings/workspace_Congstar/apache-tomcat-8.5.40/webapps/ROOT] has finished in [671] ms
17-Apr-2019 16:27:23.765 INFORMATION [main] org.apache.coyote.AbstractProtocol.start Starting ProtocolHandler ["http-nio-8080"]
17-Apr-2019 16:27:23.944 INFORMATION [main] org.apache.coyote.AbstractProtocol.start Starting ProtocolHandler ["ajp-nio-8009"]
17-Apr-2019 16:27:23.951 INFORMATION [main] org.apache.catalina.startup.Catalina.start Server startup in 9641 ms
17-Apr-2019 16:27:35.074 FEIN [http-nio-8080-exec-1] com.mvneco.test.SoapService.test Start test(). payload=?
{code}
> Wildfly creates to many instances of all web service classes
> ------------------------------------------------------------
>
> Key: WFLY-11999
> URL: https://issues.jboss.org/browse/WFLY-11999
> Project: WildFly
> Issue Type: Bug
> Components: EE
> Affects Versions: 8.0.0.Final, 16.0.0.Final
> Environment: Ubuntu 18.10 64bit, Open JDK 8 or Open JDK 11
> Reporter: Stefan Frings
> Assignee: Brian Stansberry
> Priority: Minor
> Attachments: Test.zip
>
>
> 1) My @Webservice classes are all constructed multiple times (3x - 4x) but I expected only one instance.
> 2) Only the second instance receives a call to the observer method for initialization. I expect that this method is called in each instance.
> The issue can be reproduced with the attached minimum project on Wildfly 8 with JDK 8 as well as Wildfly 16 with JDK 11.
> Complete source code of the whole application:
> {code}
> package com.mvneco.test;
> import javax.enterprise.context.ApplicationScoped;
> import javax.enterprise.context.Initialized;
> import javax.enterprise.event.Observes;
> import javax.jws.WebMethod;
> import javax.jws.WebService;
> import org.apache.commons.logging.Log;
> import org.apache.commons.logging.LogFactory;
> @ApplicationScoped
> @WebService
> public class SoapService
> {
> private Log log = LogFactory.getLog(SoapService.class);
> public SoapService()
> {
> log.debug("Init SoapService 1");
> }
> @WebMethod(exclude = true)
> public void init(@Observes @Initialized(ApplicationScoped.class) Object init)
> {
> log.debug("Init SoapService 2");
> }
> @WebMethod
> public String test(String payload)
> {
> log.debug("Start test(). payload="+payload);
> return "OK";
> }
> }
> {code}
> Extract from Log messages that show the issue (the complete log is in the attached ZIP):
> {code}
> 2019-04-17 13:12:21,399 DEBUG [com.mvneco.test.SoapService] (MSC service thread 1-2) Init SoapService 1
> 2019-04-17 13:12:23,068 DEBUG [com.mvneco.test.SoapService] (ServerService Thread Pool -- 74) Init SoapService 1
> 2019-04-17 13:12:23,070 DEBUG [com.mvneco.test.SoapService] (ServerService Thread Pool -- 74) Init SoapService 2
> 2019-04-17 13:12:23,475 INFO [org.jboss.as] (Controller Boot Thread) WFLYSRV0025: WildFly Full 16.0.0.Final (WildFly Core 8.0.0.Final) started in 10514ms - Started 510 of 699 services (337 services are lazy, passive or on-demand)
> 2019-04-17 13:12:28,920 INFO [org.apache.cxf.services.SoapService.REQ_IN] (default task-1) REQ_IN
> Address: http://localhost:8080/Test-1.0-SNAPSHOT/SoapService
> ...
> 2019-04-17 13:12:28,932 DEBUG [com.mvneco.test.SoapService] (default task-1) Init SoapService 1
> 2019-04-17 13:12:28,937 DEBUG [com.mvneco.test.SoapService] (default task-1) Init SoapService 1
> 2019-04-17 13:12:28,937 DEBUG [com.mvneco.test.SoapService] (default task-1) Start test(). payload=?
> 2019-04-17 13:12:28,969 INFO [org.apache.cxf.services.SoapService.RESP_OUT] (default task-1) RESP_OUT
> Content-Type: text/xml
> ...
> {code}
--
This message was sent by Atlassian Jira
(v7.12.1#712002)
7 years, 3 months
[JBoss JIRA] (WFLY-11999) Wildfly creates to many instances of all web service classes
by Stefan Frings (Jira)
[ https://issues.jboss.org/browse/WFLY-11999?page=com.atlassian.jira.plugin... ]
Stefan Frings updated WFLY-11999:
---------------------------------
Description:
1) My @Webservice classes are all constructed multiple times (3x - 4x) but I expected only one instance.
2) Only the second instance receives a call to the observer method for initialization. I expect that this method is called in each instance.
The issue can be reproduced with the attached minimum project on Wildfly 8 with JDK 8 as well as Wildfly 16 with JDK 11.
Complete source code of the whole application:
{code}
package com.mvneco.test;
import javax.enterprise.context.ApplicationScoped;
import javax.enterprise.context.Initialized;
import javax.enterprise.event.Observes;
import javax.jws.WebMethod;
import javax.jws.WebService;
import org.apache.commons.logging.Log;
import org.apache.commons.logging.LogFactory;
@ApplicationScoped
@WebService
public class SoapService
{
private Log log = LogFactory.getLog(SoapService.class);
public SoapService()
{
log.debug("Init SoapService 1");
}
@WebMethod(exclude = true)
public void init(@Observes @Initialized(ApplicationScoped.class) Object init)
{
log.debug("Init SoapService 2");
}
@WebMethod
public String test(String payload)
{
log.debug("Start test(). payload="+payload);
return "OK";
}
}
{code}
Extract from Log messages that show the issue (the complete log is in the attached ZIP):
{code}
2019-04-17 13:12:21,399 DEBUG [com.mvneco.test.SoapService] (MSC service thread 1-2) Init SoapService 1
2019-04-17 13:12:23,068 DEBUG [com.mvneco.test.SoapService] (ServerService Thread Pool -- 74) Init SoapService 1
2019-04-17 13:12:23,070 DEBUG [com.mvneco.test.SoapService] (ServerService Thread Pool -- 74) Init SoapService 2
2019-04-17 13:12:23,475 INFO [org.jboss.as] (Controller Boot Thread) WFLYSRV0025: WildFly Full 16.0.0.Final (WildFly Core 8.0.0.Final) started in 10514ms - Started 510 of 699 services (337 services are lazy, passive or on-demand)
2019-04-17 13:12:28,920 INFO [org.apache.cxf.services.SoapService.REQ_IN] (default task-1) REQ_IN
Address: http://localhost:8080/Test-1.0-SNAPSHOT/SoapService
...
2019-04-17 13:12:28,932 DEBUG [com.mvneco.test.SoapService] (default task-1) Init SoapService 1
2019-04-17 13:12:28,937 DEBUG [com.mvneco.test.SoapService] (default task-1) Init SoapService 1
2019-04-17 13:12:28,937 DEBUG [com.mvneco.test.SoapService] (default task-1) Start test(). payload=?
2019-04-17 13:12:28,969 INFO [org.apache.cxf.services.SoapService.RESP_OUT] (default task-1) RESP_OUT
Content-Type: text/xml
...
{code}
was:
1) My @Webservice classes are all constructed multiple times (3x - 4x) but I expected only one instance.
2) Only the second instance receives a call to the observer method for initialization. I expect that this method is called in each instance.
The issue can be reproduced with the attached minimum project on Wildfly 8 with JDK 8 as well as Wildfly 16 with JDK 11.
Complete source code of the whole application:
{code}
package com.mvneco.test;
import javax.enterprise.context.ApplicationScoped;
import javax.enterprise.context.Initialized;
import javax.enterprise.event.Observes;
import javax.jws.WebMethod;
import javax.jws.WebService;
import org.apache.commons.logging.Log;
import org.apache.commons.logging.LogFactory;
@ApplicationScoped
@WebService
public class SoapService
{
private Log log = LogFactory.getLog(SoapService.class);
public SoapService()
{
log.debug("Init SoapService 1");
}
@WebMethod(exclude = true)
public void init(@Observes @Initialized(ApplicationScoped.class) Object init)
{
log.debug("Init SoapService 2");
}
@WebMethod
public String test(String payload)
{
log.debug("Start test(). payload="+payload);
return "OK";
}
}
{code}
Extract from Log messages that show the issue (the complete log is in the attached ZIP):
{code}
2019-04-17 13:12:21,399 DEBUG [com.mvneco.test.SoapService] (MSC service thread 1-2) Init SoapService 1
2019-04-17 13:12:23,068 DEBUG [com.mvneco.test.SoapService] (ServerService Thread Pool -- 74) Init SoapService 1
2019-04-17 13:12:23,070 DEBUG [com.mvneco.test.SoapService] (ServerService Thread Pool -- 74) Init SoapService 2
2019-04-17 13:12:23,475 INFO [org.jboss.as] (Controller Boot Thread) WFLYSRV0025: WildFly Full 16.0.0.Final (WildFly Core 8.0.0.Final) started in 10514ms - Started 510 of 699 services (337 services are lazy, passive or on-demand)
2019-04-17 13:12:28,920 INFO [org.apache.cxf.services.SoapService.REQ_IN] (default task-1) REQ_IN
Address: http://localhost:8080/Test-1.0-SNAPSHOT/SoapService
...
2019-04-17 13:12:28,932 DEBUG [com.mvneco.test.SoapService] (default task-1) Init SoapService 1
2019-04-17 13:12:28,937 DEBUG [com.mvneco.test.SoapService] (default task-1) Init SoapService 1
2019-04-17 13:12:28,937 DEBUG [com.mvneco.test.SoapService] (default task-1) Start test(). payload=?
2019-04-17 13:12:28,969 INFO [org.apache.cxf.services.SoapService.RESP_OUT] (default task-1) RESP_OUT
Content-Type: text/xml
...
{code}
> Wildfly creates to many instances of all web service classes
> ------------------------------------------------------------
>
> Key: WFLY-11999
> URL: https://issues.jboss.org/browse/WFLY-11999
> Project: WildFly
> Issue Type: Bug
> Components: EE
> Affects Versions: 8.0.0.Final, 16.0.0.Final
> Environment: Ubuntu 18.10 64bit, Open JDK 8 or Open JDK 11
> Reporter: Stefan Frings
> Assignee: Brian Stansberry
> Priority: Minor
> Attachments: Test.zip
>
>
> 1) My @Webservice classes are all constructed multiple times (3x - 4x) but I expected only one instance.
> 2) Only the second instance receives a call to the observer method for initialization. I expect that this method is called in each instance.
> The issue can be reproduced with the attached minimum project on Wildfly 8 with JDK 8 as well as Wildfly 16 with JDK 11.
> Complete source code of the whole application:
> {code}
> package com.mvneco.test;
> import javax.enterprise.context.ApplicationScoped;
> import javax.enterprise.context.Initialized;
> import javax.enterprise.event.Observes;
> import javax.jws.WebMethod;
> import javax.jws.WebService;
> import org.apache.commons.logging.Log;
> import org.apache.commons.logging.LogFactory;
> @ApplicationScoped
> @WebService
> public class SoapService
> {
> private Log log = LogFactory.getLog(SoapService.class);
> public SoapService()
> {
> log.debug("Init SoapService 1");
> }
> @WebMethod(exclude = true)
> public void init(@Observes @Initialized(ApplicationScoped.class) Object init)
> {
> log.debug("Init SoapService 2");
> }
> @WebMethod
> public String test(String payload)
> {
> log.debug("Start test(). payload="+payload);
> return "OK";
> }
> }
> {code}
> Extract from Log messages that show the issue (the complete log is in the attached ZIP):
> {code}
> 2019-04-17 13:12:21,399 DEBUG [com.mvneco.test.SoapService] (MSC service thread 1-2) Init SoapService 1
> 2019-04-17 13:12:23,068 DEBUG [com.mvneco.test.SoapService] (ServerService Thread Pool -- 74) Init SoapService 1
> 2019-04-17 13:12:23,070 DEBUG [com.mvneco.test.SoapService] (ServerService Thread Pool -- 74) Init SoapService 2
> 2019-04-17 13:12:23,475 INFO [org.jboss.as] (Controller Boot Thread) WFLYSRV0025: WildFly Full 16.0.0.Final (WildFly Core 8.0.0.Final) started in 10514ms - Started 510 of 699 services (337 services are lazy, passive or on-demand)
> 2019-04-17 13:12:28,920 INFO [org.apache.cxf.services.SoapService.REQ_IN] (default task-1) REQ_IN
> Address: http://localhost:8080/Test-1.0-SNAPSHOT/SoapService
> ...
> 2019-04-17 13:12:28,932 DEBUG [com.mvneco.test.SoapService] (default task-1) Init SoapService 1
> 2019-04-17 13:12:28,937 DEBUG [com.mvneco.test.SoapService] (default task-1) Init SoapService 1
> 2019-04-17 13:12:28,937 DEBUG [com.mvneco.test.SoapService] (default task-1) Start test(). payload=?
> 2019-04-17 13:12:28,969 INFO [org.apache.cxf.services.SoapService.RESP_OUT] (default task-1) RESP_OUT
> Content-Type: text/xml
> ...
> {code}
--
This message was sent by Atlassian Jira
(v7.12.1#712002)
7 years, 3 months
[JBoss JIRA] (DROOLS-3896) [DMN Designer] Editing a merged header cell positions editor at the wrong location
by Michael Anstis (Jira)
[ https://issues.jboss.org/browse/DROOLS-3896?page=com.atlassian.jira.plugi... ]
Michael Anstis updated DROOLS-3896:
-----------------------------------
Description:
{{EditableHeaderGridWidgetEditCellMouseEventHandler}} needs to get the meta-data block start.
The issue is only reproducible using the mouse and not keyboard.
was:
Double clicking the "Enter function" header cell shows an editor.
However depending on which column was double clicked the editor appears in the wrong location.
{{CellContextUtilities.editSelectedCell(..)}} calls {{ColumnIndexUtilities.findUiColumnIndex(..)}} that should find the start of a merged block and therefore should probably call {{ColumnIndexUtilities.getHeaderBlockStartColumnIndex(..)}} instead.
> [DMN Designer] Editing a merged header cell positions editor at the wrong location
> ----------------------------------------------------------------------------------
>
> Key: DROOLS-3896
> URL: https://issues.jboss.org/browse/DROOLS-3896
> Project: Drools
> Issue Type: Bug
> Components: DMN Editor
> Affects Versions: 7.20.0.Final
> Reporter: Michael Anstis
> Assignee: Jozef Marko
> Priority: Major
> Labels: drools-tools
> Attachments: DROOLS-3896-1.png, DROOLS-3896-2.png
>
>
> {{EditableHeaderGridWidgetEditCellMouseEventHandler}} needs to get the meta-data block start.
> The issue is only reproducible using the mouse and not keyboard.
--
This message was sent by Atlassian Jira
(v7.12.1#712002)
7 years, 3 months
[JBoss JIRA] (WFLY-11999) Wildfly creates to many instances of all web service classes
by Stefan Frings (Jira)
[ https://issues.jboss.org/browse/WFLY-11999?page=com.atlassian.jira.plugin... ]
Stefan Frings commented on WFLY-11999:
--------------------------------------
Interesting info: Apache Tomcat starts only 1 instance of the class with @ApplicationScoped:
{code}
Using CATALINA_BASE: /home/sfrings/workspace_Congstar/apache-tomcat-8.5.40
Using CATALINA_HOME: /home/sfrings/workspace_Congstar/apache-tomcat-8.5.40
Using CATALINA_TMPDIR: /home/sfrings/workspace_Congstar/apache-tomcat-8.5.40/temp
Using JRE_HOME: /usr/lib/jvm/java-8-openjdk-amd64
Using CLASSPATH: /home/sfrings/workspace_Congstar/apache-tomcat-8.5.40/bin/bootstrap.jar:/home/sfrings/workspace_Congstar/apache-tomcat-8.5.40/bin/tomcat-juli.jar
Listening for transport dt_socket at address: 11550
17-Apr-2019 16:27:14.075 INFORMATION [main] org.apache.catalina.startup.VersionLoggerListener.log Server version: Apache Tomcat/8.5.40
17-Apr-2019 16:27:14.077 INFORMATION [main] org.apache.catalina.startup.VersionLoggerListener.log Server built: Apr 10 2019 14:31:19 UTC
17-Apr-2019 16:27:14.078 INFORMATION [main] org.apache.catalina.startup.VersionLoggerListener.log Server number: 8.5.40.0
17-Apr-2019 16:27:14.078 INFORMATION [main] org.apache.catalina.startup.VersionLoggerListener.log OS Name: Linux
17-Apr-2019 16:27:14.078 INFORMATION [main] org.apache.catalina.startup.VersionLoggerListener.log OS Version: 4.18.0-17-generic
17-Apr-2019 16:27:14.078 INFORMATION [main] org.apache.catalina.startup.VersionLoggerListener.log Architecture: amd64
17-Apr-2019 16:27:14.078 INFORMATION [main] org.apache.catalina.startup.VersionLoggerListener.log Java Home: /usr/lib/jvm/java-8-openjdk-amd64/jre
17-Apr-2019 16:27:14.078 INFORMATION [main] org.apache.catalina.startup.VersionLoggerListener.log JVM Version: 1.8.0_191-8u191-b12-2ubuntu0.18.10.1-b12
17-Apr-2019 16:27:14.078 INFORMATION [main] org.apache.catalina.startup.VersionLoggerListener.log JVM Vendor: Oracle Corporation
17-Apr-2019 16:27:14.079 INFORMATION [main] org.apache.catalina.startup.VersionLoggerListener.log CATALINA_BASE: /home/sfrings/workspace_Congstar/apache-tomcat-8.5.40
17-Apr-2019 16:27:14.079 INFORMATION [main] org.apache.catalina.startup.VersionLoggerListener.log CATALINA_HOME: /home/sfrings/workspace_Congstar/apache-tomcat-8.5.40
17-Apr-2019 16:27:14.079 INFORMATION [main] org.apache.catalina.startup.VersionLoggerListener.log Command line argument: -Djava.util.logging.config.file=/home/sfrings/workspace_Congstar/apache-tomcat-8.5.40/conf/logging.properties
17-Apr-2019 16:27:14.079 INFORMATION [main] org.apache.catalina.startup.VersionLoggerListener.log Command line argument: -Djava.util.logging.manager=org.apache.juli.ClassLoaderLogManager
17-Apr-2019 16:27:14.079 INFORMATION [main] org.apache.catalina.startup.VersionLoggerListener.log Command line argument: -Dhttp.nonProxyHosts=localhost|127.0.0.1|stefanpc
17-Apr-2019 16:27:14.080 INFORMATION [main] org.apache.catalina.startup.VersionLoggerListener.log Command line argument: -Djdk.tls.ephemeralDHKeySize=2048
17-Apr-2019 16:27:14.080 INFORMATION [main] org.apache.catalina.startup.VersionLoggerListener.log Command line argument: -Djava.protocol.handler.pkgs=org.apache.catalina.webresources
17-Apr-2019 16:27:14.080 INFORMATION [main] org.apache.catalina.startup.VersionLoggerListener.log Command line argument: -Dorg.apache.catalina.security.SecurityListener.UMASK=0027
17-Apr-2019 16:27:14.080 INFORMATION [main] org.apache.catalina.startup.VersionLoggerListener.log Command line argument: -agentlib:jdwp=transport=dt_socket,address=11550,server=y,suspend=n
17-Apr-2019 16:27:14.080 INFORMATION [main] org.apache.catalina.startup.VersionLoggerListener.log Command line argument: -Dignore.endorsed.dirs=
17-Apr-2019 16:27:14.080 INFORMATION [main] org.apache.catalina.startup.VersionLoggerListener.log Command line argument: -Dcatalina.base=/home/sfrings/workspace_Congstar/apache-tomcat-8.5.40
17-Apr-2019 16:27:14.081 INFORMATION [main] org.apache.catalina.startup.VersionLoggerListener.log Command line argument: -Dcatalina.home=/home/sfrings/workspace_Congstar/apache-tomcat-8.5.40
17-Apr-2019 16:27:14.081 INFORMATION [main] org.apache.catalina.startup.VersionLoggerListener.log Command line argument: -Djava.io.tmpdir=/home/sfrings/workspace_Congstar/apache-tomcat-8.5.40/temp
17-Apr-2019 16:27:14.081 INFORMATION [main] org.apache.catalina.core.AprLifecycleListener.lifecycleEvent The APR based Apache Tomcat Native library which allows optimal performance in production environments was not found on the java.library.path: [/usr/java/packages/lib/amd64:/usr/lib/x86_64-linux-gnu/jni:/lib/x86_64-linux-gnu:/usr/lib/x86_64-linux-gnu:/usr/lib/jni:/lib:/usr/lib]
17-Apr-2019 16:27:14.245 INFORMATION [main] org.apache.coyote.AbstractProtocol.init Initializing ProtocolHandler ["http-nio-8080"]
17-Apr-2019 16:27:14.260 INFORMATION [main] org.apache.tomcat.util.net.NioSelectorPool.getSharedSelector Using a shared selector for servlet write/read
17-Apr-2019 16:27:14.299 INFORMATION [main] org.apache.coyote.AbstractProtocol.init Initializing ProtocolHandler ["ajp-nio-8009"]
17-Apr-2019 16:27:14.305 INFORMATION [main] org.apache.tomcat.util.net.NioSelectorPool.getSharedSelector Using a shared selector for servlet write/read
17-Apr-2019 16:27:14.308 INFORMATION [main] org.apache.catalina.startup.Catalina.load Initialization processed in 868 ms
17-Apr-2019 16:27:14.384 INFORMATION [main] org.apache.catalina.core.StandardService.startInternal Starting service [Catalina]
17-Apr-2019 16:27:14.387 INFORMATION [main] org.apache.catalina.core.StandardEngine.startInternal Starting Servlet Engine: Apache Tomcat/8.5.40
17-Apr-2019 16:27:14.421 INFORMATION [localhost-startStop-1] org.apache.catalina.startup.HostConfig.deployDescriptor Deploying configuration descriptor [/home/sfrings/workspace_Congstar/apache-tomcat-8.5.40/conf/Catalina/localhost/Test-1.0-SNAPSHOT.xml]
17-Apr-2019 16:27:15.702 INFORMATION [localhost-startStop-1] org.apache.jasper.servlet.TldScanner.scanJars At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
17-Apr-2019 16:27:15.865 FEIN [localhost-startStop-1] com.mvneco.test.SoapService.<init> Init SoapService 1
17-Apr-2019 16:27:18.690 INFORMATION [localhost-startStop-1] com.sun.xml.ws.server.MonitorBase.createRoot Metro monitoring rootname successfully set to: com.sun.metro:pp=/,type=WSEndpoint,name=/Test-1.0-SNAPSHOT-SoapServiceService-SoapServicePort
17-Apr-2019 16:27:18.870 INFORMATION [localhost-startStop-1] com.sun.xml.ws.transport.http.servlet.WSServletDelegate.<init> WSSERVLET14: Initialisierung von JAX-WS-Servlet
17-Apr-2019 16:27:18.872 INFORMATION [localhost-startStop-1] com.sun.xml.ws.transport.http.servlet.WSServletContextListener.contextInitialized WSSERVLET12: Initialisierung von JAX-WS-Kontext-Listener
17-Apr-2019 16:27:18.872 INFORMATION [localhost-startStop-1] com.sun.xml.ws.transport.http.servlet.WSServletContextListener.contextInitialized WSSERVLET12: Initialisierung von JAX-WS-Kontext-Listener
17-Apr-2019 16:27:18.905 INFORMATION [localhost-startStop-1] org.apache.catalina.startup.HostConfig.deployDescriptor Deployment of configuration descriptor [/home/sfrings/workspace_Congstar/apache-tomcat-8.5.40/conf/Catalina/localhost/Test-1.0-SNAPSHOT.xml] has finished in [4,484] ms
17-Apr-2019 16:27:18.907 INFORMATION [localhost-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deploying web application directory [/home/sfrings/workspace_Congstar/apache-tomcat-8.5.40/webapps/docs]
17-Apr-2019 16:27:19.728 INFORMATION [localhost-startStop-1] org.apache.jasper.servlet.TldScanner.scanJars At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
17-Apr-2019 16:27:19.730 INFORMATION [localhost-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web application directory [/home/sfrings/workspace_Congstar/apache-tomcat-8.5.40/webapps/docs] has finished in [823] ms
17-Apr-2019 16:27:19.731 INFORMATION [localhost-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deploying web application directory [/home/sfrings/workspace_Congstar/apache-tomcat-8.5.40/webapps/host-manager]
17-Apr-2019 16:27:20.473 INFORMATION [localhost-startStop-1] org.apache.jasper.servlet.TldScanner.scanJars At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
17-Apr-2019 16:27:20.479 INFORMATION [localhost-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web application directory [/home/sfrings/workspace_Congstar/apache-tomcat-8.5.40/webapps/host-manager] has finished in [749] ms
17-Apr-2019 16:27:20.479 INFORMATION [localhost-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deploying web application directory [/home/sfrings/workspace_Congstar/apache-tomcat-8.5.40/webapps/examples]
17-Apr-2019 16:27:21.633 INFORMATION [localhost-startStop-1] org.apache.jasper.servlet.TldScanner.scanJars At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
17-Apr-2019 16:27:21.700 INFORMATION [localhost-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web application directory [/home/sfrings/workspace_Congstar/apache-tomcat-8.5.40/webapps/examples] has finished in [1,221] ms
17-Apr-2019 16:27:21.700 INFORMATION [localhost-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deploying web application directory [/home/sfrings/workspace_Congstar/apache-tomcat-8.5.40/webapps/manager]
17-Apr-2019 16:27:23.001 INFORMATION [localhost-startStop-1] org.apache.jasper.servlet.TldScanner.scanJars At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
17-Apr-2019 16:27:23.088 INFORMATION [localhost-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web application directory [/home/sfrings/workspace_Congstar/apache-tomcat-8.5.40/webapps/manager] has finished in [1,388] ms
17-Apr-2019 16:27:23.088 INFORMATION [localhost-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deploying web application directory [/home/sfrings/workspace_Congstar/apache-tomcat-8.5.40/webapps/ROOT]
17-Apr-2019 16:27:23.757 INFORMATION [localhost-startStop-1] org.apache.jasper.servlet.TldScanner.scanJars At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
17-Apr-2019 16:27:23.759 INFORMATION [localhost-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web application directory [/home/sfrings/workspace_Congstar/apache-tomcat-8.5.40/webapps/ROOT] has finished in [671] ms
17-Apr-2019 16:27:23.765 INFORMATION [main] org.apache.coyote.AbstractProtocol.start Starting ProtocolHandler ["http-nio-8080"]
17-Apr-2019 16:27:23.944 INFORMATION [main] org.apache.coyote.AbstractProtocol.start Starting ProtocolHandler ["ajp-nio-8009"]
17-Apr-2019 16:27:23.951 INFORMATION [main] org.apache.catalina.startup.Catalina.start Server startup in 9641 ms
17-Apr-2019 16:27:35.074 FEIN [http-nio-8080-exec-1] com.mvneco.test.SoapService.test Start test(). payload=?
{code}
> Wildfly creates to many instances of all web service classes
> ------------------------------------------------------------
>
> Key: WFLY-11999
> URL: https://issues.jboss.org/browse/WFLY-11999
> Project: WildFly
> Issue Type: Bug
> Components: EE
> Affects Versions: 8.0.0.Final, 16.0.0.Final
> Environment: Ubuntu 18.10 64bit, Open JDK 8 or Open JDK 11
> Reporter: Stefan Frings
> Assignee: Brian Stansberry
> Priority: Minor
> Attachments: Test.zip
>
>
> 1) My @Webservice classes are all constructed multiple times (3x - 4x) but I expected only one instance.
> 2) Only the second instance receives a call to the observer method for initialization. I expect that this method is called in each instance.
> The issue can be reproduced with the attached minimum project on Wildfly 8 with JDK 8 as well as Wildfly 16 with JDK 11.
> Complete source code of the whole application:
> {code}
> package com.mvneco.test;
> import javax.enterprise.context.ApplicationScoped;
> import javax.enterprise.context.Initialized;
> import javax.enterprise.event.Observes;
> import javax.jws.WebMethod;
> import javax.jws.WebService;
> import org.apache.commons.logging.Log;
> import org.apache.commons.logging.LogFactory;
> @ApplicationScoped
> @WebService
> public class SoapService
> {
> private Log log = LogFactory.getLog(SoapService.class);
> public SoapService()
> {
> log.debug("Init SoapService 1");
> }
> @WebMethod(exclude = true)
> public void init(@Observes @Initialized(ApplicationScoped.class) Object init)
> {
> log.debug("Init SoapService 2");
> }
> @WebMethod
> public String test(String payload)
> {
> log.debug("Start test(). payload="+payload);
> return "OK";
> }
> }
> {code}
> Extract from Log messages that show the issue (the complete log is in the attached ZIP):
> {code}
> 2019-04-17 13:12:21,399 DEBUG [com.mvneco.test.SoapService] (MSC service thread 1-2) Init SoapService 1
> 2019-04-17 13:12:23,068 DEBUG [com.mvneco.test.SoapService] (ServerService Thread Pool -- 74) Init SoapService 1
> 2019-04-17 13:12:23,070 DEBUG [com.mvneco.test.SoapService] (ServerService Thread Pool -- 74) Init SoapService 2
> 2019-04-17 13:12:23,475 INFO [org.jboss.as] (Controller Boot Thread) WFLYSRV0025: WildFly Full 16.0.0.Final (WildFly Core 8.0.0.Final) started in 10514ms - Started 510 of 699 services (337 services are lazy, passive or on-demand)
> 2019-04-17 13:12:28,920 INFO [org.apache.cxf.services.SoapService.REQ_IN] (default task-1) REQ_IN
> Address: http://localhost:8080/Test-1.0-SNAPSHOT/SoapService
> ...
> 2019-04-17 13:12:28,932 DEBUG [com.mvneco.test.SoapService] (default task-1) Init SoapService 1
> 2019-04-17 13:12:28,937 DEBUG [com.mvneco.test.SoapService] (default task-1) Init SoapService 1
> 2019-04-17 13:12:28,937 DEBUG [com.mvneco.test.SoapService] (default task-1) Start test(). payload=?
> 2019-04-17 13:12:28,969 INFO [org.apache.cxf.services.SoapService.RESP_OUT] (default task-1) RESP_OUT
> Content-Type: text/xml
> ...
> {code}
--
This message was sent by Atlassian Jira
(v7.12.1#712002)
7 years, 3 months
[JBoss JIRA] (ELY-1792) IBM, error VaultCommandTest
by Darran Lofthouse (Jira)
[ https://issues.jboss.org/browse/ELY-1792?page=com.atlassian.jira.plugin.s... ]
Darran Lofthouse commented on ELY-1792:
---------------------------------------
[~okotek] is this also experienced using the 1.x branch of Elytron?
> IBM, error VaultCommandTest
> ---------------------------
>
> Key: ELY-1792
> URL: https://issues.jboss.org/browse/ELY-1792
> Project: WildFly Elytron
> Issue Type: Bug
> Components: Command-Line Tool
> Affects Versions: 2.0.0.Alpha4
> Environment: {noformat}
> $ mvn -version
> Apache Maven 3.6.0 (97c98ec64a1fdfee7767ce5ffb20918da4f719f3; 2018-10-24T20:41:47+02:00)
> Maven home: /path/to/maven-3.6.0
> Java version: 11.0.1, vendor: Oracle Corporation, runtime: /path/to/java/openjdk-11
> Default locale: en_US, platform encoding: UTF-8
> OS name: "linux", version: "4.19.8-200.fc28.x86_64", arch: "amd64", family: "unix"
> {noformat}
> {noformat}
> $ /path/to/java/ibm-java-x86_64-80/bin/java -version
> java version "1.8.0_201"
> Java(TM) SE Runtime Environment (build 8.0.5.31 - pxa6480sr5fp31-20190311_03(SR5 FP31))
> IBM J9 VM (build 2.9, JRE 1.8.0 Linux amd64-64-Bit Compressed References 20190306_411656 (JIT enabled, AOT enabled)
> OpenJ9 - d97ae0f
> OMR - a975735
> IBM - ad515e8)
> JCL - 20190307_01 based on Oracle jdk8u201-b09
> {noformat}
> Reporter: Ondrej Kotek
> Priority: Major
>
> The {{org.wildfly.security.tool.VaultCommandTest}} {{bulkConversionBasicTest}}, {{testDuplicateOptions}}, {{singleConversionBasicTest}} tests result in error on IBM Java:
> {noformat}
> java.lang.RuntimeException: java.lang.Exception: ELYTOOL00012: Problem converting vault (enc-dir="target/test-classes/vault-v1/vault_data/";keystore="target/test-classes/vault-v1/vault-jceks.keystore")
> at org.wildfly.security.tool.AbstractCommandTest.executeCommandAndCheckStatusAndGetOutput(AbstractCommandTest.java:132)
> at org.wildfly.security.tool.AbstractCommandTest.executeCommandAndCheckStatusAndGetOutput(AbstractCommandTest.java:116)
> at org.wildfly.security.tool.VaultCommandTest.bulkConversionBasicTest(VaultCommandTest.java:74)
> at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
> at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:90)
> at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:55)
> at java.lang.reflect.Method.invoke(Method.java:508)
> at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
> at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
> at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
> at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
> at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26)
> at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27)
> at org.junit.rules.ExternalResource$1.evaluate(ExternalResource.java:48)
> at org.junit.rules.RunRules.evaluate(RunRules.java:20)
> at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
> at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
> at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
> at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
> at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
> at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
> at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
> at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
> at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
> at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:367)
> at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:274)
> at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238)
> at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:161)
> at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:290)
> at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:242)
> at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:121)
> Caused by: java.lang.Exception: ELYTOOL00012: Problem converting vault (enc-dir="target/test-classes/vault-v1/vault_data/";keystore="target/test-classes/vault-v1/vault-jceks.keystore")
> at org.wildfly.security.tool.VaultCommand.execute(VaultCommand.java:190)
> at org.wildfly.security.tool.AbstractCommandTest.executeCommandAndCheckStatusAndGetOutput(AbstractCommandTest.java:130)
> ... 30 more
> Caused by: java.io.IOException: com.sun.crypto.provider.SealedObjectForKeyProtector
> at com.ibm.crypto.provider.JceKeyStore.engineLoad(Unknown Source)
> at java.security.KeyStore.load(KeyStore.java:1456)
> at org.wildfly.security.tool.VaultCommand.getVaultCredentialStoreProtectionParameter(VaultCommand.java:402)
> at org.wildfly.security.tool.VaultCommand.convert(VaultCommand.java:290)
> at org.wildfly.security.tool.VaultCommand.execute(VaultCommand.java:183)
> ... 31 more
> {noformat}
> Probably because the {{tool/src/test/resources/vault-v1/vault-jceks.keystore}} file is not generated by IBM Java.
--
This message was sent by Atlassian Jira
(v7.12.1#712002)
7 years, 3 months