[jboss-user] [Installation, Configuration Deployment] - Re: Unable to re-publish war to jboss without restart (Sprin

2009-11-24 Thread beau
Here is another quirk we found that may point to something.. When we deploy the ear file again, but give it a different name (path1.war vs path.war), we can access the application using this new name - http://localhost:8080/path1 It deploys with no problems. It's just when we try to redeploy

[jboss-user] [Installation, Configuration Deployment] - Re: Unable to re-publish war to jboss without restart (Sprin

2009-11-24 Thread beau
We did some more testing, and it appears to not be a problem with the new JBoss (5.1.0.GA). We'll go on using this new version, but it would still be interesting to know what the issue is. View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4267404#4267404 Reply

[jboss-user] [Installation, Configuration Deployment] - Re: Unable to re-publish war to jboss without restart (Sprin

2009-11-23 Thread beau
jaikiran wrote : Is that the complete stacktrace? It isn't completely informative. | | Although this piece doesn't say much, it seems to be coming from the spring framework classes. If there's more in the stacktrace, do post that part. | Hi jaikiran, Below is the full stack trace:

[jboss-user] [Installation, Configuration Deployment] - Unable to re-publish war to jboss without restart (Spring 3,

2009-11-19 Thread beau
) { | currentSession().saveOrUpdate(dis); | } | | public void delete(Dis dis) { | currentSession().delete(dis); | } | | } If there is any other information I can provide that might help out, just let me know. Thanks for your time, Beau View