I take a look at your work. Nice!
I folowed the instructions and I deploy your demo application on a apache-tomcat- server (more exactly v 6.0.10) and it works, but when i try to deploy on a JBoss server (4.2.2GA, 5.0.0Beta2, 5.0.0Beta4) I encourage the folowing errors:
12:30:12,118 ERROR [[/doc-examples]] Exception sending context initialized event to listener instance of class org.jboss.web.jsf.integration.config.JBossJSFConfigureListener
java.lang.ClassCastException: com.sun.faces.application.ApplicationAssociate
at com.sun.faces.application.ApplicationAssociate.getInstance(ApplicationAssociate.java:172)
at com.sun.faces.config.JSFVersionTracker.publishInstanceToApplication(JSFVersionTracker.java:266)
....
12:30:12,124 ERROR [[/doc-examples]] Exception sending context destroyed event to listener instance of class com.sun.faces.application.WebappLifecycleListener
java.lang.ClassCastException: com.sun.faces.application.ApplicationAssociate
at com.sun.faces.application.ApplicationAssociate.getInstance(ApplicationAssociate.java:180)
...
12:30:12,382 WARN [ServiceController] Problem starting service jboss.web.deployment:war=doc-examples.war,id=792215747
org.jboss.deployment.DeploymentException: URL file:/opt/jboss-4.2.2.GA/server/default/tmp/deploy/tmp49732doc-examples-exp.war/ deployment failed
at org.jboss.web.tomcat.service.TomcatDeployer.performDeployInternal(TomcatDeployer.java:379)
...
I am just curios if Simplifica could be used in web-applications which are deloyed on JBoss server, since the demo dosen't work.
|