Re: [jboss-dev-forums] [JBoss AS 7 Development] - Design of AS7 multi-JSF feature
by Bruno Lam
Bruno Lam [https://community.jboss.org/people/qjafcunuas38] commented on the document
"Design of AS7 multi-JSF feature"
To view all comments on this document, visit: https://community.jboss.org/docs/DOC-47689#comment-12358
--------------------------------------------------
Hi Stan,
i didn't remove "main". I've just install JBoss, build cli file with mvn command, and install it with cli tool.
So i set default-jsf-impl-slot to myfaces-2.1.12 on standalone-full.xml, and i've got error in modules/javax/faces/api/myfaces-2.1.12/module.xml because of "org.glassfish.javax.el" and in modules/org/jboss/as/jsf-injection/myfaces-2.1.12/module.xml because of <resources>
After removing these lines, i've got a JBAS018733 error caused by: org.jboss.modules.ModuleNotFoundException: org.jboss.as.web-common:main
--------------------------------------------------
11 years, 6 months
Re: [jboss-dev-forums] [JBoss Transactions Development] - TransactionMonitoringAndVisualization
by James Strachan
James Strachan [https://community.jboss.org/people/jastrachan] commented on the document
"TransactionMonitoringAndVisualization"
To view all comments on this document, visit: https://community.jboss.org/docs/DOC-48255#comment-12357
--------------------------------------------------
Ah cool thanks. Feel free to fire me mail on anything (and I'll hopefully see other comments here too).
If we could figure out how to map the camel message / log messages with breadcrumbs to write to a single ElasticSearch record (with timings for each step of the flow inside) rather than an entry per event/message it'd be easier to slice and dice the data more easily on a 'complete business process view' using ElasticSearch/Kibana and the PolyMeta Dashboard too (the latter would make it really easy to slice and dice the response times by location/server/business level SKUs etc).
--------------------------------------------------
11 years, 6 months
Re: [jboss-dev-forums] [JBoss AS 7 Development] - Design of AS7 multi-JSF feature
by Bruno Lam
Bruno Lam [https://community.jboss.org/people/qjafcunuas38] commented on the document
"Design of AS7 multi-JSF feature"
To view all comments on this document, visit: https://community.jboss.org/docs/DOC-47689#comment-12350
--------------------------------------------------
Hi Stan,
I've just downloaded the last jboss-jsf-installer-master zip file.
so with JBoss EAP 6.1.0.Final, standalone-full.xml configuration, i passed to deploy myfaces 2.1.12.
/subsystem=jsf/:list-active-jsf-impls
{
"outcome" => "success",
"result" => ["myfaces-2.1.12"]
}
Nevertheless, when i deploy my war application (witch ok with mojarra), i've got error on jboss logs:
09:19:38,349 INFO [org.jboss.as.jsf] (ServerService Thread Pool -- 43) JBAS012605: A activé les implémentations JSF suivantes : [myfaces-2.1.12]
...
09:20:25,185 INFO [org.jboss.as.server.deployment] (MSC service thread 1-3) JBAS015876: Lancement du déploiement de "myapp.war" (runtime-name: "myapp.war")
09:20:27,073 WARN [org.jboss.as.jsf] (MSC service thread 1-3) JBAS012603: Version JSF inconnue 'Mojarra-2.0'. La version par défaut 'main' sera utilisée à la place
09:20:27,079 ERROR [org.jboss.msc.service.fail] (MSC service thread 1-3) MSC000001: Failed to start service jboss.deployment.unit."myapp.war".DEPENDENCIES: org.jboss.msc.service.StartException in service jboss.deployment.unit."myapp.war".DEPENDENCIES: JBAS018733: N'a pas pu traiter la phase DEPENDENCIES de deployment "myapp.war"
...
Caused by: org.jboss.as.server.deployment.DeploymentUnitProcessingException: JBAS012656: Le slot d'implémentation JSF par défaut 'main' est non valide
It seems that JBoss start to deploy my war with Mojarra, and cannot. So it tries with 'main', and says that this slot is not valid
tia,
Bruno
--------------------------------------------------
11 years, 6 months