Problems migrating to PrimeFaces 12, Sapphire 5.1 and WildFly 28

Forum rules
Please note that response time for technical support is within 3-5 business days.
Post Reply
alexanderdm
Posts: 40
Joined: 02 Mar 2014, 12:26

30 Apr 2023, 17:28

Dear Sirs!

I am migrating my Prime Faces application from version 7 to version 12, my Sapphire Template to Sapphire 5.1 and my application server from WildFly 17 to WildFly 28.

As WildFly 28 does not support java ee anymore (and hence all packages javax.*), I replaced everywhere in my source code my references to javax.* by jakarta.*
Since I am using Maven, this included migrating my pom.xml as well.

I have the following problem: As far as I know, I must migrate javax.faces.* to jakarta.faces.*, but I am unable to do so in your primefaces 12.0.0 jar. There I have, for example:

package org.primefaces.model;

import javax.faces.component.UIComponent;
import javax.faces.context.FacesContext;
import javax.faces.model.ListDataModel;
import java.io.Serializable;
import java.util.Iterator;
import java.util.List;
import java.util.Map;
import javax.faces.convert.Converter;
import javax.faces.model.DataModelEvent;
import javax.faces.model.DataModelListener;


public abstract class LazyDataModel<T> extends .....


How can I cope with that problem?


Thank you and kind regards,
Alex


Post Reply

Return to “Sapphire - PrimeFaces”

  • Information
  • Who is online

    Users browsing this forum: No registered users and 17 guests