[Beginners Corner] - Re: Problem to deploy
by jaikiran
anonymous wrote : url=file:/D:/jboss-3.2.0_tomcat-4.1.24/server/default/deploy/ ebillejbs.jarold
|
| url=file:/D:/jboss-3.2.0_tomcat-4.1.24/server/default/deploy/ ebillejbs.jarold2
|
| url=file:/D:/jboss-3.2.0_tomcat-4.1.24/server/default/deploy/ebillweb.warold
The server is trying to deploy these files but cant associate them with any deployers because of the extension(.jarold, .jarold2, .warold) of these files. That's why you see those exceptions.
You have 2 options:
1) Remove(delete) these files from the deploy folder. Or maybe move it to some other folder outside deploy folder.
OR
2) Let them remain in the deploy folder but rename them to ebillejbs.jarold.bak, ebillweb.warold.bak, ebillejbs.jarold2.bak. Anything that has a .bak extension is excluded from deployment.
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4103155#4103155
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4103155
18 years, 7 months
[JBossWS] - Re: WS with Seam 2.0...
by garypinkham
"hugo_th02" wrote : Hi, garypinkham
| You should use seam-gen to create seam project then import it into eclipse, because it seems there's problem with jboss tools when creating seam ejb project. Or you can try the lastest build of jboss tools, but i've not tried yet...
| Hope this help...
|
| Hugo.
Thanks.. I;'ll try that tomorrow. FYI.. I did use the latest JBoss Tools (nov 7th build). That seems to have created all the projects fine.. I reversed entities from the DB.. modified the authenticator etc.. All works fine.. I get the site up and running.. Just the Web Services have been an issue.. Anyways I think I'm going to switch it to a single WAR project.. I really don't need the EJBs for this experiment..
Gary
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4103152#4103152
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4103152
18 years, 7 months