But I see my colleague have deleted the pakage "jbossws.sar" under /deploy/ and the "jbossws-framework.jar" under /jbossws.deployer. Does this mean enough that his application doesn't use Jboss-WS-Native?
I think my colleague does use a separated classloader for loading his own jars. But seems still use some of the jbossws-native-xxx.jar.
Besdies, we use maven for compiling and deploy. One can include all the non-jbossws jars as dependencies in the WAR. I see there is an advantage to this since the application is independent from Jboss and one can deploy this to othe app-server auch as WebLogic. Right?