Hello,
I have gotten hibernate 2.1 and jBoss3.2.3 with vhosts setup and working with 3 different apps now and all is working well. I am working on number 4 and i am running into a problem when the EAR is deployed.
I have also posted this question on jBoss see:
http://jboss.org/index.html?module=bb&op=viewtopic&t=46913
However since there is no difference between the apps I am wondering if Hibernate has a limit on the number of SAR's that can be deployed to a vhost?
Here is what I am seeing in the log:
Code:
2004-03-14 20:49:13,112 INFO [net.sf.hibernate.util.NamingHelper] JNDI InitialContext properties:{}
2004-03-14 20:49:13,560 INFO [org.jboss.web.tomcat.tc4.EmbeddedTomcatService] deploy, ctxPath=/impweb, warUrl=file:/apps/jboss-3.2.3/server/default/tmp/deploy/tmp42517impEAR-1.0.ear-contents/impWEB-1.0.war/
2004-03-14 20:49:15,787 ERROR [org.jboss.web.Host=www] SingleSignOnContextConfig[/impweb] Exception processing JAR at resource path /WEB-INF/lib/struts-1.1.jar
javax.servlet.ServletException: Exception processing JAR at resource path /WEB-INF/lib/struts-1.1.jar
at org.jboss.web.tomcat.tc4.SingleSignOnContextConfig.tldScanJar(SingleSignOnContextConfig.java:1074)
As you can see the error happens after the naming helper is called.
Any ideas?
Regards,
Jason