It's been a very long time since I've looked at any of the code. I don't
recall. I know there are similar things within DeltaSpike, but there may
not be a 1 to 1 conversion. Have you tried asking on the DeltaSpike mailing
list?
I have removed seam dependency from project still I am getting same error:
org.jboss.weld.exceptions.IllegalArgumentException: WELD-000818: Event type class org.jboss.solder.config.xml.bootstrap.ProcessAnnotatedTypeImpl is not allowed
What libraries are in your deployment?
I have no idea where Solder is coming from in that list of dependencies.
You do have an odd set, and some conflicting dependencies as well
(EclipseLink and an old Hibernate for example). Also not sure why you're
using Jodatime if you're on Java EE 8, which IIRC, requires Java 8+ so you
could use the built-in classes. Anyway, I don't know. Short of seeing the
whole resolved tree, I can't help you there.
Sorry my bad there was another pom using seam and after removing it application worked fine seems like i will have to move to deltaspike to make it work with glassfish5 or payara5