Configs for Java Sources where the class package name includes underscores is not being generated properly
----------------------------------------------------------------------------------------------------------
Key: JBIDE-6152
URL: https://jira.jboss.org/jira/browse/JBIDE-6152
Project: Tools (JBoss Tools)
Issue Type: Bug
Components: smooks
Affects Versions: 3.1.0.GA
Reporter: Tom Fennelly
Assignee: Tom Fennelly
Fix For: 3.2.next
XStream is used to convert Java Sources to a stream of SAX events. If the source class has underscores in the package (and maybe class too) name, XStream passes these on as double underscores in the event stream.
We should never hit this if we use Smooks to generate the model for the editor Vs what seems to be happening here i.e. the editor is trying to "guess" how the input reader will interpret.
--
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
improve the jboss ws project facet
----------------------------------
Key: JBIDE-6187
URL: https://jira.jboss.org/jira/browse/JBIDE-6187
Project: Tools (JBoss Tools)
Issue Type: Sub-task
Components: Webservices
Reporter: Feng Qian
Assignee: Feng Qian
Fix For: 3.2.next
improve the ws project facet.
--
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
Restructure the JBoss WS modle codes
------------------------------------
Key: JBIDE-6036
URL: https://jira.jboss.org/jira/browse/JBIDE-6036
Project: Tools (JBoss Tools)
Issue Type: Bug
Components: Webservices
Reporter: Feng Qian
Fix For: 3.2.next
The old JBoss Ws module codes have been modified many times. We need to do a restructure for these codes. This is a total jira, I will create some sub-jira for this purpose.
--
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
format the ws modules codes
---------------------------
Key: JBIDE-6076
URL: https://jira.jboss.org/jira/browse/JBIDE-6076
Project: Tools (JBoss Tools)
Issue Type: Sub-task
Components: Webservices
Affects Versions: 3.1.0.CR2
Reporter: Feng Qian
Assignee: Feng Qian
Fix For: 3.2.next
format the codes in ws modules as a good style
--
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
create a new test plugin for ws.creation.core
---------------------------------------------
Key: JBIDE-6155
URL: https://jira.jboss.org/jira/browse/JBIDE-6155
Project: Tools (JBoss Tools)
Issue Type: Sub-task
Components: Webservices
Reporter: Feng Qian
Assignee: Feng Qian
Fix For: 3.2.next
We need to add more tests for web service module, but for now, some tests for web service creation are in core.tests plugin, I will create a new plugin to include these web service creation tests, and will add more tests for the web service creation into the new plugin.
--
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
remove unused message from properties files
-------------------------------------------
Key: JBIDE-6071
URL: https://jira.jboss.org/jira/browse/JBIDE-6071
Project: Tools (JBoss Tools)
Issue Type: Sub-task
Components: Webservices
Affects Versions: 3.1.0.GA
Reporter: Feng Qian
Assignee: Feng Qian
Fix For: 3.2.next
--
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
move the codes about JBoss WS Preference page from now location to a common location
-------------------------------------------------------------------------------------
Key: JBIDE-6034
URL: https://jira.jboss.org/jira/browse/JBIDE-6034
Project: Tools (JBoss Tools)
Issue Type: Bug
Components: Webservices
Reporter: Feng Qian
Assignee: Feng Qian
Fix For: 3.2.next
There are codes about JBoss WS Preference page, they are reused from other module. We should move them into a correct location to keep one copy for a same purpose.
--
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
CDI model doesn't recognize primitive types as a bean type.
-----------------------------------------------------------
Key: JBIDE-6012
URL: https://jira.jboss.org/jira/browse/JBIDE-6012
Project: Tools (JBoss Tools)
Issue Type: Bug
Components: cdi (jsr-299)
Affects Versions: 3.1.0.CR2
Reporter: Alexey Kazakov
Assignee: Viacheslav Kabanovich
Fix For: 3.2.next
Section 2.2.1 - Legal bean types
j) A bean type may be a primitive type. Primitive types are considered to be identical to their corresponding wrapper types in java.lang.
org.jboss.tools.cdi.core.test.tck.BeanDefinitionTest.testPrivitiveTypes() should pass.
--
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
no error message when no web.xml in a dynamic web project
---------------------------------------------------------
Key: JBIDE-5991
URL: https://jira.jboss.org/jira/browse/JBIDE-5991
Project: Tools (JBoss Tools)
Issue Type: Bug
Components: Webservices
Affects Versions: 3.1.0.CR2
Reporter: Feng Qian
We always use a dynamic web project to generate web service. When generate web service, we need to update the web.xml. But a dynamic web project may not have no web.xml.
In this case, we should generate a default web.xml for it.
--
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
noisy in logs when generate web service using a wsdl
----------------------------------------------------
Key: JBIDE-5990
URL: https://jira.jboss.org/jira/browse/JBIDE-5990
Project: Tools (JBoss Tools)
Issue Type: Bug
Components: Webservices
Affects Versions: 3.1.0.CR2
Reporter: Feng Qian
When use the web service wizard to generate web service by a wsdl, there are some warning logs in the error view. Such as 'Parsing wsdl....'.
We should remove them.
--
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