This content has been marked as final.
Show 2 replies
-
1. Re: JBoss.net on 4.0 produces errors
anil.saldhana Nov 1, 2004 11:26 AM (in response to natebowler)JBoss4.0 does not have jboss.net. It has J2EE1.4 compliant web services "JBossWS". You can get more information about it from
http://www.jboss.org/wiki/Wiki.jsp?page=JBossWS -
2. Re: JBoss.net on 4.0 produces errors
thomas.diesler Nov 2, 2004 10:32 AM (in response to natebowler)The warning only indicates that a WS4EE specific interceptor could not be loaded, which confirmes that you successfully removed JBossWS.
If you've already gone through the efford of building from source, you can use the 'deploy' target in jboss.net/build.xml like thiscd jboss.net ant -Dserver=default deploy
This removes jboss-ws4ee and installs jboss.net. There is an equivalent target available in module webservice.