[JBoss JIRA] (JBIDE-13581) Generate DTO with @Xml annotations from given POJO for the XML/JSON Mediatypes
by Marián Labuda (JIRA)
[ https://issues.jboss.org/browse/JBIDE-13581?page=com.atlassian.jira.plugi... ]
Marián Labuda updated JBIDE-13581:
----------------------------------
Labels: jax-rs (was: )
> Generate DTO with @Xml annotations from given POJO for the XML/JSON Mediatypes
> ------------------------------------------------------------------------------
>
> Key: JBIDE-13581
> URL: https://issues.jboss.org/browse/JBIDE-13581
> Project: Tools (JBoss Tools)
> Issue Type: Feature Request
> Components: webservices
> Affects Versions: 4.0.0.Final
> Reporter: Xavier Coulon
> Assignee: Xavier Coulon
> Labels: jax-rs
> Fix For: 4.3.x
>
>
> use-case is:
> - if a user does not want to expose directly its entities, he needs to provide some DTOs with @javax.xml.bind.annotation.XmlRootElement annotation (so that the JAX-RS runtime can unmarshall/marshall the request and response bodies).
> These DTOs coding could be automated by a wizard which would let the user select the POJO fields and choose his prefered annotation style (field vs method) and output package
--
This message was sent by Atlassian JIRA
(v6.3.8#6338)
11 years, 4 months
[JBoss JIRA] (JBIDE-13785) Improve the current WS Tester
by Marián Labuda (JIRA)
[ https://issues.jboss.org/browse/JBIDE-13785?page=com.atlassian.jira.plugi... ]
Marián Labuda updated JBIDE-13785:
----------------------------------
Labels: jax-rs jax-ws (was: )
> Improve the current WS Tester
> -----------------------------
>
> Key: JBIDE-13785
> URL: https://issues.jboss.org/browse/JBIDE-13785
> Project: Tools (JBoss Tools)
> Issue Type: Enhancement
> Components: webservices
> Affects Versions: 4.1.0.Final
> Reporter: Xavier Coulon
> Assignee: Brian Fitzpatrick
> Labels: jax-rs, jax-ws
> Fix For: LATER
>
> Attachments: binary-button-icon.png, hierarchical-layout-button-icon.png, JAX-RS Tester.bmml, JAX-RS Tester.bmml, JAX-RS Tester.bmml, JAX-RS Tester.bmml, JAX-RS Tester.bmml, JAX-RS Tester.bmml, JAX-RS Tester.bmml, JAX-RS Tester.png, jax-ws-tester-mockup.bmml, jax-ws-tester-mockup.bmml, jax-ws-tester-mockup.png, properties-button-icon.png, run-button-icon.png, save-button-icon.png, web-button-icon.png, wsdl-button-icon.png
>
>
> Improving the current WebService Tester view, mayb splitting the current tester that supports both SOAP and REST styles into 2 separate viewers (with maybe a common code base).
> Some ideas:
> - removing some unnecessary options in the SOAP Tester (ex: HTTP Methods),
> - adding embedded XML and JSON Editors to edit the request / response entities,
> - generate request entity skeletons from the expected java class
--
This message was sent by Atlassian JIRA
(v6.3.8#6338)
11 years, 4 months
[JBoss JIRA] (JBIDE-14618) Generating SOAP message via WISE takes a long time
by Marián Labuda (JIRA)
[ https://issues.jboss.org/browse/JBIDE-14618?page=com.atlassian.jira.plugi... ]
Marián Labuda updated JBIDE-14618:
----------------------------------
Labels: jax-ws (was: )
> Generating SOAP message via WISE takes a long time
> --------------------------------------------------
>
> Key: JBIDE-14618
> URL: https://issues.jboss.org/browse/JBIDE-14618
> Project: Tools (JBoss Tools)
> Issue Type: Enhancement
> Components: webservices
> Affects Versions: 4.1.0.Beta1
> Reporter: Jaroslav Jankovič
> Assignee: Brian Fitzpatrick
> Labels: jax-ws
> Fix For: 4.2.x
>
> Attachments: JBIDE-14618.jpg
>
>
> In "Select WSDL" dialog, after entering url of SOAP WS and confirming it with OK button, a "Progress Information" dialog appears because of waiting for WISE call. This dialog, I think, is very user unfriendly and in previous versions it was quite faster. In this point of view, Beta1 is worse than Alpha builds.
--
This message was sent by Atlassian JIRA
(v6.3.8#6338)
11 years, 4 months
[JBoss JIRA] (JBIDE-14842) Include optional dependencies in pom.xml at surefire level
by Marián Labuda (JIRA)
[ https://issues.jboss.org/browse/JBIDE-14842?page=com.atlassian.jira.plugi... ]
Marián Labuda updated JBIDE-14842:
----------------------------------
Labels: jax-rs, jax-ws (was: )
> Include optional dependencies in pom.xml at surefire level
> ----------------------------------------------------------
>
> Key: JBIDE-14842
> URL: https://issues.jboss.org/browse/JBIDE-14842
> Project: Tools (JBoss Tools)
> Issue Type: Task
> Components: webservices
> Affects Versions: 4.1.0.Beta1
> Reporter: Xavier Coulon
> Assignee: Xavier Coulon
> Labels: jax-rs, jax-ws
> Fix For: 4.3.x
>
>
> running tests during a tycho build on MacOSX requires an optional/platform specific bundle (o.e.jdt.launching.macosx) that is currently defined in a profile.
> Problem is that this profile includes *all* optional dependencies, not only this one, while other profiles (ie, platform) include no optional dependency at all.
> Solution: configure this optional dependency at the surefire level and for macosx only
--
This message was sent by Atlassian JIRA
(v6.3.8#6338)
11 years, 4 months
[JBoss JIRA] (JBIDE-14842) Include optional dependencies in pom.xml at surefire level
by Marián Labuda (JIRA)
[ https://issues.jboss.org/browse/JBIDE-14842?page=com.atlassian.jira.plugi... ]
Marián Labuda updated JBIDE-14842:
----------------------------------
Labels: jax-rs jax-ws (was: jax-rs, jax-ws)
> Include optional dependencies in pom.xml at surefire level
> ----------------------------------------------------------
>
> Key: JBIDE-14842
> URL: https://issues.jboss.org/browse/JBIDE-14842
> Project: Tools (JBoss Tools)
> Issue Type: Task
> Components: webservices
> Affects Versions: 4.1.0.Beta1
> Reporter: Xavier Coulon
> Assignee: Xavier Coulon
> Labels: jax-rs, jax-ws
> Fix For: 4.3.x
>
>
> running tests during a tycho build on MacOSX requires an optional/platform specific bundle (o.e.jdt.launching.macosx) that is currently defined in a profile.
> Problem is that this profile includes *all* optional dependencies, not only this one, while other profiles (ie, platform) include no optional dependency at all.
> Solution: configure this optional dependency at the surefire level and for macosx only
--
This message was sent by Atlassian JIRA
(v6.3.8#6338)
11 years, 4 months