[JBoss JIRA] Created: (JBIDE-6353) Changing SoapAction in Process service WSDL causes BPEL Validator to report an error
by Jeff DeLong (JIRA)
Changing SoapAction in Process service WSDL causes BPEL Validator to report an error
------------------------------------------------------------------------------------
Key: JBIDE-6353
URL: https://jira.jboss.org/browse/JBIDE-6353
Project: Tools (JBoss Tools)
Issue Type: Feature Request
Components: bpm
Environment: latest JB Tools Nightly Build on Mac
Reporter: Jeff DeLong
Changing SoapAction value in Process service WSDL causes BPEL Validator to report an error.
Description Resource Path Location Type
<bpel:receive> activity "ReceivePolicyQuoteRequest" specifies a portType "orchws:PolicyQuoteProcessServicePortType", yet this portType does not match the portType derived from "myRole" of partnerLink "PolicyQuoteProcessService" defined in WSDL "platform:/resource/PolicyQuoteProcessService/bpelContent/PolicyQuoteProcessService.wsdl" PolicyQuoteProcess.bpel /PolicyQuoteProcessService/bpelContent line 61 BPEL Validation Marker
Description Resource Path Location Type
variable "PolicyQuoteRequest" of type "<wsdl:message "PolicyQuoteProcessServiceReq">" is not compatible with WSDL message "<wsdl:message "PolicyQuoteProcessServiceReq">". PolicyQuoteProcess.bpel /PolicyQuoteProcessService/bpelContent line 61 BPEL Validation Marker
Rebuilding the project does not make the error go away. The BPEL Validator appears to be too sensitive to changes in the WSDL. The SoapAction is not relevant to the BPEL process definition, changing it should not cause errors. In particular, the PortType did not change (the binding changed).
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
15 years, 6 months
[JBoss JIRA] Created: (JBIDE-6904) Provide simple wizard for creating JAX-WS and JAX-RS services from annotated class files
by Brian Fitzpatrick (JIRA)
Provide simple wizard for creating JAX-WS and JAX-RS services from annotated class files
----------------------------------------------------------------------------------------
Key: JBIDE-6904
URL: https://jira.jboss.org/browse/JBIDE-6904
Project: Tools (JBoss Tools)
Issue Type: Feature Request
Components: Webservices
Affects Versions: 3.2.x
Reporter: Brian Fitzpatrick
Assignee: Brian Fitzpatrick
Fix For: 3.2.0.Beta
Since we're not able to use the code available in the WTP web services framework due to lack of public API and documentation, we're going to roll our own wizard to handle this in a method similar to the "Create Sample Web Service" and "Create Sample RESTful Web Service" wizards.
We will allow the user to, instead of creating a sample class, specify an annotated class, the package name, and the project where they want the service created.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
15 years, 6 months