[JBoss JIRA] (WFCORE-3959) Document scope of system-property elements in the xsd
by Brian Stansberry (JIRA)
Brian Stansberry created WFCORE-3959:
----------------------------------------
Summary: Document scope of system-property elements in the xsd
Key: WFCORE-3959
URL: https://issues.jboss.org/browse/WFCORE-3959
Project: WildFly Core
Issue Type: Enhancement
Components: Management
Reporter: Brian Stansberry
Assignee: Jeff Mesnil
Priority: Minor
The wildfly-config xsd includes system-properties elements in various spots in the schema, with the scope to which the included system property configs will apply differing. The xsd should include documentation describing the scope.
Of particular relevance are the system-properties elements in the root of domain.xml and host.xml, particularly host.xml, as users might expect the settings therein to apply to HC processes in addition to servers. But they don't.
It's worth checking the r-r-d output as well, although at least in the case below the description is good:
{code}[domain@embedded /] /host=master/system-property=*:read-resource-description
{
"outcome" => "success",
"result" => [{
"address" => [
("host" => "master"),
("system-property" => "*")
],
"outcome" => "success",
"result" => {
"description" => "A system property to set on all servers on the host.",
{code}
--
This message was sent by Atlassian JIRA
(v7.5.0#75005)
8 years
[JBoss JIRA] (WFWIP-10) [Artemis 2.x Upgrade] Old (Artemis 1.5..5) client cannot create subscription on Artemis 2.x server
by Miroslav Novak (JIRA)
[ https://issues.jboss.org/browse/WFWIP-10?page=com.atlassian.jira.plugin.s... ]
Miroslav Novak resolved WFWIP-10.
---------------------------------
Resolution: Done
Setting as resolved. ENTMQBR-1076 was fixed.
> [Artemis 2.x Upgrade] Old (Artemis 1.5..5) client cannot create subscription on Artemis 2.x server
> --------------------------------------------------------------------------------------------------
>
> Key: WFWIP-10
> URL: https://issues.jboss.org/browse/WFWIP-10
> Project: WildFly WIP
> Issue Type: Bug
> Components: Artemis
> Reporter: Miroslav Novak
> Assignee: Martyn Taylor
> Priority: Blocker
> Labels: feature-branch-blocker
>
> If Artemis 1.5.5 client tries to subscribe on topic with latest Artemis 2.x (Artemis repo: https://github.com/mnovak1/activemq-artemis/ , branch: ARTEMIS-1609 , commit: e45e75af64859dc43bfe40e0a4c6b81187cc20e4) then JMSException is thrown:
> {code}
> 04:28:00,121 Thread-15 ERROR [org.jboss.qa.hornetq.apps.clients.SubscriberTransAck:172] Exception thrown during subsribing.
> javax.jms.JMSException
> at org.apache.activemq.artemis.core.protocol.core.impl.ChannelImpl.sendBlocking(ChannelImpl.java:404)
> at org.apache.activemq.artemis.core.protocol.core.impl.ChannelImpl.sendBlocking(ChannelImpl.java:315)
> at org.apache.activemq.artemis.core.protocol.core.impl.ActiveMQSessionContext.queueQuery(ActiveMQSessionContext.java:254)
> at org.apache.activemq.artemis.core.client.impl.ClientSessionImpl.queueQuery(ClientSessionImpl.java:344)
> at org.apache.activemq.artemis.jms.client.ActiveMQSession.createConsumer(ActiveMQSession.java:689)
> at org.apache.activemq.artemis.jms.client.ActiveMQSession.createDurableSubscriber(ActiveMQSession.java:426)
> at org.apache.activemq.artemis.jms.client.ActiveMQSession.createDurableSubscriber(ActiveMQSession.java:400)
> at org.jboss.qa.hornetq.apps.clients.SubscriberTransAck.subscribe(SubscriberTransAck.java:166)
> at org.jboss.qa.hornetq.apps.clients.TopicClientsTransAck.startClients(TopicClientsTransAck.java:77)
> at org.jboss.qa.artemis.test.compatibility.Eap7ClientCompatibilityTestCase.testNettyClient(Eap7ClientCompatibilityTestCase.java:169)
> at org.jboss.qa.artemis.test.compatibility.Eap7ClientCompatibilityTestCase.testNettyTransAckTopic(Eap7ClientCompatibilityTestCase.java:159)
> at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
> at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
> at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
> at java.lang.reflect.Method.invoke(Method.java:498)
> at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:47)
> at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
> at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:44)
> at org.jboss.arquillian.junit.Arquillian$6$1.invoke(Arquillian.java:270)
> at org.jboss.arquillian.container.test.impl.execution.LocalTestExecuter.execute(LocalTestExecuter.java:60)
> at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
> at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
> {code}
> There is NPE on server with:
> {code}
> 15:32:15,509 WARN [org.apache.activemq.artemis.core.server] (Thread-7 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$5@5b9dcfa)) AMQ222225: Sending unexpected exception to the client: java.lang.NullPointerException
> at org.apache.activemq.artemis.api.core.SimpleString.concat(SimpleString.java:399) [artemis-commons-2.5.0-SNAPSHOT.jar:2.5.0-SNAPSHOT]
> at org.apache.activemq.artemis.core.protocol.core.impl.wireformat.QueueAbstractPacket.getOldPrefixedAddress(QueueAbstractPacket.java:115) [artemis-core-client-2.5.0-SNAPSHOT.jar:2.5.0-SNAPSHOT]
> at org.apache.activemq.artemis.core.protocol.core.ServerSessionPacketHandler.slowPacketHandler(ServerSessionPacketHandler.java:393) [artemis-server-2.5.0-SNAPSHOT.jar:2.5.0-SNAPSHOT]
> at org.apache.activemq.artemis.core.protocol.core.ServerSessionPacketHandler.onMessagePacket(ServerSessionPacketHandler.java:281) [artemis-server-2.5.0-SNAPSHOT.jar:2.5.0-SNAPSHOT]
> at org.apache.activemq.artemis.utils.actors.Actor.doTask(Actor.java:33) [artemis-commons-2.5.0-SNAPSHOT.jar:2.5.0-SNAPSHOT]
> at org.apache.activemq.artemis.utils.actors.ProcessorBase.executePendingTasks(ProcessorBase.java:66) [artemis-commons-2.5.0-SNAPSHOT.jar:2.5.0-SNAPSHOT]
> at org.apache.activemq.artemis.utils.actors.OrderedExecutor.doTask(OrderedExecutor.java:42) [artemis-commons-2.5.0-SNAPSHOT.jar:2.5.0-SNAPSHOT]
> at org.apache.activemq.artemis.utils.actors.OrderedExecutor.doTask(OrderedExecutor.java:31) [artemis-commons-2.5.0-SNAPSHOT.jar:2.5.0-SNAPSHOT]
> at org.apache.activemq.artemis.utils.actors.ProcessorBase.executePendingTasks(ProcessorBase.java:66) [artemis-commons-2.5.0-SNAPSHOT.jar:2.5.0-SNAPSHOT]
> at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142) [rt.jar:1.8.0_131]
> at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617) [rt.jar:1.8.0_131]
> at java.lang.Thread.run(Thread.java:748) [rt.jar:1.8.0_131]
> {code}
> Looking at code there is processed packet {{SessionQueueQueryMessage}} on server which does not have set {{address}} variable.
--
This message was sent by Atlassian JIRA
(v7.5.0#75005)
8 years
[JBoss JIRA] (WFLY-10288) Remove ee8.preview.mode support
by James Perkins (JIRA)
[ https://issues.jboss.org/browse/WFLY-10288?page=com.atlassian.jira.plugin... ]
James Perkins updated WFLY-10288:
---------------------------------
Description:
Once Java EE 8 compliant we need to remove the support for the {{ee8.preview.mode}} system property.
The following modules will need to be updated:
* -{{javax.enterprise.api}}-
* -{{javax.validation.api}}-
* -{{javax.json.bind.api}}-
* -{{javax.json.api}}-
* {{javax.annotation.api}}
* -{{javax.servlet.api}}-
* -{{org.wildfly.bridge.servlet-api-bridge}} (needs to be removed)-
* -{{org.eclipse.yasson}}-
* -{{org.glassfish.javax.json}}-
* {{javax.persistence.api}}
* -{{javax.ws.rs.api}}-
* {{javax.faces.api}}
* {{javax.mail.api}}
* {{javax.xml.bind.api}}
* -{{org.wildfly.cdi-api-bridge}}-
* -{{org.jboss.resteasy.resteasy-json-binding-provider}}-
* -{{org.jboss.resteasy.resteasy-jaxrs}}-
* -{{org.hibernate.validator}}-
* -{{org.hibernate.validator.cdi}}-
* {{org.hibernate}}
* {{com.sun.jsf-impl}}
The following configuration needs to be removed:
* {{./feature-pack/src/main/resources/configuration/standalone/template-ee8.xml}}
The Hibernate Search modules are currently duplicated:
* {{org.hibernate.search.*}} using "main" slot should be removed
* {{org.hibernate.search.*}} using "5.10" slot should be promoted to main
* Update usage of constants {{org.jboss.as.jpa.config.Configuration#PROVIDER_MODULE_HIBERNATE_SEARCH_EE8}}, PROVIDER_MODULE_HIBERNATE_SEARCH_EE7
The following source files should be updated:
* -{{org.wildfly.extension.undertow.deployment.UndertowDeploymentInfoService.java}}-
* -{{org.wildfly.extension.undertow.deployment.WarMetaDataProcessor.java}}-
Any solution for WFLY-10289 should be reverted.
The following documentation needs to be updated:
* {{./docs/src/main/asciidoc/Getting_Started_Guide.adoc}}
was:
Once Java EE 8 compliant we need to remove the support for the {{ee8.preview.mode}} system property.
The following modules will need to be updated:
* -{{javax.enterprise.api}}-
* {{javax.validation.api}}
* -{{javax.json.bind.api}}-
* -{{javax.json.api}}-
* {{javax.annotation.api}}
* -{{javax.servlet.api}}-
* -{{org.wildfly.bridge.servlet-api-bridge}} (needs to be removed)-
* -{{org.eclipse.yasson}}-
* -{{org.glassfish.javax.json}}-
* {{javax.persistence.api}}
* -{{javax.ws.rs.api}}-
* {{javax.faces.api}}
* {{javax.mail.api}}
* {{javax.xml.bind.api}}
* -{{org.wildfly.cdi-api-bridge}}-
* -{{org.jboss.resteasy.resteasy-json-binding-provider}}-
* -{{org.jboss.resteasy.resteasy-jaxrs}}-
* {{org.hibernate.validator}}
* {{org.hibernate.validator.cdi}}
* {{org.hibernate}}
* {{com.sun.jsf-impl}}
The following configuration needs to be removed:
* {{./feature-pack/src/main/resources/configuration/standalone/template-ee8.xml}}
The Hibernate Search modules are currently duplicated:
* {{org.hibernate.search.*}} using "main" slot should be removed
* {{org.hibernate.search.*}} using "5.10" slot should be promoted to main
* Update usage of constants {{org.jboss.as.jpa.config.Configuration#PROVIDER_MODULE_HIBERNATE_SEARCH_EE8}}, PROVIDER_MODULE_HIBERNATE_SEARCH_EE7
The following source files should be updated:
* -{{org.wildfly.extension.undertow.deployment.UndertowDeploymentInfoService.java}}-
* -{{org.wildfly.extension.undertow.deployment.WarMetaDataProcessor.java}}-
Any solution for WFLY-10289 should be reverted.
The following documentation needs to be updated:
* {{./docs/src/main/asciidoc/Getting_Started_Guide.adoc}}
> Remove ee8.preview.mode support
> -------------------------------
>
> Key: WFLY-10288
> URL: https://issues.jboss.org/browse/WFLY-10288
> Project: WildFly
> Issue Type: Sub-task
> Components: EE
> Reporter: James Perkins
> Assignee: James Perkins
> Fix For: 14.0.0.CR1
>
>
> Once Java EE 8 compliant we need to remove the support for the {{ee8.preview.mode}} system property.
> The following modules will need to be updated:
> * -{{javax.enterprise.api}}-
> * -{{javax.validation.api}}-
> * -{{javax.json.bind.api}}-
> * -{{javax.json.api}}-
> * {{javax.annotation.api}}
> * -{{javax.servlet.api}}-
> * -{{org.wildfly.bridge.servlet-api-bridge}} (needs to be removed)-
> * -{{org.eclipse.yasson}}-
> * -{{org.glassfish.javax.json}}-
> * {{javax.persistence.api}}
> * -{{javax.ws.rs.api}}-
> * {{javax.faces.api}}
> * {{javax.mail.api}}
> * {{javax.xml.bind.api}}
> * -{{org.wildfly.cdi-api-bridge}}-
> * -{{org.jboss.resteasy.resteasy-json-binding-provider}}-
> * -{{org.jboss.resteasy.resteasy-jaxrs}}-
> * -{{org.hibernate.validator}}-
> * -{{org.hibernate.validator.cdi}}-
> * {{org.hibernate}}
> * {{com.sun.jsf-impl}}
> The following configuration needs to be removed:
> * {{./feature-pack/src/main/resources/configuration/standalone/template-ee8.xml}}
> The Hibernate Search modules are currently duplicated:
> * {{org.hibernate.search.*}} using "main" slot should be removed
> * {{org.hibernate.search.*}} using "5.10" slot should be promoted to main
> * Update usage of constants {{org.jboss.as.jpa.config.Configuration#PROVIDER_MODULE_HIBERNATE_SEARCH_EE8}}, PROVIDER_MODULE_HIBERNATE_SEARCH_EE7
> The following source files should be updated:
> * -{{org.wildfly.extension.undertow.deployment.UndertowDeploymentInfoService.java}}-
> * -{{org.wildfly.extension.undertow.deployment.WarMetaDataProcessor.java}}-
> Any solution for WFLY-10289 should be reverted.
> The following documentation needs to be updated:
> * {{./docs/src/main/asciidoc/Getting_Started_Guide.adoc}}
--
This message was sent by Atlassian JIRA
(v7.5.0#75005)
8 years
[JBoss JIRA] (WFLY-10288) Remove ee8.preview.mode support
by James Perkins (JIRA)
[ https://issues.jboss.org/browse/WFLY-10288?page=com.atlassian.jira.plugin... ]
James Perkins commented on WFLY-10288:
--------------------------------------
PR for JSF 2.3 https://github.com/wildfly/wildfly/pull/11416
> Remove ee8.preview.mode support
> -------------------------------
>
> Key: WFLY-10288
> URL: https://issues.jboss.org/browse/WFLY-10288
> Project: WildFly
> Issue Type: Sub-task
> Components: EE
> Reporter: James Perkins
> Assignee: James Perkins
> Fix For: 14.0.0.CR1
>
>
> Once Java EE 8 compliant we need to remove the support for the {{ee8.preview.mode}} system property.
> The following modules will need to be updated:
> * -{{javax.enterprise.api}}-
> * {{javax.validation.api}}
> * -{{javax.json.bind.api}}-
> * -{{javax.json.api}}-
> * {{javax.annotation.api}}
> * -{{javax.servlet.api}}-
> * -{{org.wildfly.bridge.servlet-api-bridge}} (needs to be removed)-
> * -{{org.eclipse.yasson}}-
> * -{{org.glassfish.javax.json}}-
> * {{javax.persistence.api}}
> * -{{javax.ws.rs.api}}-
> * {{javax.faces.api}}
> * {{javax.mail.api}}
> * {{javax.xml.bind.api}}
> * -{{org.wildfly.cdi-api-bridge}}-
> * -{{org.jboss.resteasy.resteasy-json-binding-provider}}-
> * -{{org.jboss.resteasy.resteasy-jaxrs}}-
> * {{org.hibernate.validator}}
> * {{org.hibernate.validator.cdi}}
> * {{org.hibernate}}
> * {{com.sun.jsf-impl}}
> The following configuration needs to be removed:
> * {{./feature-pack/src/main/resources/configuration/standalone/template-ee8.xml}}
> The Hibernate Search modules are currently duplicated:
> * {{org.hibernate.search.*}} using "main" slot should be removed
> * {{org.hibernate.search.*}} using "5.10" slot should be promoted to main
> * Update usage of constants {{org.jboss.as.jpa.config.Configuration#PROVIDER_MODULE_HIBERNATE_SEARCH_EE8}}, PROVIDER_MODULE_HIBERNATE_SEARCH_EE7
> The following source files should be updated:
> * -{{org.wildfly.extension.undertow.deployment.UndertowDeploymentInfoService.java}}-
> * -{{org.wildfly.extension.undertow.deployment.WarMetaDataProcessor.java}}-
> Any solution for WFLY-10289 should be reverted.
> The following documentation needs to be updated:
> * {{./docs/src/main/asciidoc/Getting_Started_Guide.adoc}}
--
This message was sent by Atlassian JIRA
(v7.5.0#75005)
8 years
[JBoss JIRA] (JBAS-9586) [GSS](7.1.z) URL.getContent() returns VirtualFile instead of ImageProducer in JBoss AS 6.0.0.FINAL
by Brad Maxwell (JIRA)
Brad Maxwell created JBAS-9586:
----------------------------------
Summary: [GSS](7.1.z) URL.getContent() returns VirtualFile instead of ImageProducer in JBoss AS 6.0.0.FINAL
Key: JBAS-9586
URL: https://issues.jboss.org/browse/JBAS-9586
Project: Application Server 3 4 5 and 6
Issue Type: Bug
Components: VFS
Affects Versions: 6.0.0.Final
Environment: Windows XP
Reporter: Brad Maxwell
URL.getContent() behaves differently within JBoss than it does in a normal JVM. In our case, when a jar is used in a normal JVM, URL.getContent() returns an ImageProducer. When the same jar is used from within JBoss, a VirtualFile is returned which then causes a ClassCastException.
Note: This worked fine in JBoss 4.2.3.GA.
--
This message was sent by Atlassian JIRA
(v7.5.0#75005)
8 years
[JBoss JIRA] (WFLY-10288) Remove ee8.preview.mode support
by James Perkins (JIRA)
[ https://issues.jboss.org/browse/WFLY-10288?page=com.atlassian.jira.plugin... ]
James Perkins commented on WFLY-10288:
--------------------------------------
PR for JAXB https://github.com/wildfly/wildfly/pull/11415
> Remove ee8.preview.mode support
> -------------------------------
>
> Key: WFLY-10288
> URL: https://issues.jboss.org/browse/WFLY-10288
> Project: WildFly
> Issue Type: Sub-task
> Components: EE
> Reporter: James Perkins
> Assignee: James Perkins
> Fix For: 14.0.0.CR1
>
>
> Once Java EE 8 compliant we need to remove the support for the {{ee8.preview.mode}} system property.
> The following modules will need to be updated:
> * -{{javax.enterprise.api}}-
> * {{javax.validation.api}}
> * -{{javax.json.bind.api}}-
> * -{{javax.json.api}}-
> * {{javax.annotation.api}}
> * -{{javax.servlet.api}}-
> * -{{org.wildfly.bridge.servlet-api-bridge}} (needs to be removed)-
> * -{{org.eclipse.yasson}}-
> * -{{org.glassfish.javax.json}}-
> * {{javax.persistence.api}}
> * -{{javax.ws.rs.api}}-
> * {{javax.faces.api}}
> * {{javax.mail.api}}
> * {{javax.xml.bind.api}}
> * -{{org.wildfly.cdi-api-bridge}}-
> * -{{org.jboss.resteasy.resteasy-json-binding-provider}}-
> * -{{org.jboss.resteasy.resteasy-jaxrs}}-
> * {{org.hibernate.validator}}
> * {{org.hibernate.validator.cdi}}
> * {{org.hibernate}}
> * {{com.sun.jsf-impl}}
> The following configuration needs to be removed:
> * {{./feature-pack/src/main/resources/configuration/standalone/template-ee8.xml}}
> The Hibernate Search modules are currently duplicated:
> * {{org.hibernate.search.*}} using "main" slot should be removed
> * {{org.hibernate.search.*}} using "5.10" slot should be promoted to main
> * Update usage of constants {{org.jboss.as.jpa.config.Configuration#PROVIDER_MODULE_HIBERNATE_SEARCH_EE8}}, PROVIDER_MODULE_HIBERNATE_SEARCH_EE7
> The following source files should be updated:
> * -{{org.wildfly.extension.undertow.deployment.UndertowDeploymentInfoService.java}}-
> * -{{org.wildfly.extension.undertow.deployment.WarMetaDataProcessor.java}}-
> Any solution for WFLY-10289 should be reverted.
> The following documentation needs to be updated:
> * {{./docs/src/main/asciidoc/Getting_Started_Guide.adoc}}
--
This message was sent by Atlassian JIRA
(v7.5.0#75005)
8 years