WSDL is not refreshing after the web service implementation has been updated
----------------------------------------------------------------------------
Key: JBWS-2648
URL:
https://jira.jboss.org/jira/browse/JBWS-2648
Project: JBoss Web Services
Issue Type: Bug
Security Level: Public (Everyone can see)
Components: jbossws-native, tools-jaxws
Affects Versions: jbossws-native-3.1.0
Environment: JBoss AS 4.2.3 Eclipse 4.2.1
Reporter: Gina Kim
I've created a bottom up web service and it deployed successfully. I then made a small
change in the java implementation of the web service and tried to redeploy the web
service. Now I'm getting this error:
ERROR [MainDeployer] Could not start deployment:
...
org.jboss.ws.WSException: patientID is not a valid property on class AuditPhiExport
at
com.sun.xml.bind.v2.runtime.JAXBContextImpl.getElementPropertyAccessor(JAXBContextImpl.java:926)
at
org.jboss.ws.metadata.accessor.JAXBAccessorFactory.create(JAXBAccessorFactory.java:49)
at org.jboss.ws.metadata.umdm.EndpointMetaData.createAccessor(EndpointMetaData.java:717)
at
org.jboss.ws.metadata.umdm.EndpointMetaData.eagerInitializeAccessors(EndpointMetaData.java:673)
...
Previously the parameter was called patientId (lower case d), and I just changed it to
uppder case D. I tried refreshing the projects and wsdls but this error won't go
away.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
https://jira.jboss.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
http://www.atlassian.com/software/jira