1. Is there a way to remove J2EE-1.4 style web services from jboss and plugin apache-axis 1.2 into it. (As jboss is modular it should be allowed :-))
You will have to totally remove JBossWS from JBoss 4.x and bring in Axis 1.2 as a Web Application running on tomcat. JBoss4 currently uses Axis 1.1 (that has been updated to provide J2EE 1.4 compliance). Currently JBossWS is writing its own stack => Axis will not be used by JBoss in the next few months. 2. If i deploy web servies using JbossWS is it portable on other app server with j2ee1.4 compliant, (reason i asked this because Jboss.net was not portable) so i'm not sure if Jboss (Cool) guys have added some jboss specific stuff in it as well. As long as u write J2EE compliant webservices code, you should be able to port it across J2EE vendors. Look at the wiki: http://www.jboss.org/wiki/Wiki.jsp?page=JBossWS for more information. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3866001#3866001 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3866001 ------------------------------------------------------- SF email is sponsored by - The IT Product Guide Read honest & candid reviews on hundreds of IT Products from real users. Discover which products truly live up to the hype. Start reading now. http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click _______________________________________________ JBoss-user mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/jboss-user
