[JBoss JIRA] (WFLY-1978) undertow endless processing of jsp rendering
by Thomas Frühbeck (JIRA)
[ https://issues.jboss.org/browse/WFLY-1978?page=com.atlassian.jira.plugin.... ]
Thomas Frühbeck commented on WFLY-1978:
---------------------------------------
The reason seem to have been a bad character.
During SQL import of data a german 'ß' (%DF) has been imported with wrong charset - UTF8 I assume. Rendering looped endless on this string.
> undertow endless processing of jsp rendering
> --------------------------------------------
>
> Key: WFLY-1978
> URL: https://issues.jboss.org/browse/WFLY-1978
> Project: WildFly
> Issue Type: Bug
> Components: Web (Undertow)
> Affects Versions: 8.0.0.Beta1
> Reporter: Thomas Frühbeck
> Assignee: Stuart Douglas
> Attachments: Undertow_servlet_spec_Loop.html.gz
>
>
> a working jsp page takes infinite time to render on some condition - reason unclear.
> Profiler CPU breakdown attached.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
12 years, 8 months
[JBoss JIRA] (WFLY-1978) undertow endless processing of jsp rendering
by Thomas Frühbeck (JIRA)
Thomas Frühbeck created WFLY-1978:
-------------------------------------
Summary: undertow endless processing of jsp rendering
Key: WFLY-1978
URL: https://issues.jboss.org/browse/WFLY-1978
Project: WildFly
Issue Type: Bug
Components: Web (Undertow)
Affects Versions: 8.0.0.Beta1
Reporter: Thomas Frühbeck
Assignee: Stuart Douglas
a working jsp page takes infinite time to render on some condition - reason unclear.
Profiler CPU breakdown attached.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
12 years, 8 months
[JBoss JIRA] (DROOLS-245) Drools sees a type as a package
by georg tornqvist (JIRA)
[ https://issues.jboss.org/browse/DROOLS-245?page=com.atlassian.jira.plugin... ]
georg tornqvist edited comment on DROOLS-245 at 8/31/13 7:43 AM:
-----------------------------------------------------------------
Here it comes! As you see the domain names of the imports are different from the original post. These are the original ones.
Georg
//created on: 26-aug-2013
package io31
import nl.zorgregistratie.www.azr._3_2.basisschema.schema._1_0.*
import nl.zorgregistratie.www.azr._3_2.io31.schema._1_0.Client;
import java.util.Date;
//list any import classes here.
//declare any global variables here
global Date systeemDatum
rule "Your First Rule"
//dialect "mvel"
ruleflow-group "rulegroepIO31"
lock-on-active
when exists Client()
then
System.out.println("############# Client met bsn is gevonden!! ##################");
end
was (Author: gegtot):
Here it comes!
Georg
//created on: 26-aug-2013
package io31
import nl.zorgregistratie.www.azr._3_2.basisschema.schema._1_0.*
import nl.zorgregistratie.www.azr._3_2.io31.schema._1_0.Client;
import java.util.Date;
//list any import classes here.
//declare any global variables here
global Date systeemDatum
rule "Your First Rule"
//dialect "mvel"
ruleflow-group "rulegroepIO31"
lock-on-active
when exists Client()
then
System.out.println("############# Client met bsn is gevonden!! ##################");
end
> Drools sees a type as a package
> --------------------------------
>
> Key: DROOLS-245
> URL: https://issues.jboss.org/browse/DROOLS-245
> Project: Drools
> Issue Type: Bug
> Security Level: Public(Everyone can see)
> Affects Versions: 5.5.0.Final
> Reporter: georg tornqvist
> Assignee: Mark Proctor
>
> Hi,
> I want Drools to reason over an axis2 type, but the Drools compiler sees the type as a package, see error message below.
> Strictly speaking, the Drools compiler may be right. The type "Client" encapsulates a "Factory" class, making hierarchically speaking the class "Client" a package.
> Although I'm fairly new to Drools, I'm pretty sure that the behavior I'm experiencing is not right. The Drools version used in the WSO2BRS-2.0.0 is able to reason over the very same axis2 types.
> Error importing : 'nl.domain.www.schema.Client'
> Rule Compilation error : [Rule name='Your First Rule']
> io31/Rule_Your_First_Rule_16db2a632a4b4efd96dde4c6d6a55cdf.java (2:57) : Only a type can be imported.
> nl.domain.www.schema.Client resolves to a package
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
12 years, 8 months
[JBoss JIRA] (DROOLS-245) Drools sees a type as a package
by georg tornqvist (JIRA)
[ https://issues.jboss.org/browse/DROOLS-245?page=com.atlassian.jira.plugin... ]
georg tornqvist commented on DROOLS-245:
----------------------------------------
Here it comes!
Georg
//created on: 26-aug-2013
package io31
import nl.zorgregistratie.www.azr._3_2.basisschema.schema._1_0.*
import nl.zorgregistratie.www.azr._3_2.io31.schema._1_0.Client;
import java.util.Date;
//list any import classes here.
//declare any global variables here
global Date systeemDatum
rule "Your First Rule"
//dialect "mvel"
ruleflow-group "rulegroepIO31"
lock-on-active
when exists Client()
then
System.out.println("############# Client met bsn is gevonden!! ##################");
end
> Drools sees a type as a package
> --------------------------------
>
> Key: DROOLS-245
> URL: https://issues.jboss.org/browse/DROOLS-245
> Project: Drools
> Issue Type: Bug
> Security Level: Public(Everyone can see)
> Affects Versions: 5.5.0.Final
> Reporter: georg tornqvist
> Assignee: Mark Proctor
>
> Hi,
> I want Drools to reason over an axis2 type, but the Drools compiler sees the type as a package, see error message below.
> Strictly speaking, the Drools compiler may be right. The type "Client" encapsulates a "Factory" class, making hierarchically speaking the class "Client" a package.
> Although I'm fairly new to Drools, I'm pretty sure that the behavior I'm experiencing is not right. The Drools version used in the WSO2BRS-2.0.0 is able to reason over the very same axis2 types.
> Error importing : 'nl.domain.www.schema.Client'
> Rule Compilation error : [Rule name='Your First Rule']
> io31/Rule_Your_First_Rule_16db2a632a4b4efd96dde4c6d6a55cdf.java (2:57) : Only a type can be imported.
> nl.domain.www.schema.Client resolves to a package
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
12 years, 8 months
[JBoss JIRA] (WFLY-1920) Access control constraints for the audit logging resources
by Kabir Khan (JIRA)
[ https://issues.jboss.org/browse/WFLY-1920?page=com.atlassian.jira.plugin.... ]
Kabir Khan resolved WFLY-1920.
------------------------------
Resolution: Done
> Access control constraints for the audit logging resources
> ----------------------------------------------------------
>
> Key: WFLY-1920
> URL: https://issues.jboss.org/browse/WFLY-1920
> Project: WildFly
> Issue Type: Sub-task
> Components: Domain Management
> Reporter: Brian Stansberry
> Assignee: Kabir Khan
> Fix For: 8.0.0.Beta1
>
>
> Currently the constraints related to audit logging don't do anything -- they are just stubs written pending the audit logging patch. So these need completion.
> I believe this is just implementing the TODOs in AuditConstraint and NonAuditConstraint and then updating the tests to check the roles work properly. I envisioned the TODO as being a simple test of the target resource address, i.e. does it start with /host=*/core-service=management/access=audit.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
12 years, 8 months
[JBoss JIRA] (WFLY-1177) Recursive expression resolution
by RH Bugzilla Integration (JIRA)
[ https://issues.jboss.org/browse/WFLY-1177?page=com.atlassian.jira.plugin.... ]
RH Bugzilla Integration commented on WFLY-1177:
-----------------------------------------------
Brian Stansberry <brian.stansberry(a)redhat.com> changed the Status of [bug 960820|https://bugzilla.redhat.com/show_bug.cgi?id=960820] from POST to MODIFIED
> Recursive expression resolution
> -------------------------------
>
> Key: WFLY-1177
> URL: https://issues.jboss.org/browse/WFLY-1177
> Project: WildFly
> Issue Type: Feature Request
> Components: Domain Management
> Reporter: Brian Stansberry
> Assignee: Jess Sightler
> Labels: rhq
> Fix For: 8.0.0.Alpha1
>
>
> When resolving an expression, keep resolving until the output of the resolution matches the input.
> Use case:
> ${sys.prop.with.host.specific.value}
> resolves to
> ${VAULT::xxxxx}
> which resolves to
> thesecret
> Basically, the main mechanism for customizing domain-level configs on a per-host basis is to use expressions and use different values on each host. But this breaks down when a vault expression is added to the mix.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
12 years, 8 months
[JBoss JIRA] (DROOLS-247) Property reactivity does not work with positional/unification constraints
by Davide Sottara (JIRA)
Davide Sottara created DROOLS-247:
-------------------------------------
Summary: Property reactivity does not work with positional/unification constraints
Key: DROOLS-247
URL: https://issues.jboss.org/browse/DROOLS-247
Project: Drools
Issue Type: Enhancement
Security Level: Public (Everyone can see)
Affects Versions: 6.0.0.CR2, 5.5.0.Final
Reporter: Davide Sottara
Assignee: Mark Proctor
Priority: Minor
Fix For: 5.5.1.Final, 6.0.0.Final
Positional and/or unification constraints are interpreted as either bindings
or constraints, depending on the whether the variable is already bound or not. The user is expected not to have to care about the difference.
...
Person( $name; $age := age )
...
If the pattern type is @propertyReactive, however, the actual decision
between binding and constraint WILL make a difference, possibly forcing
the user to use @watch()
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
12 years, 8 months
[JBoss JIRA] (DROOLS-245) Drools sees a type as a package
by Davide Sottara (JIRA)
[ https://issues.jboss.org/browse/DROOLS-245?page=com.atlassian.jira.plugin... ]
Davide Sottara commented on DROOLS-245:
---------------------------------------
Could you post your DRL code - or at least the "Your First Rule" rule and the header (package, imports, declares and functions) ?
Thanks!
Davide
> Drools sees a type as a package
> --------------------------------
>
> Key: DROOLS-245
> URL: https://issues.jboss.org/browse/DROOLS-245
> Project: Drools
> Issue Type: Bug
> Security Level: Public(Everyone can see)
> Affects Versions: 5.5.0.Final
> Reporter: georg tornqvist
> Assignee: Mark Proctor
>
> Hi,
> I want Drools to reason over an axis2 type, but the Drools compiler sees the type as a package, see error message below.
> Strictly speaking, the Drools compiler may be right. The type "Client" encapsulates a "Factory" class, making hierarchically speaking the class "Client" a package.
> Although I'm fairly new to Drools, I'm pretty sure that the behavior I'm experiencing is not right. The Drools version used in the WSO2BRS-2.0.0 is able to reason over the very same axis2 types.
> Error importing : 'nl.domain.www.schema.Client'
> Rule Compilation error : [Rule name='Your First Rule']
> io31/Rule_Your_First_Rule_16db2a632a4b4efd96dde4c6d6a55cdf.java (2:57) : Only a type can be imported.
> nl.domain.www.schema.Client resolves to a package
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
12 years, 8 months