[jboss-as7-dev] Missing dependencies in Web & EJB3 AS7 modules

Richard Opalka ropalka at redhat.com
Tue Feb 15 06:04:51 EST 2011


I'd like to change the following AS7 modules

org.jboss.as.web
org.jboss.as.ejb3

to include the following dependencies

<!-- JSR 181 WS MD -->
<module name="javax.jws.api"/>
<!-- JSR 224 JAXWS API -->
<module name="javax.xml.ws.api"/>
<!-- JBossWS SPI -->
<module name="org.jboss.ws.spi" />
<!-- CXF META-INF servicies -->
<module name="org.jboss.ws.cxf.jbossws-cxf-factories" services="import"/>
<!-- CXF JAXWS API impl -->
<module name="org.jboss.ws.cxf.jbossws-cxf-client" services="import"/>

It's required by JAX-WS 22 & EE6 specs and TCK to have
JAX-WS client runtime available in Servlets and EJBs automatically.

I'm also attaching some usecases to demonstrate usecases.

Objections / comments ?

Rio

-- 
Richard Opalka
ropalka at redhat.com
JBoss, by Red Hat

Office: +420 222 365 200
Mobile: +420 731 186 942

-------------- next part --------------
An embedded and charset-unspecified text was scrubbed...
Name: EJB3Bean.java-annotation-driven
Url: http://lists.jboss.org/pipermail/jboss-as7-dev/attachments/20110215/1703f15c/attachment.pl 
-------------- next part --------------
An embedded and charset-unspecified text was scrubbed...
Name: EjbClient.java-annotation-driven
Url: http://lists.jboss.org/pipermail/jboss-as7-dev/attachments/20110215/1703f15c/attachment-0001.pl 
-------------- next part --------------
An embedded and charset-unspecified text was scrubbed...
Name: Servlet30Client.java-annotation-driven
Url: http://lists.jboss.org/pipermail/jboss-as7-dev/attachments/20110215/1703f15c/attachment-0002.pl 
-------------- next part --------------
An embedded and charset-unspecified text was scrubbed...
Name: ServletClient.java-descriptor-driven
Url: http://lists.jboss.org/pipermail/jboss-as7-dev/attachments/20110215/1703f15c/attachment-0003.pl 
-------------- next part --------------
A non-text attachment was scrubbed...
Name: web.xml-descriptor-driven
Type: text/xml
Size: 1160 bytes
Desc: not available
Url : http://lists.jboss.org/pipermail/jboss-as7-dev/attachments/20110215/1703f15c/attachment.xml 


More information about the jboss-as7-dev mailing list