"eykatz" wrote : Hi Jason, | 1. | why do I need ws4ee-deployment.xml ? |
I should update the wiki on that, you most likely won't need it. Try it without it first. anonymous wrote : | 2. | this file is not J2EE 1.4 mandatory (and JBoss 4 is J2EE 1.4 compilant) | Containers are free to require container specific deployment artifactss. This is used all over the place by many different containers (an example would be jndi mapping) anonymous wrote : | | 3. | shouldnt it be enough to supply webservices.xml with a <jaxrpc-mapping-file> tag which points to the appropriate mapping scheme? | Yes, and it most cases it will work without it. The ws4ee-deployment descriptor is purely a workaround component due to a combination of factors (i.e. problems with jax-rpc 1.1 & axis (used internally in the current ws4ee implementation)). The next release of JBossWS is a complete rewrite, and will not have the problems that require this file. anonymous wrote : | 4. | where do I put ws4ee-deployment.xml ? under META-INF ? | can you provide a link where we can read about it? | WEB-INF if its a JSE META-INF if its a web service endpoint -Jason View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3872090#3872090 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3872090 ------------------------------------------------------- This SF.net email is sponsored by Demarc: A global provider of Threat Management Solutions. Download our HomeAdmin security software for free today! http://www.demarc.com/info/Sentarus/hamr30 _______________________________________________ JBoss-user mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/jboss-user
