PF 10

Forum rules
Please note that response time for technical support is within 3-5 business days.
tony.herstell
Posts: 214
Joined: 29 Nov 2011, 00:40

02 May 2021, 00:47

Just wondered when this theme is going to be updated/released.
Keen to get onto PF10.
Thx.
PF12+, Quarkus 3.2+ (CDI, JPA etc.), JSF Bridge (MyFaces 4.0.1)
Dont forget the classifier:

Code: Select all

   ...primefaces
  <classifier>jakarta</classifier>
     ... theme
  <classifier>jakarta</classifier>

siris
Posts: 322
Joined: 29 Jul 2019, 13:57

04 May 2021, 12:45

Hi,

There has been a shift in the calendar, and we are planning to release this week.

Best Regards,

tony.herstell
Posts: 214
Joined: 29 Nov 2011, 00:40

09 May 2021, 20:11

Looking forwards to the release of the Templates.
This one especially.
It sounds like upgrading will be interesting (as I have to do changes to make it more "useful" for the projects that use it).

Primefaces 10 Theme Premium Update Timeline

Timeline (before the complexity popped up)
https://github.com/primefaces/primeface ... imeFaces-X
PF12+, Quarkus 3.2+ (CDI, JPA etc.), JSF Bridge (MyFaces 4.0.1)
Dont forget the classifier:

Code: Select all

   ...primefaces
  <classifier>jakarta</classifier>
     ... theme
  <classifier>jakarta</classifier>

siris
Posts: 322
Joined: 29 Jul 2019, 13:57

10 May 2021, 14:09

Hi, sorry for delay!

Version 4.0.0 released! Please check your PrimeStore accounts :)

Best Regards,

tony.herstell
Posts: 214
Joined: 29 Nov 2011, 00:40

10 May 2021, 21:02

Legends!
Will try today
PF12+, Quarkus 3.2+ (CDI, JPA etc.), JSF Bridge (MyFaces 4.0.1)
Dont forget the classifier:

Code: Select all

   ...primefaces
  <classifier>jakarta</classifier>
     ... theme
  <classifier>jakarta</classifier>

siris
Posts: 322
Joined: 29 Jul 2019, 13:57

11 May 2021, 10:00

Hi,

If you see any issue we are here to solve. Good luck with :)

Best Regards,

tony.herstell
Posts: 214
Joined: 29 Nov 2011, 00:40

11 May 2021, 10:22

I am still trying to do the "upgrade"... but copying files over etc.
I looked for a doc directory...
PF12+, Quarkus 3.2+ (CDI, JPA etc.), JSF Bridge (MyFaces 4.0.1)
Dont forget the classifier:

Code: Select all

   ...primefaces
  <classifier>jakarta</classifier>
     ... theme
  <classifier>jakarta</classifier>

siris
Posts: 322
Joined: 29 Jul 2019, 13:57

11 May 2021, 10:32

Hi,

New documentation link for atlantis: https://www.primefaces.org/atlantis/documentation.xhtml

Best Regards,

tony.herstell
Posts: 214
Joined: 29 Nov 2011, 00:40

11 May 2021, 22:08

Thats great.

You wanted feedback.

The "project" layout has changed significantly which should not matter I assume.

I have started to pull over files into an existing project to upgrade... that's ongoing as I altered some stuff.

On Windows... I also tried to add the theme (i.e. the showcase) to MyEclipse (just Eclipse on steroids - free download available) and imported existing project of the unzipped theme and got this when deploying to Wildfly 20:
I usually do this so I can play to learn in the existing showcase.
Usually it just needs a jar removing as the app server already has one of the JSF ones.

Anyhow:

Code: Select all

07:24:21,556 SEVERE [org.apache.webbeans.servlet.WebBeansConfigurationListener] (ServerService Thread Pool -- 78) An error occurred while starting application context path : [/atlantis-3.0.0]
07:24:21,556 ERROR [org.jboss.msc.service.fail] (ServerService Thread Pool -- 78) MSC000001: Failed to start service jboss.deployment.unit."atlantis-3.0.0.war".undertow-deployment: org.jboss.msc.service.StartException in service jboss.deployment.unit."atlantis-3.0.0.war".undertow-deployment: java.lang.RuntimeException: org.apache.webbeans.exception.WebBeansDeploymentException: java.lang.UnsupportedOperationException: unsupported archive type: vfs:/C:/dev/wildfly-20.0.1.Final/standalone/deployments/atlantis-3.0.0.war/WEB-INF/lib/openpdf-1.3.24.jar/
	at org.wildfly.extension.undertow@20.0.1.Final//org.wildfly.extension.undertow.deployment.UndertowDeploymentService$1.run(UndertowDeploymentService.java:81)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.jboss.threads@2.3.3.Final//org.jboss.threads.ContextClassLoaderSavingRunnable.run(ContextClassLoaderSavingRunnable.java:35)
	at org.jboss.threads@2.3.3.Final//org.jboss.threads.EnhancedQueueExecutor.safeRun(EnhancedQueueExecutor.java:1982)
	at org.jboss.threads@2.3.3.Final//org.jboss.threads.EnhancedQueueExecutor$ThreadBody.doRunTask(EnhancedQueueExecutor.java:1486)
	at org.jboss.threads@2.3.3.Final//org.jboss.threads.EnhancedQueueExecutor$ThreadBody.run(EnhancedQueueExecutor.java:1377)
	at java.base/java.lang.Thread.run(Thread.java:834)
	at org.jboss.threads@2.3.3.Final//org.jboss.threads.JBossThread.run(JBossThread.java:485)
