[JBoss JIRA] (WFLY-10238) Wsprovide tool doesn't generate/keep class files on JDK10
by Marek Kopecký (JIRA)
Marek Kopecký created WFLY-10238:
------------------------------------
Summary: Wsprovide tool doesn't generate/keep class files on JDK10
Key: WFLY-10238
URL: https://issues.jboss.org/browse/WFLY-10238
Project: WildFly
Issue Type: Bug
Components: Web Services
Reporter: Marek Kopecký
Assignee: Alessio Soldano
Priority: Blocker
Wsprovide tool doesn't keep class files on JDK10
Example:
{noformat}
[mkopecky@localhost bin]$ jdk8
[mkopecky@localhost bin]$ java -version
java version "1.8.0_111"
Java(TM) SE Runtime Environment (build 1.8.0_111-b14)
Java HotSpot(TM) 64-Bit Server VM (build 25.111-b14, mixed mode)
[mkopecky@localhost bin]$ ./wsprovide.sh -k -c ~/erase10/classes -o out org.jboss.as.testsuite.integration.scripts.test.tools.Echo1Impl
Could not find log4j.properties or log4j.xml configuration, logging to console.
java2ws -s /home/mkopecky/playground/wf/wfly.22/wfly.22/bin/out -classdir /home/mkopecky/playground/wf/wfly.22/wfly.22/bin/out -d /home/mkopecky/playground/wf/wfly.22/wfly.22/bin/out -verbose -cp /home/mkopecky/erase10/classes/: -wrapperbean -createxsdimports org.jboss.as.testsuite.integration.scripts.test.tools.Echo1Impl
java2ws - Apache CXF 3.2.4
[mkopecky@localhost bin]$ find out/ | grep class
out/org/jboss/as/testsuite/integration/scripts/test/tools/jaxws/EchoPlus1.class
out/org/jboss/as/testsuite/integration/scripts/test/tools/jaxws/EchoPlus1Response.class
[mkopecky@localhost bin]$ jdk10
[mkopecky@localhost bin]$ rm -rf out
[mkopecky@localhost bin]$ java -version
java version "10" 2018-03-20
Java(TM) SE Runtime Environment 18.3 (build 10+46)
Java HotSpot(TM) 64-Bit Server VM 18.3 (build 10+46, mixed mode)
[mkopecky@localhost bin]$ ./wsprovide.sh -k -c ~/erase10/classes -o out org.jboss.as.testsuite.integration.scripts.test.tools.Echo1Impl
Could not find log4j.properties or log4j.xml configuration, logging to console.
java2ws -s /home/mkopecky/playground/wf/wfly.22/wfly.22/bin/out -classdir /home/mkopecky/playground/wf/wfly.22/wfly.22/bin/out -d /home/mkopecky/playground/wf/wfly.22/wfly.22/bin/out -verbose -cp /home/mkopecky/erase10/classes/: -wrapperbean -createxsdimports org.jboss.as.testsuite.integration.scripts.test.tools.Echo1Impl
java2ws - Apache CXF 3.2.4
[mkopecky@localhost bin]$ find out/ | grep class
[mkopecky@localhost bin]$
{noformat}
I attached input class files. I see this issue on WF with latest WS.
--
This message was sent by Atlassian JIRA
(v7.5.0#75005)
8 years, 3 months
[JBoss JIRA] (WFCORE-3743) Allow to search in the CLI multi-page output
by Marek Marusic (JIRA)
[ https://issues.jboss.org/browse/WFCORE-3743?page=com.atlassian.jira.plugi... ]
Marek Marusic updated WFCORE-3743:
----------------------------------
Description:
It would be nice to allow search of patterns in the CLI multi-page output. Something similar as it is done by "less" command. A very good start point for implementation of this is the "less" implementation in aesh-extensions [1].
*List of keys and actions for the search:*
* <number> + ENTER : go to line <number>
* SLASH : switch to a search mode input
** ANY KEY : adding the char into search pattern
** ENTER : search the document for the pattern
** UP : move up in the search history
** DOWN : move down in the search history
* 'n' : go to next match (if no more matches in the direction say "Pattern not found (press RETURN)")
* 'N' : go to prev. match (if no more matches in the direction say "Pattern not found (press RETURN)")
* 'j' : go line down
* 'k' : go line up
* HOME / 'g' : go to start of the document
* END / 'G' : go to end of the document
[1] https://github.com/aeshell/aesh-extensions/tree/master/aesh/src/main/java...
was:
It would be nice to allow search of patterns in the CLI multi-page output. Something similar as it is done by "less" command.
*List of keys and actions for the search:*
* <number> + ENTER : go to line <number>
* SLASH : switch to a search mode input
** ANY KEY : adding the char into search pattern
** ENTER : search the document for the pattern
** UP : move up in the search history
** DOWN : move down in the search history
* 'n' : go to next match (if no more matches in the direction say "Pattern not found (press RETURN)")
* 'N' : go to prev. match (if no more matches in the direction say "Pattern not found (press RETURN)")
* 'j' : go line down
* 'k' : go line up
* HOME / 'g' : go to start of the document
* END / 'G' : go to end of the document
> Allow to search in the CLI multi-page output
> --------------------------------------------
>
> Key: WFCORE-3743
> URL: https://issues.jboss.org/browse/WFCORE-3743
> Project: WildFly Core
> Issue Type: Feature Request
> Components: CLI
> Reporter: Marek Marusic
> Assignee: Jean-Francois Denise
>
> It would be nice to allow search of patterns in the CLI multi-page output. Something similar as it is done by "less" command. A very good start point for implementation of this is the "less" implementation in aesh-extensions [1].
> *List of keys and actions for the search:*
> * <number> + ENTER : go to line <number>
> * SLASH : switch to a search mode input
> ** ANY KEY : adding the char into search pattern
> ** ENTER : search the document for the pattern
> ** UP : move up in the search history
> ** DOWN : move down in the search history
> * 'n' : go to next match (if no more matches in the direction say "Pattern not found (press RETURN)")
> * 'N' : go to prev. match (if no more matches in the direction say "Pattern not found (press RETURN)")
> * 'j' : go line down
> * 'k' : go line up
> * HOME / 'g' : go to start of the document
> * END / 'G' : go to end of the document
> [1] https://github.com/aeshell/aesh-extensions/tree/master/aesh/src/main/java...
--
This message was sent by Atlassian JIRA
(v7.5.0#75005)
8 years, 3 months
[JBoss JIRA] (WFCORE-3745) Allow to search in the CLI multi-page output
by Jean-Francois Denise (JIRA)
Jean-Francois Denise created WFCORE-3745:
--------------------------------------------
Summary: Allow to search in the CLI multi-page output
Key: WFCORE-3745
URL: https://issues.jboss.org/browse/WFCORE-3745
Project: WildFly Core
Issue Type: Feature Request
Components: CLI
Reporter: Jean-Francois Denise
Assignee: Jean-Francois Denise
It would be nice to allow search of patterns in the CLI multi-page output. Something similar as it is done by "less" command.
*List of keys and actions for the search:*
* <number> + ENTER : go to line <number>
* SLASH : switch to a search mode input
** ANY KEY : adding the char into search pattern
** ENTER : search the document for the pattern
** UP : move up in the search history
** DOWN : move down in the search history
* 'n' : go to next match (if no more matches in the direction say "Pattern not found (press RETURN)")
* 'N' : go to prev. match (if no more matches in the direction say "Pattern not found (press RETURN)")
* 'j' : go line down
* 'k' : go line up
* HOME / 'g' : go to start of the document
* END / 'G' : go to end of the document
--
This message was sent by Atlassian JIRA
(v7.5.0#75005)
8 years, 3 months
[JBoss JIRA] (WFCORE-3744) Allow to search in the CLI multi-page output
by Marek Marusic (JIRA)
[ https://issues.jboss.org/browse/WFCORE-3744?page=com.atlassian.jira.plugi... ]
Marek Marusic deleted WFCORE-3744:
----------------------------------
> Allow to search in the CLI multi-page output
> --------------------------------------------
>
> Key: WFCORE-3744
> URL: https://issues.jboss.org/browse/WFCORE-3744
> Project: WildFly Core
> Issue Type: Feature Request
> Reporter: Marek Marusic
> Assignee: Jean-Francois Denise
>
> It would be nice to allow search of patterns in the CLI multi-page output. Something similar as it is done by "less" command.
> *List of keys and actions for the search:*
> * <number> + ENTER : go to line <number>
> * SLASH : switch to a search mode input
> ** ANY KEY : adding the char into search pattern
> ** ENTER : search the document for the pattern
> ** UP : move up in the search history
> ** DOWN : move down in the search history
> * 'n' : go to next match (if no more matches in the direction say "Pattern not found (press RETURN)")
> * 'N' : go to prev. match (if no more matches in the direction say "Pattern not found (press RETURN)")
> * 'j' : go line down
> * 'k' : go line up
> * HOME / 'g' : go to start of the document
> * END / 'G' : go to end of the document
--
This message was sent by Atlassian JIRA
(v7.5.0#75005)
8 years, 3 months
[JBoss JIRA] (WFCORE-3744) Allow to search in the CLI multi-page output
by Marek Marusic (JIRA)
Marek Marusic created WFCORE-3744:
-------------------------------------
Summary: Allow to search in the CLI multi-page output
Key: WFCORE-3744
URL: https://issues.jboss.org/browse/WFCORE-3744
Project: WildFly Core
Issue Type: Feature Request
Components: CLI
Reporter: Marek Marusic
Assignee: Jean-Francois Denise
It would be nice to allow search of patterns in the CLI multi-page output. Something similar as it is done by "less" command.
*List of keys and actions for the search:*
* <number> + ENTER : go to line <number>
* SLASH : switch to a search mode input
** ANY KEY : adding the char into search pattern
** ENTER : search the document for the pattern
** UP : move up in the search history
** DOWN : move down in the search history
* 'n' : go to next match (if no more matches in the direction say "Pattern not found (press RETURN)")
* 'N' : go to prev. match (if no more matches in the direction say "Pattern not found (press RETURN)")
* 'j' : go line down
* 'k' : go line up
* HOME / 'g' : go to start of the document
* END / 'G' : go to end of the document
--
This message was sent by Atlassian JIRA
(v7.5.0#75005)
8 years, 3 months
[JBoss JIRA] (WFLY-10101) [Artemis 2.x upgrade] Unexptected crash of server in SOAK test
by Clebert Suconic (JIRA)
[ https://issues.jboss.org/browse/WFLY-10101?page=com.atlassian.jira.plugin... ]
Clebert Suconic commented on WFLY-10101:
----------------------------------------
The only half supposed to exist is the critical analyzer.
That’s why I suggested it.
> [Artemis 2.x upgrade] Unexptected crash of server in SOAK test
> --------------------------------------------------------------
>
> Key: WFLY-10101
> URL: https://issues.jboss.org/browse/WFLY-10101
> Project: WildFly
> Issue Type: Bug
> Components: JMS
> Reporter: Miroslav Novak
> Assignee: Martyn Taylor
> Priority: Blocker
> Labels: feature-branch-blocker
>
> After ~13 hours there is unexpected crash of one server in SOAK test. There is no error/warning in the logs.
> Test Scenario:
> * Start 2 servers
> * Client sends messages to input queue. Messages then go through:
> * One server to another through MDB reading and sending them from remote container through resource adapter
> * Messages are forwarded from one server to another over JMS bridge and back over Core bridge
> * Messages have JMSReplyTo defined with a temporary queue, that is filled with responses for the client
> * Messages are read from the destination with stateless EJB and sent back to clients
> * Client reads the messages after the pass through all the soak modules.
> Pass Criteria: In the last step receiver consumes all messages sent by producer.
> Actual Result:
> After ~13 hours 1st server suddenly crashes. There is no error/warning in server logs.
> Issue was hit with Artemis 2.5.0 with https://github.com/jmesnil/wildfly/tree/WFLY-9407_upgrade_artemis_2.4.0_w... (commit 51dd8102f103ccb0470a3cfc8713d3f9bdb1b65d)
--
This message was sent by Atlassian JIRA
(v7.5.0#75005)
8 years, 3 months
[JBoss JIRA] (WFCORE-3743) Allow to search in the CLI multi-page output
by Marek Marusic (JIRA)
[ https://issues.jboss.org/browse/WFCORE-3743?page=com.atlassian.jira.plugi... ]
Marek Marusic updated WFCORE-3743:
----------------------------------
Description:
It would be nice to allow search of patterns in the CLI multi-page output. Something similar as it is done by "less" command.
*List of keys and actions for the search:*
* <number> + ENTER : go to line <number>
* SLASH : switch to a search mode input
** ANY KEY : adding the char into search pattern
** ENTER : search the document for the pattern
** UP : move up in the search history
** DOWN : move down in the search history
* 'n' : go to next match (if no more matches in the direction say "Pattern not found (press RETURN)")
* 'N' : go to prev. match (if no more matches in the direction say "Pattern not found (press RETURN)")
* 'j' : go line down
* 'k' : go line up
* HOME / 'g' : go to start of the document
* END / 'G' : go to end of the document
> Allow to search in the CLI multi-page output
> --------------------------------------------
>
> Key: WFCORE-3743
> URL: https://issues.jboss.org/browse/WFCORE-3743
> Project: WildFly Core
> Issue Type: Feature Request
> Components: CLI
> Reporter: Marek Marusic
> Assignee: Jean-Francois Denise
> Priority: Minor
>
> It would be nice to allow search of patterns in the CLI multi-page output. Something similar as it is done by "less" command.
> *List of keys and actions for the search:*
> * <number> + ENTER : go to line <number>
> * SLASH : switch to a search mode input
> ** ANY KEY : adding the char into search pattern
> ** ENTER : search the document for the pattern
> ** UP : move up in the search history
> ** DOWN : move down in the search history
> * 'n' : go to next match (if no more matches in the direction say "Pattern not found (press RETURN)")
> * 'N' : go to prev. match (if no more matches in the direction say "Pattern not found (press RETURN)")
> * 'j' : go line down
> * 'k' : go line up
> * HOME / 'g' : go to start of the document
> * END / 'G' : go to end of the document
--
This message was sent by Atlassian JIRA
(v7.5.0#75005)
8 years, 3 months
[JBoss JIRA] (WFCORE-3743) Allow to search in the CLI multi-page output
by Marek Marusic (JIRA)
[ https://issues.jboss.org/browse/WFCORE-3743?page=com.atlassian.jira.plugi... ]
Marek Marusic updated WFCORE-3743:
----------------------------------
Priority: Major (was: Minor)
> Allow to search in the CLI multi-page output
> --------------------------------------------
>
> Key: WFCORE-3743
> URL: https://issues.jboss.org/browse/WFCORE-3743
> Project: WildFly Core
> Issue Type: Feature Request
> Components: CLI
> Reporter: Marek Marusic
> Assignee: Jean-Francois Denise
>
> It would be nice to allow search of patterns in the CLI multi-page output. Something similar as it is done by "less" command.
> *List of keys and actions for the search:*
> * <number> + ENTER : go to line <number>
> * SLASH : switch to a search mode input
> ** ANY KEY : adding the char into search pattern
> ** ENTER : search the document for the pattern
> ** UP : move up in the search history
> ** DOWN : move down in the search history
> * 'n' : go to next match (if no more matches in the direction say "Pattern not found (press RETURN)")
> * 'N' : go to prev. match (if no more matches in the direction say "Pattern not found (press RETURN)")
> * 'j' : go line down
> * 'k' : go line up
> * HOME / 'g' : go to start of the document
> * END / 'G' : go to end of the document
--
This message was sent by Atlassian JIRA
(v7.5.0#75005)
8 years, 3 months
[JBoss JIRA] (WFCORE-3742) management operation to generate provisioning feature specs for managed resources
by Alexey Loubyansky (JIRA)
Alexey Loubyansky created WFCORE-3742:
-----------------------------------------
Summary: management operation to generate provisioning feature specs for managed resources
Key: WFCORE-3742
URL: https://issues.jboss.org/browse/WFCORE-3742
Project: WildFly Core
Issue Type: Task
Components: Domain Management
Reporter: Alexey Loubyansky
Assignee: Alexey Loubyansky
To be able to use Galleon as the provisioning mechanism we need to be able to represent resources in the domain management model as Galleon features, i.e. we need to be able to generate feature spec files for all the resources. The idea is to add a global operation handler which will describe a resource as a Galleon feature (using the ModelNode API) that will later be persisted (by the caller) as a feature spec file.
--
This message was sent by Atlassian JIRA
(v7.5.0#75005)
8 years, 3 months