[JBoss JIRA] (WFLY-8643) RestEasy GZIP Compression Not Setting Content-Encoding
by Xavier Hammond (JIRA)
Xavier Hammond created WFLY-8643:
------------------------------------
Summary: RestEasy GZIP Compression Not Setting Content-Encoding
Key: WFLY-8643
URL: https://issues.jboss.org/browse/WFLY-8643
Project: WildFly
Issue Type: Feature Request
Components: EE
Affects Versions: 11.0.0.Alpha1
Environment: Encountered the issue running in a Windows 7 environment
Reporter: Xavier Hammond
The Content-Encoding is not set to gzip when a RESTful service endpoint returns GZIP compressed data.
This only occurs when I deploy to the Wildfly 11 Alpha release. No issues with Wildfly 10 Final.
--
This message was sent by Atlassian JIRA
(v7.2.3#72005)
9 years
[JBoss JIRA] (DROOLS-1537) Scheduled activations are rescheduled as if new when unmarshalling session in Drools 6.5
by Kay J (JIRA)
[ https://issues.jboss.org/browse/DROOLS-1537?page=com.atlassian.jira.plugi... ]
Kay J commented on DROOLS-1537:
-------------------------------
Ok sorry, at first glance I though you were reusing the old kBase, which you didn't. I adapted my test to also use your way of creating a session and it worked. I still don't fully understand the difference between the approaches (the core seems to be the way we create the kBase), but it seems to work and I hope I can adapt my application code in the same manner.
Thanks a lof for now. I'll get back to you, if I have any more questions.
> Scheduled activations are rescheduled as if new when unmarshalling session in Drools 6.5
> ----------------------------------------------------------------------------------------
>
> Key: DROOLS-1537
> URL: https://issues.jboss.org/browse/DROOLS-1537
> Project: Drools
> Issue Type: Bug
> Affects Versions: 6.5.0.Final
> Reporter: Kay J
> Assignee: Mario Fusco
> Attachments: RestoreReproducer.java
>
>
> Ticket representing question/bug from drools user group: https://groups.google.com/forum/#!topic/drools-usage/Gy3uhkh6J78
> Hello Drools users,
> I found an anomaly in Drools 6.5. I insert an Event, which triggers a rule with a timer after some time. For backup reasons I marshal the session inbetween to back it up and on unmarshal it later. However, after unmarshalling it, the scheduled activations are sometimes scheduled as if just inserted (e.g. 1min scheduling, with marshal/unmarshal after 25s results in the activation firing after 85 (25+60) seconds instead of actual 60s. I know this worked with Drools 5.6 consistently, but now it sometimes works, sometimes not, which is indeterministic.
> I created a test reproducing this behaviour, which has changing output whenever you execute it. What the example does: It create a scheduled activation, which should trigger after 20s. After 10s the session is marshalled, destroyed and unmarshalled into a new session. After another 10s it should finally trigger. (10s + 10s -> the 20s scheduled).
--
This message was sent by Atlassian JIRA
(v7.2.3#72005)
9 years
[JBoss JIRA] (WFCORE-2730) empty target-name in constant-permission-mapper is not allowed
by Eva Jarkovská (JIRA)
Eva Jarkovská created WFCORE-2730:
-------------------------------------
Summary: empty target-name in constant-permission-mapper is not allowed
Key: WFCORE-2730
URL: https://issues.jboss.org/browse/WFCORE-2730
Project: WildFly Core
Issue Type: Bug
Reporter: Eva Jarkovská
I need to have an empty target-name because of the WebResourcePermission. But with unspecified target-name the primary underlying error message was:
| > ParseError at [row,col]:[367,5]
| > Message: "WFLYCTL0113: '' is an invalid value for parameter
| > target-name. Values must have a minimum length of 1 characters"
--
This message was sent by Atlassian JIRA
(v7.2.3#72005)
9 years
[JBoss JIRA] (DROOLS-1537) Scheduled activations are rescheduled as if new when unmarshalling session in Drools 6.5
by Mario Fusco (JIRA)
[ https://issues.jboss.org/browse/DROOLS-1537?page=com.atlassian.jira.plugi... ]
Mario Fusco commented on DROOLS-1537:
-------------------------------------
Did you give a look at the test I linked in my former comment? It does exactly this: creating a KieBase from a String containing the drl.
> Scheduled activations are rescheduled as if new when unmarshalling session in Drools 6.5
> ----------------------------------------------------------------------------------------
>
> Key: DROOLS-1537
> URL: https://issues.jboss.org/browse/DROOLS-1537
> Project: Drools
> Issue Type: Bug
> Affects Versions: 6.5.0.Final
> Reporter: Kay J
> Assignee: Mario Fusco
> Attachments: RestoreReproducer.java
>
>
> Ticket representing question/bug from drools user group: https://groups.google.com/forum/#!topic/drools-usage/Gy3uhkh6J78
> Hello Drools users,
> I found an anomaly in Drools 6.5. I insert an Event, which triggers a rule with a timer after some time. For backup reasons I marshal the session inbetween to back it up and on unmarshal it later. However, after unmarshalling it, the scheduled activations are sometimes scheduled as if just inserted (e.g. 1min scheduling, with marshal/unmarshal after 25s results in the activation firing after 85 (25+60) seconds instead of actual 60s. I know this worked with Drools 5.6 consistently, but now it sometimes works, sometimes not, which is indeterministic.
> I created a test reproducing this behaviour, which has changing output whenever you execute it. What the example does: It create a scheduled activation, which should trigger after 20s. After 10s the session is marshalled, destroyed and unmarshalled into a new session. After another 10s it should finally trigger. (10s + 10s -> the 20s scheduled).
--
This message was sent by Atlassian JIRA
(v7.2.3#72005)
9 years