I am facing one problem in running jsf with primefaces application in glassfish server. It is not deploying i am getting an error like this
Error occurred during deployment: Exception while loading the app : java.lang.IllegalStateException: ContainerBase.addChild: start: org.apache.catalina.LifecycleException: java.lang.RuntimeException: java.lang.AbstractMethodError: org.apache.crimson.tree.ElementNode2.getTextContent()Ljava/lang/String;. Please see server.log for more details.
can anyone help me to fix this issue I am using xhtml pages for primefaces 3.5 tags using jpa, it is running in apache server successfully but not in glassfish server.
i've removed eclipselink jpa used for database connection then also im getting this error.