6 Replies Latest reply on Apr 30, 2018 3:21 AM by skorejo

    seam 3 on glassfish 5

    skorejo

      Application with seam version 3.1.0-Final , java 8 when deployed on glassfish 3.1.2.2 works perfectly fine, but on change server to glassfish 5 or payara 5 following error is generated:

      org.jboss.weld.exceptions.IllegalArgumentException: WELD-000818: Event type class org.jboss.solder.config.xml.bootstrap.ProcessAnnotatedTypeImpl is not allowed  

      What could be the possible reason for this and how to resolve this issue?

       

      Please note, previously I got similar issue on Wildfly and for that I removed weld from the server and this error vanished, do I have to do something similar here too?