Caused by: java.lang.RuntimeException: org.apache.webbeans.exception.WebBeansDeploymentException: java.lang.UnsupportedOperationException: unsupported archive type: vfs:/C:/dev/wildfly-20.0.1.Final/standalone/deployments/atlantis-3.0.0.war/WEB-INF/lib/openpdf-1.3.24.jar/
	at io.undertow.servlet@2.1.3.Final//io.undertow.servlet.core.DeploymentManagerImpl.deploy(DeploymentManagerImpl.java:254)
	at org.wildfly.extension.undertow@20.0.1.Final//org.wildfly.extension.undertow.deployment.UndertowDeploymentService.startContext(UndertowDeploymentService.java:96)
	at org.wildfly.extension.undertow@20.0.1.Final//org.wildfly.extension.undertow.deployment.UndertowDeploymentService$1.run(UndertowDeploymentService.java:78)
	... 8 more
Caused by: org.apache.webbeans.exception.WebBeansDeploymentException: java.lang.UnsupportedOperationException: unsupported archive type: vfs:/C:/dev/wildfly-20.0.1.Final/standalone/deployments/atlantis-3.0.0.war/WEB-INF/lib/openpdf-1.3.24.jar/
	at deployment.atlantis-3.0.0.war//org.apache.webbeans.corespi.scanner.AbstractMetaDataDiscovery.scan(AbstractMetaDataDiscovery.java:176)
	at deployment.atlantis-3.0.0.war//org.apache.webbeans.lifecycle.AbstractLifeCycle.bootstrapApplication(AbstractLifeCycle.java:131)
	at deployment.atlantis-3.0.0.war//org.apache.webbeans.lifecycle.AbstractLifeCycle.startApplication(AbstractLifeCycle.java:103)
	at deployment.atlantis-3.0.0.war//org.apache.webbeans.web.lifecycle.WebContainerLifecycle.startApplication(WebContainerLifecycle.java:99)
	at deployment.atlantis-3.0.0.war//org.apache.webbeans.servlet.WebBeansConfigurationListener.doStart(WebBeansConfigurationListener.java:197)
	at deployment.atlantis-3.0.0.war//org.apache.webbeans.servlet.WebBeansConfigurationListener.contextInitialized(WebBeansConfigurationListener.java:86)
	at io.undertow.servlet@2.1.3.Final//io.undertow.servlet.core.ApplicationListeners.contextInitialized(ApplicationListeners.java:187)
	at io.undertow.servlet@2.1.3.Final//io.undertow.servlet.core.DeploymentManagerImpl$1.call(DeploymentManagerImpl.java:217)
	at io.undertow.servlet@2.1.3.Final//io.undertow.servlet.core.DeploymentManagerImpl$1.call(DeploymentManagerImpl.java:186)
	at io.undertow.servlet@2.1.3.Final//io.undertow.servlet.core.ServletRequestContextThreadSetupAction$1.call(ServletRequestContextThreadSetupAction.java:42)
	at io.undertow.servlet@2.1.3.Final//io.undertow.servlet.core.ContextClassLoaderSetupAction$1.call(ContextClassLoaderSetupAction.java:43)
	at org.wildfly.extension.undertow@20.0.1.Final//org.wildfly.extension.undertow.security.SecurityContextThreadSetupAction.lambda$create$0(SecurityContextThreadSetupAction.java:105)
	at org.wildfly.extension.undertow@20.0.1.Final//org.wildfly.extension.undertow.deployment.UndertowDeploymentInfoService$UndertowThreadSetupAction.lambda$create$0(UndertowDeploymentInfoService.java:1530)
	at org.wildfly.extension.undertow@20.0.1.Final//org.wildfly.extension.undertow.deployment.UndertowDeploymentInfoService$UndertowThreadSetupAction.lambda$create$0(UndertowDeploymentInfoService.java:1530)
	at org.wildfly.extension.undertow@20.0.1.Final//org.wildfly.extension.undertow.deployment.UndertowDeploymentInfoService$UndertowThreadSetupAction.lambda$create$0(UndertowDeploymentInfoService.java:1530)
	at org.wildfly.extension.undertow@20.0.1.Final//org.wildfly.extension.undertow.deployment.UndertowDeploymentInfoService$UndertowThreadSetupAction.lambda$create$0(UndertowDeploymentInfoService.java:1530)
	at io.undertow.servlet@2.1.3.Final//io.undertow.servlet.core.DeploymentManagerImpl.deploy(DeploymentManagerImpl.java:252)
	... 10 more
