[JBoss JIRA] (DROOLS-514) Clean up jetty dependencies in kie-parent-with-dependencies pom.xml
by Michael Biarnes Kiefer (JIRA)
[ https://issues.jboss.org/browse/DROOLS-514?page=com.atlassian.jira.plugin... ]
Michael Biarnes Kiefer resolved DROOLS-514.
-------------------------------------------
Resolution: Done
> Clean up jetty dependencies in kie-parent-with-dependencies pom.xml
> -------------------------------------------------------------------
>
> Key: DROOLS-514
> URL: https://issues.jboss.org/browse/DROOLS-514
> Project: Drools
> Issue Type: Task
> Security Level: Public(Everyone can see)
> Affects Versions: 6.1.0.Beta4
> Reporter: Geoffrey De Smet
> Assignee: Michael Biarnes Kiefer
> Attachments: jetty-depTree.txt
>
>
> 1) Make an inventory (using "mvn-all dependency:tree) of all modules that use jetty dependency and clearly indicate per module:
> - Jetty groupId and Jetty version
> - Scope: test or production
> - Build classpath: normal dependency or plugin dependency (latter makes scope n/a)
> 2) In theory, we should have no normal dependency in a non-test scope to Jetty, as our stuff is deployed on JBoss EAP, Tomcat, Jetty and WildFly alike. Is this true?
> GWT does use Jetty, but only during compilation (= plugin classpath, not the dependencies classpath). gwt-dev is a fat jar that includes jetty even... but gwt-dev shouldn' be in the dependencies either (but it is and it needs to be removed!).
> 3) Based on this inventory, discuss with ge0ffrey and mantis plan of attack.
> Goal: Get rid of the jetty mess in kie-parent-with-dependencies.
--
This message was sent by Atlassian JIRA
(v6.2.3#6260)
11 years, 12 months
[JBoss JIRA] (WFLY-3450) Allow addition of HTTP headers to management console responses
by James Livingston (JIRA)
[ https://issues.jboss.org/browse/WFLY-3450?page=com.atlassian.jira.plugin.... ]
James Livingston commented on WFLY-3450:
----------------------------------------
Sorry, I wasn't clear - yes I meant web console to browser responses. You could for example add "X-Frame-Options: deny" to prevent the console from being places in various kinds of framing, to help prevent "clickjacking".
There are plenty more environment-specific headers that may be useful in some situtations.
> Allow addition of HTTP headers to management console responses
> --------------------------------------------------------------
>
> Key: WFLY-3450
> URL: https://issues.jboss.org/browse/WFLY-3450
> Project: WildFly
> Issue Type: Feature Request
> Security Level: Public(Everyone can see)
> Components: Web Console
> Reporter: James Livingston
> Assignee: Heiko Braun
>
> It would be useful to be able to add additional HTTP headers to the responses from the web management console, such as X-Frame-Options.
--
This message was sent by Atlassian JIRA
(v6.2.3#6260)
11 years, 12 months
[JBoss JIRA] (WFLY-3375) The HornetQ address settings are not properly inherited
by RH Bugzilla Integration (JIRA)
[ https://issues.jboss.org/browse/WFLY-3375?page=com.atlassian.jira.plugin.... ]
RH Bugzilla Integration commented on WFLY-3375:
-----------------------------------------------
Paul Gier <pgier(a)redhat.com> changed the Status of [bug 1099404|https://bugzilla.redhat.com/show_bug.cgi?id=1099404] from MODIFIED to ON_QA
> The HornetQ address settings are not properly inherited
> --------------------------------------------------------
>
> Key: WFLY-3375
> URL: https://issues.jboss.org/browse/WFLY-3375
> Project: WildFly
> Issue Type: Bug
> Security Level: Public(Everyone can see)
> Components: JMS
> Affects Versions: 8.0.0.Final
> Environment: JBoss EAP 6.2.2
> Reporter: Tom Ross
> Assignee: Jeff Mesnil
> Fix For: 9.0.0.Alpha1
>
>
> When using multiple address settings in HornetQ configuration the address setting should be inherited from more generic setting by more specific setting. If two address setting are used like
> {code:xml}
> <address-settings>
> <address-setting match="#">
> <dead-letter-address>jms.queue.DLQ</dead-letter-address>
> <expiry-address>jms.queue.ExpiryQueue</expiry-address>
> <redelivery-delay>0</redelivery-delay>
> <max-delivery-attempts>5</max-delivery-attempts>
> <max-size-bytes>10485760</max-size-bytes>
> <page-size-bytes>2097152</page-size-bytes>
> <address-full-policy>PAGE</address-full-policy>
> <message-counter-history-day-limit>10</message-counter-history-day-limit>
> </address-setting>
> <address-setting match="jms.queue.testQueue">
> <dead-letter-address>jms.queue.DLQ</dead-letter-address>
> <expiry-address>jms.queue.ExpiryQueue</expiry-address>
> <redelivery-delay>0</redelivery-delay>
> <max-size-bytes>10485760</max-size-bytes>
> <page-size-bytes>2097152</page-size-bytes>
> <address-full-policy>PAGE</address-full-policy>
> <message-counter-history-day-limit>10</message-counter-history-day-limit>
> </address-setting>
> </address-settings>
> {code}
> It is expected that the setting for {{jms.queue.testQueue}} would inherit {{max-delivery-attempts}} from default address setting {{"#"}} but it does not. Instead if uses the default value for {{max-delivery-attempts}} which is *9*.
--
This message was sent by Atlassian JIRA
(v6.2.3#6260)
11 years, 12 months
[JBoss JIRA] (WFLY-2789) Remote client transaction timeout values are overwrote by hardcoded values
by RH Bugzilla Integration (JIRA)
[ https://issues.jboss.org/browse/WFLY-2789?page=com.atlassian.jira.plugin.... ]
RH Bugzilla Integration commented on WFLY-2789:
-----------------------------------------------
Paul Gier <pgier(a)redhat.com> changed the Status of [bug 1093128|https://bugzilla.redhat.com/show_bug.cgi?id=1093128] from MODIFIED to ON_QA
> Remote client transaction timeout values are overwrote by hardcoded values
> --------------------------------------------------------------------------
>
> Key: WFLY-2789
> URL: https://issues.jboss.org/browse/WFLY-2789
> Project: WildFly
> Issue Type: Bug
> Security Level: Public(Everyone can see)
> Components: EJB
> Reporter: Johnathon Lee
> Assignee: David Lloyd
> Fix For: 8.1.0.Final, 9.0.0.Alpha1
>
>
> The EJB3 interceptor is not using client values for timeouts, this is a problem for users trying to use EJB for transaction propagation.
> Refer to the code in https://github.com/wildfly/wildfly/blob/master/ejb3/src/main/java/org/jbo...:
> private void createOrResumeXidTransaction(final XidTransactionID xidTransactionID) throws Exception {
> final TransactionManager transactionManager = this.ejbRemoteTransactionsRepository.getTransactionManager();
> final Transaction alreadyCreatedTx = this.ejbRemoteTransactionsRepository.getImportedTransaction(xidTransactionID);
> if (alreadyCreatedTx != null) {
> // resume the already created tx
> transactionManager.resume(alreadyCreatedTx);
> } else {
> // begin a new tx and add it to the tx repository
> // TODO: Fix the tx timeout (which currently is passed as 300 seconds)
> final Transaction newSubOrdinateTx = this.ejbRemoteTransactionsRepository.importTransaction(xidTransactionID, 300);
> // associate this tx with the thread
> transactionManager.resume(newSubOrdinateTx);
> }
> }
--
This message was sent by Atlassian JIRA
(v6.2.3#6260)
11 years, 12 months