[JBoss JIRA] (WFWIP-148) Artemis logging codes/IDs have changed for CORE protocol
by Miroslav Novak (Jira)
[ https://issues.jboss.org/browse/WFWIP-148?page=com.atlassian.jira.plugin.... ]
Miroslav Novak updated WFWIP-148:
---------------------------------
Description:
Artemis logging codes for CORE protocol has changed in scope of jira: https://issues.apache.org/jira/browse/ARTEMIS-1018
For example in WF14 if standalone JMS client failed to connect then it was logged with code AMQ119007:
{code}
Caused by: ActiveMQNotConnectedException[errorType=NOT_CONNECTED message=AMQ119007: Cannot connect to server(s). Tried with all available servers.]
{code}
but newly it would have code AMQ219007:
{code}
Caused by: ActiveMQNotConnectedException[errorType=NOT_CONNECTED message=AMQ219007: Cannot connect to server(s). Tried with all available servers.]
{code}
This is problem for any user/customer who had monitoring based on those codes as this will require to change it.
The reason for change was because those codes were duplicated between AMQP and CORE protocol. As CORE protocol is default and AMQP is not supported for EAP ti would makes sense to change AMQP codes instead and keep codes for CORE protocol without any change.
was:
Artemis logging codes for CORE protocol has changed in scope of jira: https://issues.apache.org/jira/browse/ARTEMIS-1018
For example in WF14 if standalone JMS client failed to connect then it was logged with code AMQ119007:
{code}
Caused by: ActiveMQNotConnectedException[errorType=NOT_CONNECTED message=AMQ119007: Cannot connect to server(s). Tried with all available servers.]
{code}
but newly it would have code AMQ219007:
{code}
Caused by: ActiveMQNotConnectedException[errorType=NOT_CONNECTED message=AMQ119007: Cannot connect to server(s). Tried with all available servers.]
{code}
This is problem for any user/customer who had monitoring based on those codes as this will require to change it.
The reason for change was because those codes were duplicated between AMQP and CORE protocol. As CORE protocol is default and AMQP is not supported for EAP ti would makes sense to change AMQP codes instead and keep codes for CORE protocol without any change.
> Artemis logging codes/IDs have changed for CORE protocol
> --------------------------------------------------------
>
> Key: WFWIP-148
> URL: https://issues.jboss.org/browse/WFWIP-148
> Project: WildFly WIP
> Issue Type: Bug
> Components: Artemis
> Reporter: Miroslav Novak
> Assignee: Martyn Taylor
> Priority: Blocker
>
> Artemis logging codes for CORE protocol has changed in scope of jira: https://issues.apache.org/jira/browse/ARTEMIS-1018
> For example in WF14 if standalone JMS client failed to connect then it was logged with code AMQ119007:
> {code}
> Caused by: ActiveMQNotConnectedException[errorType=NOT_CONNECTED message=AMQ119007: Cannot connect to server(s). Tried with all available servers.]
> {code}
> but newly it would have code AMQ219007:
> {code}
> Caused by: ActiveMQNotConnectedException[errorType=NOT_CONNECTED message=AMQ219007: Cannot connect to server(s). Tried with all available servers.]
> {code}
> This is problem for any user/customer who had monitoring based on those codes as this will require to change it.
> The reason for change was because those codes were duplicated between AMQP and CORE protocol. As CORE protocol is default and AMQP is not supported for EAP ti would makes sense to change AMQP codes instead and keep codes for CORE protocol without any change.
--
This message was sent by Atlassian Jira
(v7.12.1#712002)
7 years, 6 months
[JBoss JIRA] (WFWIP-148) Artemis logging codes/IDs have changed for CORE protocol
by Miroslav Novak (Jira)
Miroslav Novak created WFWIP-148:
------------------------------------
Summary: Artemis logging codes/IDs have changed for CORE protocol
Key: WFWIP-148
URL: https://issues.jboss.org/browse/WFWIP-148
Project: WildFly WIP
Issue Type: Bug
Components: Artemis
Reporter: Miroslav Novak
Assignee: Martyn Taylor
Artemis logging codes for CORE protocol has changed in scope of jira: https://issues.apache.org/jira/browse/ARTEMIS-1018
For example in WF14 if standalone JMS client failed to connect then it was logged with code AMQ119007:
{code}
Caused by: ActiveMQNotConnectedException[errorType=NOT_CONNECTED message=AMQ119007: Cannot connect to server(s). Tried with all available servers.]
{code}
but newly it would have code AMQ219007:
{code}
Caused by: ActiveMQNotConnectedException[errorType=NOT_CONNECTED message=AMQ119007: Cannot connect to server(s). Tried with all available servers.]
{code}
This is problem for any user/customer who had monitoring based on those codes as this will require to change it.
The reason for change was because those codes were duplicated between AMQP and CORE protocol. As CORE protocol is default and AMQP is not supported for EAP ti would makes sense to change AMQP codes instead and keep codes for CORE protocol without any change.
--
This message was sent by Atlassian Jira
(v7.12.1#712002)
7 years, 6 months
[JBoss JIRA] (DROOLS-3307) Make KnowledgePackage agnosting from Drools/jBPM
by Edoardo Vacchi (Jira)
Edoardo Vacchi created DROOLS-3307:
--------------------------------------
Summary: Make KnowledgePackage agnosting from Drools/jBPM
Key: DROOLS-3307
URL: https://issues.jboss.org/browse/DROOLS-3307
Project: Drools
Issue Type: Enhancement
Reporter: Edoardo Vacchi
Assignee: Edoardo Vacchi
current impl exposes both drools-specific and jbpm-specific methods
core should not account for the underlying type: we'd rather give a wrapper or a common super-type instead of a different map for rules and processes.
aim for API like:
{code} kpg.get(Rules.class).getRules() {code}
--
This message was sent by Atlassian Jira
(v7.12.1#712002)
7 years, 6 months