[jboss-user] [JBoss Seam] - Re: Seam deployment problem
goku2
do-not-reply at jboss.com
Thu Sep 13 15:46:05 EDT 2007
Try this:
1) Shutdown your JBoss AS 4.0.5.GA
2) Delete the folder server/default/tmp/ . It contains deployment info and some times creates conflict with entities.
3) Go to your project folder and run:
ant clean
4) Run
ant undeploy
5) Then do the deploy(wit hthe profile you need)
ant deploy
6) Then start the jboss AS.
This works for me when i have problems with diferent versions of the same Component.
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4084200#4084200
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4084200
More information about the jboss-user
mailing list