Re: Service publishing twice on deployment

2012-03-07 Thread Daniel Kulp
gt; > On 03/06/2012 02:29 AM, jaybytez wrote: > > I took cxf-servlet.xml out of the jar files for CXF, so they don't exist > > anywhere and that did not help, the problem still occurs. > > > > -- > > View this message in context: > > http:/

Re: Service publishing twice on deployment

2012-03-06 Thread jaybytez
Thanks...it looks like this might be the same problem. If there isn't a current fix, is there a workaround? Thanks for the info...jay -- View this message in context: http://cxf.547215.n5.nabble.com/Service-publishing-twice-on-deployment-tp5538427p5541817.html Sent from the cxf-user ma

Re: Service publishing twice on deployment

2012-03-05 Thread Alessio Soldano
t; -- > View this message in context: > http://cxf.547215.n5.nabble.com/Service-publishing-twice-on-deployment-tp5538427p5539597.html > Sent from the cxf-user mailing list archive at Nabble.com. -- Alessio Soldano Web Service Lead, JBoss

RE: Service publishing twice on deployment

2012-03-05 Thread jaybytez
I took cxf-servlet.xml out of the jar files for CXF, so they don't exist anywhere and that did not help, the problem still occurs. -- View this message in context: http://cxf.547215.n5.nabble.com/Service-publishing-twice-on-deployment-tp5538427p5539597.html Sent from the cxf-user mailing

RE: Service publishing twice on deployment

2012-03-05 Thread jaybytez
I do use Apache Shade to combine the CXF Jars together into one, so I could remove cxf-servlet.xml from the shaded jar to solve this, if this is the solution. -- View this message in context: http://cxf.547215.n5.nabble.com/Service-publishing-twice-on-deployment-tp5538427p5539499.html Sent from

RE: Service publishing twice on deployment

2012-03-05 Thread jaybytez
rvice {http://foo.com}ContactPointBusinessServiceEndpointService from class com.foo.ContactPointBusinessService Thanks...jay -- View this message in context: http://cxf.547215.n5.nabble.com/Service-publishing-twice-on-deployment-tp5538427p5539495.html Sent from the cxf-user mailing list archive at Nabble.com.

RE: Service publishing twice on deployment

2012-03-05 Thread Michael
. -Original Message- From: jaybytez [mailto:jayby...@yahoo.com] Sent: Monday, March 05, 2012 1:32 PM To: users@cxf.apache.org Subject: Service publishing twice on deployment We are using CXF with JAX-WS annotations. In the @WebService annotation, I don't use the serviceName, portName, or

Service publishing twice on deployment

2012-03-05 Thread jaybytez
Namespace = "http://foo.com";)* public interface ContactPointBusinessService extends BaseBusinessService { -- View this message in context: http://cxf.547215.n5.nabble.com/Service-publishing-twice-on-deployment-tp5538427p5538427.html Sent from the cxf-user mailing list archive at Nabble.com.