[JBoss JIRA] Created: (JBIDE-6495) Generated ws impl class for ws from wsdl should not contain @WebService.name
by Lukas Jungmann (JIRA)
Generated ws impl class for ws from wsdl should not contain @WebService.name
----------------------------------------------------------------------------
Key: JBIDE-6495
URL: https://jira.jboss.org/browse/JBIDE-6495
Project: Tools (JBoss Tools)
Issue Type: Bug
Components: Webservices
Affects Versions: 3.2.0.M1
Reporter: Lukas Jungmann
Assignee: Brian Fitzpatrick
>From JSR-181, section 3.1:
"The implementation bean MAY reference a service endpoint interface by using
the @WebService.endpointInterface annotation. If the implementation bean
references a service endpoint interface, it MUST implement all the methods on
the service endpoint interface. If the implementation bean references a service
endpoint interface, that service endpoint interface is used to determine the abstract
WSDL contract (portType and bindings). In this case, the service implementation
bean MUST NOT include any JSR-181 annotations other than @WebService
and @HandlerChain. In addition, the @WebService annotation MUST NOT
include the name annotation element. More information on the
@WebService.endpointInterface annotation element may be found in 4.1
Annotation: javax.jws.WebService."
--
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-7055) Hook ESB Action Annotations to Annotation Properties view
by Brian Fitzpatrick (JIRA)
Hook ESB Action Annotations to Annotation Properties view
---------------------------------------------------------
Key: JBIDE-7055
URL: https://jira.jboss.org/browse/JBIDE-7055
Project: Tools (JBoss Tools)
Issue Type: Feature Request
Components: esb
Affects Versions: 3.2.0.M2
Reporter: Brian Fitzpatrick
Assignee: Brian Fitzpatrick
Fix For: 3.2.0.Beta
Continuing the work done by JBIDE-6616, we need to provide some additional help for users to be able to use the ESB annotations for action definitions.
In Eclipse Helios, there's a new view - the Annotation Properties view - which though focused on JAXB & JAX-WS annotations currently provides some extensions to be able to provide any additional Java annotations to the user.
The integration with this view is almost trivial. There are two extensions - one for defining the category and one for the annotations in the category. All you have to do is make sure that the annotation classes referenced are available on the classpath in the plug-in implementing the extensions.
--
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