[jboss-dev-forums] [Design of POJO Server] - Re: So what does unification mean for the ejb containers
scott.stark@jboss.org
do-not-reply at jboss.com
Thu Oct 4 05:23:08 EDT 2007
There are conflicting webservice service ref metadata in use by ejb3:
org.jboss.wsf.spi.serviceref.ServiceRefMetaData - from jbossws-spi
org.jboss.ws.integration.ServiceRefMetaData - from jboss-metadata
The ejb3 layer is making use of the org.jboss.wsf.spi.serviceref.ServiceRefMetaData, while the metadata classes are using org.jboss.ws.integration.ServiceRefMetaData. Trying to compile the ejb3 module against the current jboss-metadata.jar results in conflcits:
anonymous wrote :
| [javac] /home/svn/JBossHead/jboss-head/ejb3/src/main/org/jboss/injection/WebServiceRefHandler.java:55: incompatible types
| [javac] found : org.jboss.ws.integration.ServiceRefMetaData
| [javac] required: org.jboss.wsf.spi.serviceref.ServiceRefMetaData
| [javac] for (ServiceRefMetaData sref : xml.getServiceRefs())
|
This is with the org.jboss.ejb3.metamodel classes deleted from the ejb3 project in favor of those in the jboss-metadata project. I assume the org.jboss.wsf.spi.serviceref.ServiceRefMetaData usage needs to be replaced with org.jboss.ws.integration.ServiceRefMetaData throughout the ejb3 project?
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4091421#4091421
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4091421
More information about the jboss-dev-forums
mailing list