Jason Lee
Principal Software Engineer
Red Hat JBoss EAP
--
You received this message because you are subscribed to the Google Groups "WildFly" group.
To unsubscribe from this group and stop receiving emails from it, send an email to wildfly+u...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/wildfly/f238393f-055f-4665-ac07-f896cad385e1n%40googlegroups.com.
<subsystem xmlns="urn:jboss:domain:jsf:1.1" default-jsf-impl-slot="myfaces"/>
Start WildFly wildfly-preview-32.0.0.Beta1 gives:
18:28:17,570 WARN [org.jboss.as.jsf] (MSC service thread 1-4) WFLYJSF0005: Unknown Jakarta Server Faces version 'myfaces-4.0.2'. Default version 'main' will be used instead.
18:28:17,576 WARN [org.jboss.as.jsf] (MSC service thread 1-5) WFLYJSF0005: Unknown Jakarta Server Faces version 'myfaces-4.0.2'. Default version 'main' will be used instead.
18:28:19,132 INFO [jakarta.enterprise.resource.webcontainer.faces.config] (ServerService Thread Pool -- 84) Initializing Mojarra 4.1.0-M1 for context '/BeWhereWhen'
Can MyFaces be used on Jakarta EE 10.0.0 & WildFly 31/32.0.0.Beta1 ?
Changed also to 'standalone.xml' with:OTiFY$ /usr/local/Cellar/wildfly-as/galleon-5.2.2.Final/bin/galleon.sh install \
> org.wildfly:wildfly-myfaces-feature-pack:2.0.0.Final \
> --dir=wildfly-31.0.1.Final \
> --config=standalone.xml \
> --layers=myfaces
Feature pack installed.d.
NOTiFY$ grep myfaces wildfly-31.0.1.Final/standalone/configuration/standalone.xml
<subsystem xmlns="urn:jboss:domain:jsf:1.1" default-jsf-impl-slot="myfaces"/>
Doesn't allow me to use MyFaces:WARN [org.jboss.as.jsf] (MSC service thread 1-3) WFLYJSF0005: Unknown Jakarta Server Faces version 'myfaces-4.0.2'. Default version 'main' will be used instead.
WARN [org.jboss.as.jsf] (MSC service thread 1-6) WFLYJSF0005: Unknown Jakarta Server Faces version 'myfaces-4.0.2'. Default version 'main' will be used instead.Uses:INFO [jakarta.enterprise.resource.webcontainer.faces.config] (ServerService Thread Pool -- 78) Initializing Mojarra 4.0.5 for context '/BeWhereWhen'
Unsure what I'm doing wromg.
On Thursday 4 April 2024 at 16:41:12 UTC+1 Roger Lee wrote:Noticed I was using: 'standalone-full.xml'Get same 'error':
/usr/local/Cellar/wildfly-as/galleon-5.2.2.Final/bin/galleon.sh install \
org.wildfly:wildfly-myfaces-feature-pack:2.0.0.Final \
--dir=wildfly-31.0.1.Final \
--config=standalone-full.xml \
--layers=myfacesFeature pack installed.d.
MacBook-Pro-2:bin NOTiFY$ grep myfaces wildfly-31.0.1.Final/standalone/configuration/standalone-full.xml
Jason Lee
Principal Software Engineer
Red Hat JBoss EAP
To view this discussion on the web visit https://groups.google.com/d/msgid/wildfly/2a9799bc-5c5e-4666-ae1b-9db96e35d59en%40googlegroups.com.