[JBoss JIRA] (WFLY-5410) jboss-web_10_0.xsd is inccorect
by ehsavoie Hugonnet (JIRA)
[ https://issues.jboss.org/browse/WFLY-5410?page=com.atlassian.jira.plugin.... ]
ehsavoie Hugonnet reassigned WFLY-5410:
---------------------------------------
Assignee: ehsavoie Hugonnet (was: Eduardo Martins)
> jboss-web_10_0.xsd is inccorect
> -------------------------------
>
> Key: WFLY-5410
> URL: https://issues.jboss.org/browse/WFLY-5410
> Project: WildFly
> Issue Type: Bug
> Components: Documentation
> Affects Versions: 10.0.0.CR2
> Reporter: ehsavoie Hugonnet
> Assignee: ehsavoie Hugonnet
>
> jboss-web_10_0.xsd requires an extension of javaee 7 xsd in the jboss namespace for <xsd:group ref="jboss:jndiEnvironmentRefsGroup"/>.
> This was in jboss_commons_6_0.xsd for Javaee 6 so we need to have a similar schema for Javaee 7and import it in jboss-web_10_0.xsd.
--
This message was sent by Atlassian JIRA
(v7.5.0#75005)
8 years, 3 months
[JBoss JIRA] (WFLY-5410) jboss-web_10_0.xsd is inccorect
by ehsavoie Hugonnet (JIRA)
[ https://issues.jboss.org/browse/WFLY-5410?page=com.atlassian.jira.plugin.... ]
ehsavoie Hugonnet commented on WFLY-5410:
-----------------------------------------
Was fixed in jboss-web_10_1.xsd
> jboss-web_10_0.xsd is inccorect
> -------------------------------
>
> Key: WFLY-5410
> URL: https://issues.jboss.org/browse/WFLY-5410
> Project: WildFly
> Issue Type: Bug
> Components: Documentation
> Affects Versions: 10.0.0.CR2
> Reporter: ehsavoie Hugonnet
> Assignee: Eduardo Martins
>
> jboss-web_10_0.xsd requires an extension of javaee 7 xsd in the jboss namespace for <xsd:group ref="jboss:jndiEnvironmentRefsGroup"/>.
> This was in jboss_commons_6_0.xsd for Javaee 6 so we need to have a similar schema for Javaee 7and import it in jboss-web_10_0.xsd.
--
This message was sent by Atlassian JIRA
(v7.5.0#75005)
8 years, 3 months
[JBoss JIRA] (WFLY-9391) Validation errors with "jboss-web_11_0.xsd
by ehsavoie Hugonnet (JIRA)
[ https://issues.jboss.org/browse/WFLY-9391?page=com.atlassian.jira.plugin.... ]
ehsavoie Hugonnet reassigned WFLY-9391:
---------------------------------------
Assignee: ehsavoie Hugonnet (was: Jason Greene)
> Validation errors with "jboss-web_11_0.xsd
> ------------------------------------------
>
> Key: WFLY-9391
> URL: https://issues.jboss.org/browse/WFLY-9391
> Project: WildFly
> Issue Type: Bug
> Affects Versions: 11.0.0.CR1
> Reporter: Wolfgang Knauf
> Assignee: ehsavoie Hugonnet
>
> Eclipse reports some errors when validating a "jboss-web.xml" file which defines the 11.0 xsd.
> First problem: "web-app_3_1.xsd" is imported. The target namespace seems to be invalid, it should be "http://xmlns.jcp.org/xml/ns/javaee" instead of "http://java.sun.com/xml/ns/javaee"
> <xsd:import namespace="http://xmlns.jcp.org/xml/ns/javaee" schemaLocation="http://xmlns.jcp.org/xml/ns/javaee/web-app_3_1.xsd"/>
> The validation error: *"The namespace attribute 'http://java.sun.com/xml/ns/javaee' of an import element information must be identical to the targetNamespace attribute 'http://xmlns.jcp.org/xml/ns/javaee' of the imported document".*
> It would probably also make sense to include the full schemaLocation URL ;-).
> After fixing the namespace, there are four more errors left:
> *src-resolve: Cannot resolve the name 'jboss:jndiEnvironmentRefsGroup' to a( n ) group component
> src-resolve: Cannot resolve the name 'javaee:generic-booleanType' to a( n ) 'simpleType definition' component
> src-ct.2.1: Complex type definition Representation Error for type 'symbolic-link-allowedType' ...
> src-resolve: Cannot resolve the name 'jboss:security-roleType' to a( n ) 'type definition' component*
> The first two errors: previous versions of jboss-web.xsd imported "jboss-common_6_0.xsd" which defined a "jndiEnvironmentRefsGroup". This file also imported "javaee_6.xsd", which defines the "generic-booleanType".
--
This message was sent by Atlassian JIRA
(v7.5.0#75005)
8 years, 3 months
[JBoss JIRA] (WFLY-9391) Validation errors with "jboss-web_11_0.xsd
by ehsavoie Hugonnet (JIRA)
[ https://issues.jboss.org/browse/WFLY-9391?page=com.atlassian.jira.plugin.... ]
ehsavoie Hugonnet commented on WFLY-9391:
-----------------------------------------
jboss-web_10_0.xsd has already been released and as such can't be modified: please use jboss-web_10_1.xsd instead
> Validation errors with "jboss-web_11_0.xsd
> ------------------------------------------
>
> Key: WFLY-9391
> URL: https://issues.jboss.org/browse/WFLY-9391
> Project: WildFly
> Issue Type: Bug
> Affects Versions: 11.0.0.CR1
> Reporter: Wolfgang Knauf
> Assignee: Jason Greene
>
> Eclipse reports some errors when validating a "jboss-web.xml" file which defines the 11.0 xsd.
> First problem: "web-app_3_1.xsd" is imported. The target namespace seems to be invalid, it should be "http://xmlns.jcp.org/xml/ns/javaee" instead of "http://java.sun.com/xml/ns/javaee"
> <xsd:import namespace="http://xmlns.jcp.org/xml/ns/javaee" schemaLocation="http://xmlns.jcp.org/xml/ns/javaee/web-app_3_1.xsd"/>
> The validation error: *"The namespace attribute 'http://java.sun.com/xml/ns/javaee' of an import element information must be identical to the targetNamespace attribute 'http://xmlns.jcp.org/xml/ns/javaee' of the imported document".*
> It would probably also make sense to include the full schemaLocation URL ;-).
> After fixing the namespace, there are four more errors left:
> *src-resolve: Cannot resolve the name 'jboss:jndiEnvironmentRefsGroup' to a( n ) group component
> src-resolve: Cannot resolve the name 'javaee:generic-booleanType' to a( n ) 'simpleType definition' component
> src-ct.2.1: Complex type definition Representation Error for type 'symbolic-link-allowedType' ...
> src-resolve: Cannot resolve the name 'jboss:security-roleType' to a( n ) 'type definition' component*
> The first two errors: previous versions of jboss-web.xsd imported "jboss-common_6_0.xsd" which defined a "jndiEnvironmentRefsGroup". This file also imported "javaee_6.xsd", which defines the "generic-booleanType".
--
This message was sent by Atlassian JIRA
(v7.5.0#75005)
8 years, 3 months
[JBoss JIRA] (DROOLS-1323) DefaultAgenda.immediateHalt takes up 20% of performance in stateful cases: investigate why
by Jiri Locker (JIRA)
[ https://issues.jboss.org/browse/DROOLS-1323?page=com.atlassian.jira.plugi... ]
Jiri Locker updated DROOLS-1323:
--------------------------------
Summary: DefaultAgenda.immediateHalt takes up 20% of performance in stateful cases: investigate why (was: DefaultAgenda.immediateHalt takes up 20% of performance in statefull cases: investigate why)
> DefaultAgenda.immediateHalt takes up 20% of performance in stateful cases: investigate why
> ------------------------------------------------------------------------------------------
>
> Key: DROOLS-1323
> URL: https://issues.jboss.org/browse/DROOLS-1323
> Project: Drools
> Issue Type: Task
> Components: core engine
> Reporter: Geoffrey De Smet
> Assignee: Mario Fusco
> Priority: Minor
> Attachments: Selection_240.png, Selection_241.png, Selection_245.png, Selection_246.png, Selection_247.png, Selection_249.png
>
>
> Mario and Geoffrey will investigate, but here's the profiler reports to prove it.
> to reproduce: OptaPlannerExamplesApp -> cloud balancing use case -> load dataset with 1600computer + turn off refresh checkbox -> start cpu profiling -> button solve
--
This message was sent by Atlassian JIRA
(v7.5.0#75005)
8 years, 3 months
[JBoss JIRA] (ELY-1483) japicmp detects compatibility issues
by Farah Juma (JIRA)
[ https://issues.jboss.org/browse/ELY-1483?page=com.atlassian.jira.plugin.s... ]
Farah Juma commented on ELY-1483:
---------------------------------
+1, the org.wildfly.security.asn1, org.wildfly.security.x500, and org.wildfly.security.x500.cert packages were all internal API in 1.1.x Final so these packages should only be included once we compare 1.2.x with 1.next. Sorry for the confusion [~mchoma]. This means that all of the incompatibilities mentioned in the description here are false positives.
> japicmp detects compatibility issues
> ------------------------------------
>
> Key: ELY-1483
> URL: https://issues.jboss.org/browse/ELY-1483
> Project: WildFly Elytron
> Issue Type: Bug
> Components: API / SPI
> Affects Versions: 1.2.0.Beta11
> Reporter: Martin Choma
> Priority: Critical
> Fix For: 1.2.0.Beta12
>
> Attachments: japicmp.html
>
>
> I have used japicmp tool to compare public API [1]. Version 1.1.7.Final was compared with master HEAD (in time of writing 1.2.0.Beta12-SNAPSHOT). These incompatibilities were detected:
> - removed org.wildfly.security.asn1.ASN1 (moved to org.wildfly.security.asn1.util)
> - removed org.wildfly.security.asn1.OidsUtil (moved to org.wildfly.security.asn1.util)
> - removed org.wildfly.security.asn1.OidsUtil$Category (moved to org.wildfly.security.asn1.util)
> - removed org.wildfly.security.x500.X500PrincipalUtil (moved to org.wildfly.security.x500.util)
> - removed org.wildfly.security.asn1.ASN1Encoder.encodeIA5String(org.wildfly.security.util.ByteStringBuilder)
> - removed org.wildfly.security.asn1.ASN1Encoder.encodeOctetString(org.wildfly.security.util.ByteStringBuilder)
> - constructor less accessible package_protected (<- public ) org.wildfly.security.asn1.DERDecoder.DERDecoder(org.wildfly.security.util.ByteIterator)
> - constructor less accessible package_protected (<- public ) org.wildfly.security.asn1.DEREncoder.DEREncoder(org.wildfly.security.util.ByteIterator)
> - method less accessible package_protected (<- public ) org.wildfly.security.asn1.DEREncoder.encodeIA5String(org.wildfly.security.util.ByteStringBuilder)
> - method less accessible package_protected (<- public ) org.wildfly.security.asn1.DEREncoder.encodeOctetString(org.wildfly.security.util.ByteStringBuilder)
> [1] https://github.com/wildfly-security/wildfly-elytron/pull/1067
--
This message was sent by Atlassian JIRA
(v7.5.0#75005)
8 years, 3 months
[JBoss JIRA] (DROOLS-2220) Icons (Edit, Collapse, Delete etc) do not respond to mouse clicks
by Michael Anstis (JIRA)
Michael Anstis created DROOLS-2220:
--------------------------------------
Summary: Icons (Edit, Collapse, Delete etc) do not respond to mouse clicks
Key: DROOLS-2220
URL: https://issues.jboss.org/browse/DROOLS-2220
Project: Drools
Issue Type: Bug
Components: Guided Decision Tree Editor
Affects Versions: 7.5.0.Final
Reporter: Michael Anstis
Assignee: Michael Anstis
Fix For: 7.6.0.Final
- Double-click on a node (object/action) to edit/delete/collapse.
- Pop-up shows the icons/buttons.
- Click on Edit/Delete/collapse icon. Icons are frozen.
--
This message was sent by Atlassian JIRA
(v7.5.0#75005)
8 years, 3 months
[JBoss JIRA] (DROOLS-2181) Icons (Edit, Collapse, Delete etc) do not respond to mouse clicks
by Edson Tirelli (JIRA)
[ https://issues.jboss.org/browse/DROOLS-2181?page=com.atlassian.jira.plugi... ]
Edson Tirelli commented on DROOLS-2181:
---------------------------------------
[~manstis] to clarify, we have feature freeze on 7.5.x branch, but critical bug fixes will continue to go in there.
This sounds like a critical bug if trees are not working. Can you please clone this ticket into RHDM? I will ack it.
> Icons (Edit, Collapse, Delete etc) do not respond to mouse clicks
> -----------------------------------------------------------------
>
> Key: DROOLS-2181
> URL: https://issues.jboss.org/browse/DROOLS-2181
> Project: Drools
> Issue Type: Bug
> Components: Guided Decision Tree Editor
> Affects Versions: 7.5.0.Final
> Reporter: Michael Anstis
> Assignee: Michael Anstis
> Fix For: 7.6.0.Final
>
>
> - Double-click on a node (object/action) to edit/delete/collapse.
> - Pop-up shows the icons/buttons.
> - Click on Edit/Delete/collapse icon. Icons are frozen.
--
This message was sent by Atlassian JIRA
(v7.5.0#75005)
8 years, 3 months