[jboss-user] [JBossWS] - Re: Exception while deploying the webservice using jax-ws

2007-10-23 Thread tpawankumar
Sorry i forgot to mention this the interface created by WSCONSUME package com.covad.xsd.smo.vendororder; import javax.jws.WebMethod; import javax.jws.WebParam; import javax.jws.WebResult; import javax.jws.WebService; import javax.xml.ws.RequestWrapper; import javax.xml.ws.ResponseWrapper; /**

[jboss-user] [JBossWS] - Re: Exception while deploying the webservice using jax-ws

2007-10-23 Thread tpawankumar
Hi All, I have resolved ClassCastException issue. Now i am getting this exception org.jboss.deployment.DeploymentException: Cannot create service endpoint; - nested throwable: (java.lang.annotation.AnnotationTypeMismatchException: Incorrectly typed data found for annotation element public abs

[jboss-user] [JBossWS] - Re: Exception while deploying the webservice using jax-ws

2007-10-23 Thread [EMAIL PROTECTED]
Could you please post the code where you're using the XmlAccessorType annotation? I mean, are you using this @XmlAccessorType(XmlAccessType.FIELD) or something different? (like an array of AccessType.FIELD) You might also start from the classes generated by wsconsume. View the original post :

[jboss-user] [JBossWS] - Re: Exception while deploying the webservice using jax-ws

2007-10-24 Thread tpawankumar
Hi, This issue has been resolved by moving to Jbossws 2.0.1 GA. Now i am getting different exception java.lang.IllegalStateException: Cannot find endpoint meta data for: MacafeeAdapter at org.jboss.wsf.stack.jbws.UnifiedMetaDataDeploymentAspect.getEndpointM etaData(UnifiedMetaDataDeploy

[jboss-user] [JBossWS] - Re: Exception while deploying the webservice using jax-ws

2007-10-25 Thread tpawankumar
alessio.soldano wrote: anonymous wrote : Could you please post the code where you're using the XmlAccessorType annotation? | I mean, are you using this | Code: | | @XmlAccessorType(XmlAccessType.FIELD) | | | or something different? (like an array of AccessType.FIELD) |

[jboss-user] [JBossWS] - Re: Exception while deploying the webservice using jax-ws

2007-11-16 Thread [EMAIL PROTECTED]
"tpawankumar" wrote : Hi, | | This issue has been resolved by moving to Jbossws 2.0.1 GA. | | Now i am getting different exception | | java.lang.IllegalStateException: Cannot find endpoint meta data for: MacafeeAdapter | at org.jboss.wsf.stack.jbws.UnifiedMetaDataDeployme

[jboss-user] [JBossWS] - Re: Exception while deploying the webservice using jax-ws

2008-05-03 Thread palmand
Did you succeed in solving your problem ? I had the same exception: java.lang.IllegalStateException: Cannot find endpoint meta data for please help thanks in advance Andrea View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4148509#4148509 Reply to the post : h