[JBoss JIRA] (JBIDE-15592) Provide JAX-RS Fields and Parameters type validation
by Xavier Coulon (JIRA)
[ https://issues.jboss.org/browse/JBIDE-15592?page=com.atlassian.jira.plugi... ]
Xavier Coulon updated JBIDE-15592:
----------------------------------
Fix Version/s: 4.2.0.Beta2
(was: 4.2.x)
> Provide JAX-RS Fields and Parameters type validation
> ----------------------------------------------------
>
> Key: JBIDE-15592
> URL: https://issues.jboss.org/browse/JBIDE-15592
> Project: Tools (JBoss Tools)
> Issue Type: Feature Request
> Components: webservices
> Affects Versions: 4.1.0.Final
> Reporter: Xavier Coulon
> Assignee: Xavier Coulon
> Fix For: 4.2.0.Beta2
>
>
> From JAX-RS 1.1 spec (chap 3.2):
> {quote}
> 1. Primitive types.
> 2. Types that have a constructor that accepts a single String argument.
> 3. Types that have a static method named valueOf or fromString with a single String argument that return an instance of the type. If both methods are present then valueOf MUST be used unless the type is an enum in which case fromString MUST be used.
> 4. List<T>, Set<T>, or SortedSet<T>, where T satisfies 2 or 3 above.
> {quote}
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
12 years, 3 months
[JBoss JIRA] (JBDS-2956) Spring IDE's associated projects and files cannot be created and many plugins never goes past "Starting"
by Snjezana Peco (JIRA)
[ https://issues.jboss.org/browse/JBDS-2956?page=com.atlassian.jira.plugin.... ]
Snjezana Peco commented on JBDS-2956:
-------------------------------------
{quote}
Snjezana Peco what osgi changes would that be ?
{quote}
I am not sure. Luna includes a lot of OSGi changes. I will send a comment to the Eclipse Equinox forum.
{quote}
Can you try do those commands if you can reproduce and attach the output?
{quote}
The issue can always be reproduced when using Luna M5, Spring IDE 3.5 and the javax.xml.ws and javax.xml.bind.
Removing the javax.xml.ws and javax.xml.bind fixes the issue.
I have already used the OSGi console (the ss, start, diag command). No one plugin depending on o.s.web can be started.
An output example (Luna M5, JBoss Tools, Spring IDE 3.5):
{code}
osgi> ss org.springframework.ide.eclipse.wizard
"Framework is launched."
id State Bundle
1585 INSTALLED org.springframework.ide.eclipse.wizard_3.4.0.201310051539-RELEASE
osgi>
osgi> ss javax.xml
"Framework is launched."
id State Bundle
11 RESOLVED javax.xml_1.3.4.v201005080400
244 RESOLVED javax.xml.bind_2.1.9.v201005080401
245 RESOLVED javax.xml.rpc_1.1.0.v201209140446
246 RESOLVED javax.xml.soap_1.2.0.v201005080501
247 RESOLVED javax.xml.stream_1.0.1.v201004272200
248 ACTIVE javax.xml.ws_2.1.0.v200902101523
868 RESOLVED javax.xml.soap_1.3.0.v201105210645
osgi> start org.springframework.ide.eclipse.wizard
gogo: BundleException: Could not resolve module: org.springframework.ide.eclipse.wizard [1585]
Unresolved requirement: osgi.wiring.bundle; resolution:="optional"; filter:="(&(osgi.wiring.bundle=org.springsource.ide.eclipse.gradle.core)(bundle-version>=3.4.0))"
Unresolved requirement: osgi.wiring.bundle; filter:="(osgi.wiring.bundle=org.springframework.ide.eclipse.quickfix)"
-> osgi.wiring.bundle; osgi.wiring.bundle="org.springframework.ide.eclipse.quickfix"; bundle-version:Version="3.4.0.201310051539-RELEASE"; singleton:="true"
org.springframework.ide.eclipse.quickfix [1577]
No resolution report for the bundle. Bundle was not resolved because of a uses contraint violation.
org.osgi.service.resolver.ResolutionException: Uses constraint violation. Unable to resolve resource org.springframework.ide.eclipse.wizard [osgi.identity; osgi.identity="org.springframework.ide.eclipse.wizard"; type="osgi.bundle"; version:Version="3.4.0.201310051539-RELEASE"; singleton:="true"] because it is exposed to package 'javax.xml.ws' from resources org.eclipse.osgi [osgi.identity; osgi.identity="org.eclipse.osgi"; type="osgi.bundle"; version:Version="3.10.0.v20140121-0337"; singleton:="true"] and javax.xml.ws [osgi.identity; osgi.identity="javax.xml.ws"; type="osgi.bundle"; version:Version="2.1.0.v200902101523"] via two dependency chains.
Chain 1:
org.springframework.ide.eclipse.wizard [osgi.identity; osgi.identity="org.springframework.ide.eclipse.wizard"; type="osgi.bundle"; version:Version="3.4.0.201310051539-RELEASE"; singleton:="true"]
require: (osgi.wiring.bundle=org.eclipse.core.runtime)
|
provide: osgi.wiring.bundle: org.eclipse.core.runtime
org.eclipse.osgi [osgi.identity; osgi.identity="org.eclipse.osgi"; type="osgi.bundle"; version:Version="3.10.0.v20140121-0337"; singleton:="true"]
Chain 2:
org.springframework.ide.eclipse.wizard [osgi.identity; osgi.identity="org.springframework.ide.eclipse.wizard"; type="osgi.bundle"; version:Version="3.4.0.201310051539-RELEASE"; singleton:="true"]
require: (osgi.wiring.bundle=org.springframework.web)
|
provide: osgi.wiring.bundle; osgi.wiring.bundle="org.springframework.web"; bundle-version:Version="4.0.0.20130829-M3"
org.springframework.web [osgi.identity; osgi.identity="org.springframework.web"; type="osgi.bundle"; version:Version="4.0.0.20130829-M3"]
import: (&(osgi.wiring.package=javax.xml.ws)(version>=0.0.0))
|
export: osgi.wiring.package: javax.xml.ws
javax.xml.ws [osgi.identity; osgi.identity="javax.xml.ws"; type="osgi.bundle"; version:Version="2.1.0.v200902101523"]
osgi> ss org.springframework.ide.eclipse.wizard
"Framework is launched."
id State Bundle
1585 INSTALLED org.springframework.ide.eclipse.wizard_3.4.0.201310051539-RELEASE
osgi> diag org.springframework.ide.eclipse.wizard
org.springframework.ide.eclipse.wizard [1585]
Unresolved requirement: osgi.wiring.bundle; resolution:="optional"; filter:="(&(osgi.wiring.bundle=org.springsource.ide.eclipse.gradle.core)(bundle-version>=3.4.0))"
Unresolved requirement: osgi.wiring.bundle; resolution:="optional"; filter:="(&(osgi.wiring.bundle=org.springsource.ide.eclipse.gradle.core)(bundle-version>=3.4.0))"
Unresolved requirement: osgi.wiring.bundle; filter:="(osgi.wiring.bundle=org.springframework.ide.eclipse.quickfix)"
-> osgi.wiring.bundle; osgi.wiring.bundle="org.springframework.ide.eclipse.quickfix"; bundle-version:Version="3.4.0.201310051539-RELEASE"; singleton:="true"
org.springframework.ide.eclipse.quickfix [1577]
Bundle was not resolved because of a uses contraint violation.
org.osgi.service.resolver.ResolutionException: Uses constraint violation. Unable to resolve resource org.springframework.ide.eclipse.quickfix [osgi.identity; osgi.identity="org.springframework.ide.eclipse.quickfix"; type="osgi.bundle"; version:Version="3.4.0.201310051539-RELEASE"; singleton:="true"] because it is exposed to package 'javax.xml.ws' from resources org.eclipse.osgi [osgi.identity; osgi.identity="org.eclipse.osgi"; type="osgi.bundle"; version:Version="3.10.0.v20140121-0337"; singleton:="true"] and javax.xml.ws [osgi.identity; osgi.identity="javax.xml.ws"; type="osgi.bundle"; version:Version="2.1.0.v200902101523"] via two dependency chains.
Chain 1:
org.springframework.ide.eclipse.quickfix [osgi.identity; osgi.identity="org.springframework.ide.eclipse.quickfix"; type="osgi.bundle"; version:Version="3.4.0.201310051539-RELEASE"; singleton:="true"]
require: (osgi.wiring.bundle=org.eclipse.core.runtime)
|
provide: osgi.wiring.bundle: org.eclipse.core.runtime
org.eclipse.osgi [osgi.identity; osgi.identity="org.eclipse.osgi"; type="osgi.bundle"; version:Version="3.10.0.v20140121-0337"; singleton:="true"]
Chain 2:
org.springframework.ide.eclipse.quickfix [osgi.identity; osgi.identity="org.springframework.ide.eclipse.quickfix"; type="osgi.bundle"; version:Version="3.4.0.201310051539-RELEASE"; singleton:="true"]
require: (osgi.wiring.bundle=org.springframework.web)
|
provide: osgi.wiring.bundle; osgi.wiring.bundle="org.springframework.web"; bundle-version:Version="4.0.0.20130829-M3"
org.springframework.web [osgi.identity; osgi.identity="org.springframework.web"; type="osgi.bundle"; version:Version="4.0.0.20130829-M3"]
import: (&(osgi.wiring.package=javax.xml.ws)(version>=0.0.0))
|
export: osgi.wiring.package: javax.xml.ws
javax.xml.ws [osgi.identity; osgi.identity="javax.xml.ws"; type="osgi.bundle"; version:Version="2.1.0.v200902101523"]
osgi>
{code}
> Spring IDE's associated projects and files cannot be created and many plugins never goes past "Starting"
> --------------------------------------------------------------------------------------------------------
>
> Key: JBDS-2956
> URL: https://issues.jboss.org/browse/JBDS-2956
> Project: Developer Studio (JBoss Developer Studio)
> Issue Type: Bug
> Security Level: Public(Everyone can see)
> Components: 3rd-party-certification
> Affects Versions: 8.0.0.Alpha2
> Environment: 64-bit Fedora 17
> Reporter: Marián Labuda
> Assignee: Snjezana Peco
> Attachments: jbds800Alpha2report.zip, jbds_part1.png, jbds_part2.png, JBT4.2.0.Alpha2breport.zip, jbt_part1.png, jbt_part2.png, jbt_part3.png, report, spring_projects.png
>
>
> After installing Spring IDE into JBDS 8.0.0.Alpha2 there should be option to create associated projects / examples / files... from menu File - Other - Spring, but there is only item for creation Spring bean configuration file. Others are missing. Tests also JBT 4.2.0.Alpha2 and there was not this issue.
> See attached file.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
12 years, 3 months
[JBoss JIRA] (JBDS-2956) Spring IDE's associated projects and files cannot be created and many plugins never goes past "Starting"
by Marián Labuda (JIRA)
[ https://issues.jboss.org/browse/JBDS-2956?page=com.atlassian.jira.plugin.... ]
Marián Labuda edited comment on JBDS-2956 at 3/12/14 10:50 AM:
---------------------------------------------------------------
See attached file report.
At first there is a list of INSTALLED bundles followed by "diag" report.
was (Author: mlabuda):
See attached file report
> Spring IDE's associated projects and files cannot be created and many plugins never goes past "Starting"
> --------------------------------------------------------------------------------------------------------
>
> Key: JBDS-2956
> URL: https://issues.jboss.org/browse/JBDS-2956
> Project: Developer Studio (JBoss Developer Studio)
> Issue Type: Bug
> Security Level: Public(Everyone can see)
> Components: 3rd-party-certification
> Affects Versions: 8.0.0.Alpha2
> Environment: 64-bit Fedora 17
> Reporter: Marián Labuda
> Assignee: Snjezana Peco
> Attachments: jbds800Alpha2report.zip, jbds_part1.png, jbds_part2.png, JBT4.2.0.Alpha2breport.zip, jbt_part1.png, jbt_part2.png, jbt_part3.png, report, spring_projects.png
>
>
> After installing Spring IDE into JBDS 8.0.0.Alpha2 there should be option to create associated projects / examples / files... from menu File - Other - Spring, but there is only item for creation Spring bean configuration file. Others are missing. Tests also JBT 4.2.0.Alpha2 and there was not this issue.
> See attached file.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
12 years, 3 months
[JBoss JIRA] (JBDS-2956) Spring IDE's associated projects and files cannot be created and many plugins never goes past "Starting"
by Marián Labuda (JIRA)
[ https://issues.jboss.org/browse/JBDS-2956?page=com.atlassian.jira.plugin.... ]
Marián Labuda updated JBDS-2956:
--------------------------------
Attachment: report
See attached file report
> Spring IDE's associated projects and files cannot be created and many plugins never goes past "Starting"
> --------------------------------------------------------------------------------------------------------
>
> Key: JBDS-2956
> URL: https://issues.jboss.org/browse/JBDS-2956
> Project: Developer Studio (JBoss Developer Studio)
> Issue Type: Bug
> Security Level: Public(Everyone can see)
> Components: 3rd-party-certification
> Affects Versions: 8.0.0.Alpha2
> Environment: 64-bit Fedora 17
> Reporter: Marián Labuda
> Assignee: Snjezana Peco
> Attachments: jbds800Alpha2report.zip, jbds_part1.png, jbds_part2.png, JBT4.2.0.Alpha2breport.zip, jbt_part1.png, jbt_part2.png, jbt_part3.png, report, spring_projects.png
>
>
> After installing Spring IDE into JBDS 8.0.0.Alpha2 there should be option to create associated projects / examples / files... from menu File - Other - Spring, but there is only item for creation Spring bean configuration file. Others are missing. Tests also JBT 4.2.0.Alpha2 and there was not this issue.
> See attached file.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
12 years, 3 months
[JBoss JIRA] (JBDS-2956) Spring IDE's associated projects and files cannot be created and many plugins never goes past "Starting"
by Max Rydahl Andersen (JIRA)
[ https://issues.jboss.org/browse/JBDS-2956?page=com.atlassian.jira.plugin.... ]
Max Rydahl Andersen commented on JBDS-2956:
-------------------------------------------
just talked with Martin Lippert and he mentioned this:
" I guess this is related to a package import conflict somewhere
this can happen quite easily with the spring libs, since they heavily use package-use constraints and are therefore quite fragile to different bundles importing different versions of the same package, etc.
that would be my first guess
if you can reproduce this, I would recommend to open a Host OSGi console, type in SS, and look for bundles that are INSTALLED instead of RESOLVED
if there are some with INSTALLED, then do a "diag" for those bundles and add the output to that bug report
that would help and might provide some insightt"
Can you try do those commands if you can reproduce and attach the output?
> Spring IDE's associated projects and files cannot be created and many plugins never goes past "Starting"
> --------------------------------------------------------------------------------------------------------
>
> Key: JBDS-2956
> URL: https://issues.jboss.org/browse/JBDS-2956
> Project: Developer Studio (JBoss Developer Studio)
> Issue Type: Bug
> Security Level: Public(Everyone can see)
> Components: 3rd-party-certification
> Affects Versions: 8.0.0.Alpha2
> Environment: 64-bit Fedora 17
> Reporter: Marián Labuda
> Assignee: Snjezana Peco
> Attachments: jbds800Alpha2report.zip, jbds_part1.png, jbds_part2.png, JBT4.2.0.Alpha2breport.zip, jbt_part1.png, jbt_part2.png, jbt_part3.png, spring_projects.png
>
>
> After installing Spring IDE into JBDS 8.0.0.Alpha2 there should be option to create associated projects / examples / files... from menu File - Other - Spring, but there is only item for creation Spring bean configuration file. Others are missing. Tests also JBT 4.2.0.Alpha2 and there was not this issue.
> See attached file.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
12 years, 3 months
[JBoss JIRA] (JBIDE-16427) Set Wildfly 8 java web services runtime to JBossWS/CXF from JAXWS RI
by Joseph Hwang (JIRA)
[ https://issues.jboss.org/browse/JBIDE-16427?page=com.atlassian.jira.plugi... ]
Joseph Hwang commented on JBIDE-16427:
--------------------------------------
[~bfitzpat] Any progress,Brian?
> Set Wildfly 8 java web services runtime to JBossWS/CXF from JAXWS RI
> --------------------------------------------------------------------
>
> Key: JBIDE-16427
> URL: https://issues.jboss.org/browse/JBIDE-16427
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: webservices
> Affects Versions: 4.1.1.Final
> Reporter: Joseph Hwang
> Assignee: Brian Fitzpatrick
> Fix For: 4.1.x, 4.2.x
>
> Attachments: wss-mvn.zip, WSSHelloWorld.zip
>
>
> I implement Java Web Services with wildfly 8 and eclipse kepler jboss tools with the reference site https://docs.jboss.org/author/display/JBWS/WS-Security .
> The deployment and generated client codes works well. But the the problem is web services runtime is JAXWS RI, not JBossWS/CXF. The eclipse console show the following message,
>
> INFO [org.apache.cxf.service.factory.ReflectionServiceFactoryBean] (default taskextensions/wssecurity}HelloWorldService from WSDL: http://localhost:8080/WSSHelloWorld/HelloWorld?wsdl
>
> org.apache.cxf.service.factory.ReflectionServiceFactoryBean class is involved in <WILDFLY_HOME>\modules\system\layers\base\org\apache\cxf\impl\main\cxf-rt-core-2.7.7.jar file of JAXWS RI.
> So the configuration of web services mentioned in above reference site are useless, does not work at all.
> But the same project works well with JBoss EAP 6.1.1 and eclipse kepler jboss tools.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
12 years, 3 months
[JBoss JIRA] (JBDS-2956) Spring IDE's associated projects and files cannot be created and many plugins never goes past "Starting"
by Max Rydahl Andersen (JIRA)
[ https://issues.jboss.org/browse/JBDS-2956?page=com.atlassian.jira.plugin.... ]
Max Rydahl Andersen commented on JBDS-2956:
-------------------------------------------
[~snjeza] what osgi changes would that be ?
> Spring IDE's associated projects and files cannot be created and many plugins never goes past "Starting"
> --------------------------------------------------------------------------------------------------------
>
> Key: JBDS-2956
> URL: https://issues.jboss.org/browse/JBDS-2956
> Project: Developer Studio (JBoss Developer Studio)
> Issue Type: Bug
> Security Level: Public(Everyone can see)
> Components: 3rd-party-certification
> Affects Versions: 8.0.0.Alpha2
> Environment: 64-bit Fedora 17
> Reporter: Marián Labuda
> Assignee: Snjezana Peco
> Attachments: jbds800Alpha2report.zip, jbds_part1.png, jbds_part2.png, JBT4.2.0.Alpha2breport.zip, jbt_part1.png, jbt_part2.png, jbt_part3.png, spring_projects.png
>
>
> After installing Spring IDE into JBDS 8.0.0.Alpha2 there should be option to create associated projects / examples / files... from menu File - Other - Spring, but there is only item for creation Spring bean configuration file. Others are missing. Tests also JBT 4.2.0.Alpha2 and there was not this issue.
> See attached file.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
12 years, 3 months