[JBoss JIRA] Created: (JBAS-9395) Add JSF Configuration for Mojarra 2.1
by Frank Langelage (JIRA)
Add JSF Configuration for Mojarra 2.1
-------------------------------------
Key: JBAS-9395
URL: https://issues.jboss.org/browse/JBAS-9395
Project: Legacy JBoss Application Server 6
Issue Type: Feature Request
Security Level: Public (Everyone can see)
Components: JSF
Affects Versions: 6.1.0
Reporter: Frank Langelage
Assignee: Stan Silvert
JBoss AS 6.1 contains three JSF implementations for MyFaces-2.0, Mojarra-1.2 and Mojarra-2.0.
Please add another config for Mojarra-2.1 containing Mojarra 2.1.1 for the official 6.1.0 version of JBoss AS.
--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira
15 years, 1 month
[JBoss JIRA] Created: (JBCLUSTER-292) jboss-ha-server-ispn.jar contains old schemas/infinispan-config.xsd
by Paul Ferraro (JIRA)
jboss-ha-server-ispn.jar contains old schemas/infinispan-config.xsd
-------------------------------------------------------------------
Key: JBCLUSTER-292
URL: https://issues.jboss.org/browse/JBCLUSTER-292
Project: JBoss Clustering
Issue Type: Bug
Security Level: Public (Everyone can see)
Affects Versions: HA-Server-ISPN 1.0.0.Final
Reporter: Paul Ferraro
Assignee: Paul Ferraro
Fix For: HA-Server-ISPN 1.0.1.Final
This xsd was added to the jar at some point to workaround release bugs in infinispan (where the xsd was missing or the namespace was mislabeled) - but should not be there any longer. Because the xsd is out of date, a configuration containing newer config features will not parse correctly.
--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira
15 years, 1 month
[JBoss JIRA] Created: (AS7-785) Setting runtime-name seems to have no effect
by Stan Silvert (JIRA)
Setting runtime-name seems to have no effect
--------------------------------------------
Key: AS7-785
URL: https://issues.jboss.org/browse/AS7-785
Project: Application Server 7
Issue Type: Bug
Components: CLI
Affects Versions: 7.0.0.CR1
Reporter: Stan Silvert
Assignee: Jason Greene
If I upload a deployment using the runtime_name argument, it seems to have no effect. Also, for consistency with internals, suggest using "runtime-name" for the argument instead of the underscored "runtime_name".
[standalone@localhost:9999 /] deploy /as7trunk/as7jsf/mojarra2.0/jsfwithjsp/target/jsfwithjsp.war --runtime_name=jsfjsp
'jsfwithjsp.war' deployed successfully.
[standalone@localhost:9999 /] /deployment=jsfwithjsp.war/:read-resource
{
"outcome" => "success",
"result" => {
"name" => "jsfwithjsp.war",
"runtime-name" => "jsfwithjsp.war",
"content" => [{
"input-stream-index" => 0,
"hash" => bytes {
0xe1, 0xfb, 0xee, 0x1c, 0xed, 0x9e, 0x8e, 0x1e,
0xa0, 0x09, 0xd6, 0x47, 0xc1, 0x44, 0x5d, 0xdb,
0xca, 0x7d, 0xc0, 0x72
}
}],
"enabled" => true
},
"compensating-operation" => undefined
}
--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira
15 years, 1 month