Caused by: java.lang.UnsupportedOperationException: unsupported archive type: vfs:/C:/dev/wildfly-20.0.1.Final/standalone/deployments/atlantis-3.0.0.war/WEB-INF/lib/openpdf-1.3.24.jar/
	at deployment.atlantis-3.0.0.war//org.apache.xbean.finder.archive.ClasspathArchive.archive(ClasspathArchive.java:87)
	at deployment.atlantis-3.0.0.war//org.apache.webbeans.corespi.scanner.xbean.CdiArchive.<init>(CdiArchive.java:67)
	at deployment.atlantis-3.0.0.war//org.apache.webbeans.corespi.scanner.AbstractMetaDataDiscovery.initFinder(AbstractMetaDataDiscovery.java:132)
	at deployment.atlantis-3.0.0.war//org.apache.webbeans.corespi.scanner.AbstractMetaDataDiscovery.scan(AbstractMetaDataDiscovery.java:172)
	... 26 more

07:24:21,560 ERROR [org.jboss.as.controller.management-operation] (Controller Boot Thread) WFLYCTL0013: Operation ("deploy") failed - address: ([("deployment" => "atlantis-3.0.0.war")]) - failure description: {"WFLYCTL0080: Failed services" => {"jboss.deployment.unit.\"atlantis-3.0.0.war\".undertow-deployment" => "java.lang.RuntimeException: org.apache.webbeans.exception.WebBeansDeploymentException: java.lang.UnsupportedOperationException: unsupported archive type: vfs:/C:/dev/wildfly-20.0.1.Final/standalone/deployments/atlantis-3.0.0.war/WEB-INF/lib/openpdf-1.3.24.jar/
    Caused by: java.lang.RuntimeException: org.apache.webbeans.exception.WebBeansDeploymentException: java.lang.UnsupportedOperationException: unsupported archive type: vfs:/C:/dev/wildfly-20.0.1.Final/standalone/deployments/atlantis-3.0.0.war/WEB-INF/lib/openpdf-1.3.24.jar/
    Caused by: org.apache.webbeans.exception.WebBeansDeploymentException: java.lang.UnsupportedOperationException: unsupported archive type: vfs:/C:/dev/wildfly-20.0.1.Final/standalone/deployments/atlantis-3.0.0.war/WEB-INF/lib/openpdf-1.3.24.jar/
    Caused by: java.lang.UnsupportedOperationException: unsupported archive type: vfs:/C:/dev/wildfly-20.0.1.Final/standalone/deployments/atlantis-3.0.0.war/WEB-INF/lib/openpdf-1.3.24.jar/"}}
07:24:21,892 INFO  [org.jboss.as.server] (ServerService Thread Pool -- 45) WFLYSRV0010: Deployed "atlantis-3.0.0.war" (runtime-name : "atlantis-3.0.0.war")
07:24:21,893 INFO  [org.jboss.as.controller] (Controller Boot Thread) WFLYCTL0183: Service status report
WFLYCTL0186:   Services which failed to start:      service jboss.deployment.unit."atlantis-3.0.0.war".undertow-deployment: java.lang.RuntimeException: org.apache.webbeans.exception.WebBeansDeploymentException: java.lang.UnsupportedOperationException: unsupported archive type: vfs:/C:/dev/wildfly-20.0.1.Final/standalone/deployments/atlantis-3.0.0.war/WEB-INF/lib/openpdf-1.3.24.jar/
WFLYCTL0448: 1 additional services are down due to their dependencies being missing or failed
07:24:21,923 INFO  [org.jboss.as.server] (Controller Boot Thread) WFLYSRV0212: Resuming server
07:24:21,925 ERROR [org.jboss.as] (Controller Boot Thread) WFLYSRV0026: WildFly Full 20.0.1.Final (WildFly Core 12.0.3.Final) started (with errors) in 15999ms - Started 745 of 976 services (3 services failed or missing dependencies, 377 services are lazy, passive or on-demand)
07:24:21,926 INFO  [org.jboss.as] (Controller Boot Thread) WFLYSRV0060: Http management interface listening on http://127.0.0.1:9990/management
07:24:21,927 INFO  [org.jboss.as] (Controller Boot Thread) WFLYSRV0051: Admin console listening on http://127.0.0.1:9990
Thoughts?
PF12+, Quarkus 3.2+ (CDI, JPA etc.), JSF Bridge (MyFaces 4.0.1)
Dont forget the classifier:

Code: Select all

   ...primefaces
  <classifier>jakarta</classifier>
     ... theme
  <classifier>jakarta</classifier>

tony.herstell
Posts: 214
Joined: 29 Nov 2011, 00:40

12 May 2021, 08:43

How do I get the menu to close after selection?
PF12+, Quarkus 3.2+ (CDI, JPA etc.), JSF Bridge (MyFaces 4.0.1)
Dont forget the classifier:

Code: Select all

   ...primefaces
  <classifier>jakarta</classifier>
     ... theme
  <classifier>jakarta</classifier>

Post Reply

Return to “Atlantis - PrimeFaces”

  • Information
  • Who is online

    Users browsing this forum: No registered users and 2 guests