[JBoss JIRA] (WFLY-4247) Deployment fails if a web-fragment.xml references fragment name that's not present
by RH Bugzilla Integration (JIRA)
[ https://issues.jboss.org/browse/WFLY-4247?page=com.atlassian.jira.plugin.... ]
RH Bugzilla Integration commented on WFLY-4247:
-----------------------------------------------
Radim Hatlapatka <rhatlapa(a)redhat.com> changed the Status of [bug 1181854|https://bugzilla.redhat.com/show_bug.cgi?id=1181854] from ON_QA to VERIFIED
> Deployment fails if a web-fragment.xml references fragment name that's not present
> ----------------------------------------------------------------------------------
>
> Key: WFLY-4247
> URL: https://issues.jboss.org/browse/WFLY-4247
> Project: WildFly
> Issue Type: Bug
> Components: Web (Undertow)
> Affects Versions: 9.0.0.Alpha1
> Reporter: James Livingston
> Assignee: Stuart Douglas
> Fix For: 9.0.0.Beta1
>
>
> If you deploy a web application which has a web fragment with a relative ordering referring to a non-existent fragment, it will fail. This was reported for old JBossAS as JBAS-8767, Remy said the spec was not clear so he would ask, and them it was fixed for AS 6.0.
> The reproducer WAR from JBAS-8767 fails to deploy on WildFly as well. I am unsure as to the result of the spec clarification on whether it should work, but since we fixed it for AS 6 it should probably be fixed in WF too.
--
This message was sent by Atlassian JIRA
(v6.3.11#6341)
11 years, 5 months
[JBoss JIRA] (DROOLS-709) fuse-bxms-integ list of build/release issues
by Geoffrey De Smet (JIRA)
Geoffrey De Smet created DROOLS-709:
---------------------------------------
Summary: fuse-bxms-integ list of build/release issues
Key: DROOLS-709
URL: https://issues.jboss.org/browse/DROOLS-709
Project: Drools
Issue Type: Bug
Reporter: Geoffrey De Smet
Assignee: Edson Tirelli
Priority: Blocker
Here's a summary of the issues discussed in e-mail so we can track them.
1) fuse-bxms-integ violates Red Hat naming:
We can't use a product name ("Fuse", "bxms") for community code.
The repository contains community glue code between camel and kie,
so for example "camel-kie-integ" would be better.
Is drools-camel open source?
If yes, then we want the community to be able to use it and report issues before we release the product version.
2) The artifacts of fuse-bxms-integ all still use the groupId "org.kie",
but supposedly have their a different version numbering than org.kie's artifacts.
2 artifacts in the same groupId must use the exact same version numbering and release lifecycle!
So the groupId must be changed before its released.
3) fuse-bxms-integ will use it's own version numbering, so it should not use kie's "6.2.0.Final"
Either it uses a neutral number, such as "1.0.0.Final"
or it defines a pattern based on it's kie and it's camel dependency. For example "6.2.0.Final-2.14.1.Final" (bad example, violates OSGi guidelines).
Calling it "6.2.0.Final" is just asking for confusion and trouble,
because productization scripts will presume it's 100% equal to the kie version.
4) Now one seems to have the faintest idea how we'll handle branching: think camel 2.14.x, camel 2.13.x, kie 6.2.x, camel 2.12.x, kie 6.1.x, ...
5) // Not valid
6) Renaming the java packages according to the new groupId/artifactId we will choose (as we did in the past with all other projects) and also fix the OSGi manifest and features.xml files accordingly.
7) migrating the optaplanner-camel module in the new integration project.
Note: ge0ffrey will migrate optaplanner-camel after the other issues in this list are solved to avoid breaking users now.
8) It's artifacts are currently:
- no longer extending droolsjbpm-parent(-with-dependencies)
- no longer in the kie-bom
and that the repo is no longer in our github organization or git-clone-others script, but it is part of our release.
So it's already quite different than in 6.1.
--
This message was sent by Atlassian JIRA
(v6.3.11#6341)
11 years, 5 months
[JBoss JIRA] (WFLY-4336) Cannot run testsuite if an application holds port 8080 open
by Tomaz Cerar (JIRA)
[ https://issues.jboss.org/browse/WFLY-4336?page=com.atlassian.jira.plugin.... ]
Tomaz Cerar commented on WFLY-4336:
-----------------------------------
Why would be a requirement? for testsuite it is expected that runs on "clean" machine without other server software listening on different ports...
> Cannot run testsuite if an application holds port 8080 open
> -----------------------------------------------------------
>
> Key: WFLY-4336
> URL: https://issues.jboss.org/browse/WFLY-4336
> Project: WildFly
> Issue Type: Bug
> Components: Test Suite
> Affects Versions: 9.0.0.Alpha1
> Reporter: Michael Musgrove
>
> We run jobs on a Jenkins cluster where the master is also a slave. The master runs the web front end gui on port 8080. The default wildfly web profile uses the same port. I tried starting undertow on a different port but the testsuite has some hardcoded references to port 8080, for example:
> testsuite/integration/src/test/xslt/changeIPAddresses.xsl
> testsuite/integration/xts/src/test/java/org/jboss/as/test/xts/wsat/client/ATClient.java
> testsuite/integration/xts/src/test/java/org/jboss/as/test/xts/wsba/coordinatorcompletion/client/BACoordinatorCompletionClient.java
> testsuite/integration/xts/src/test/java/org/jboss/as/test/xts/wsba/participantcompletion/client/BAParticipantCompletionClient.java
> The particular command I tried was:
> {code}
> ./tools/maven/bin/mvn -s tools/maven/conf/settings.xml test '-f' './testsuite/integration/xts/pom.xml' '-Pxts.integration.tests.profile' -Djboss.http.port=xxx
> {code}
--
This message was sent by Atlassian JIRA
(v6.3.11#6341)
11 years, 5 months
[JBoss JIRA] (ELY-155) Condense Message IDs
by Darran Lofthouse (JIRA)
Darran Lofthouse created ELY-155:
------------------------------------
Summary: Condense Message IDs
Key: ELY-155
URL: https://issues.jboss.org/browse/ELY-155
Project: WildFly Elytron
Issue Type: Task
Reporter: Darran Lofthouse
Assignee: Darran Lofthouse
Priority: Blocker
Fix For: 1.0.0.Alpha1
This is a task to complete at the point of tagging, condense the message IDs to close any gaps in the numbering.
--
This message was sent by Atlassian JIRA
(v6.3.11#6341)
11 years, 5 months
[JBoss JIRA] (ELY-154) Session based DigestCredential support
by Darran Lofthouse (JIRA)
Darran Lofthouse created ELY-154:
------------------------------------
Summary: Session based DigestCredential support
Key: ELY-154
URL: https://issues.jboss.org/browse/ELY-154
Project: WildFly Elytron
Issue Type: Sub-task
Components: Passwords
Reporter: Darran Lofthouse
Assignee: Darran Lofthouse
Fix For: 1.0.0.Alpha1
DigestCredential but where additional information is included such as nonce and cnonce to create a credential applicable to a session.
--
This message was sent by Atlassian JIRA
(v6.3.11#6341)
11 years, 5 months