Unsatisfied and ambiguous dependencies validation for CDI Injection points
--------------------------------------------------------------------------
Key: JBIDE-6418
URL: https://jira.jboss.org/browse/JBIDE-6418
Project: Tools (JBoss Tools)
Issue Type: Sub-task
Components: cdi (jsr-299)
Reporter: Alexey Kazakov
Assignee: Alexey Kazakov
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/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
Add CDI Maven configurator
--------------------------
Key: JBIDE-6412
URL: https://jira.jboss.org/browse/JBIDE-6412
Project: Tools (JBoss Tools)
Issue Type: Feature Request
Components: cdi (jsr-299), maven
Affects Versions: 3.1.0.GA
Reporter: Snjezana Peco
Assignee: Snjezana Peco
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/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
OpenOn for injection point doesn't work for bean constructors and initializers.
-------------------------------------------------------------------------------
Key: JBIDE-6340
URL: https://jira.jboss.org/browse/JBIDE-6340
Project: Tools (JBoss Tools)
Issue Type: Bug
Components: cdi (jsr-299)
Affects Versions: 3.2.next
Reporter: Alexey Kazakov
Assignee: Daniel Azarov
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/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
OpenOn for injection point doesn't work for producer methods.
-------------------------------------------------------------
Key: JBIDE-6311
URL: https://jira.jboss.org/browse/JBIDE-6311
Project: Tools (JBoss Tools)
Issue Type: Bug
Components: cdi (jsr-299)
Affects Versions: 3.2.next
Reporter: Alexey Kazakov
Assignee: Daniel Azarov
Fix For: 3.2.next
See section 3.3.2 - Declaring a producer method:
All producer method parameters are injection points.
So if user Ctrl+Click at a producer method parameter then we should suggest him to open the injecting bean.
--
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
OpenOn for Disposer/Producer methods
------------------------------------
Key: JBIDE-6251
URL: https://jira.jboss.org/jira/browse/JBIDE-6251
Project: Tools (JBoss Tools)
Issue Type: Feature Request
Components: cdi (jsr-299)
Reporter: Alexey Kazakov
Assignee: Daniel Azarov
Fix For: 3.2.next
If user ctrl+click on Disposer method, let's suggest opening the bound producer method (and vise-verse).
See JSR-299 spec. 3.3.7. Disposer method resolution.
--
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
NPE errors when use the custom source name in a dynamic project
----------------------------------------------------------------
Key: JBIDE-6126
URL: https://jira.jboss.org/jira/browse/JBIDE-6126
Project: Tools (JBoss Tools)
Issue Type: Bug
Components: Webservices
Reporter: Feng Qian
Assignee: Feng Qian
Fix For: 3.2.next
As usual, we always use 'src' as the source folder, but we can custom a source folder name, such as 'source'.
If so, when generate web service from a wsdl, will get a NPE.
This is caused by we use hard codes 'src' to find the classes.
--
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
there is a NPE when a dynamic web project no src folder during using the sample web service wizard
--------------------------------------------------------------------------------------------------
Key: JBIDE-6123
URL: https://jira.jboss.org/jira/browse/JBIDE-6123
Project: Tools (JBoss Tools)
Issue Type: Bug
Components: Webservices
Reporter: Feng Qian
Assignee: Feng Qian
Fix For: 3.2.next
create a dynamic web project, don't set a src folder for this project.
to use the sample web service wizard to generate a web service, there are a NPE.
--
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 builder dosn't recognize package level classes as beans.
------------------------------------------------------------
Key: JBIDE-6069
URL: https://jira.jboss.org/jira/browse/JBIDE-6069
Project: Tools (JBoss Tools)
Issue Type: Bug
Components: cdi (jsr-299)
Affects Versions: 3.1.0.GA
Reporter: Alexey Kazakov
Assignee: Viacheslav Kabanovich
Fix For: 3.2.next
See QualifierDefinitionTest.testQualifierNotDeclaredInheritedIsNotInherited()
--
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
EL refactoring for @Named beans.
--------------------------------
Key: JBIDE-5927
URL: https://jira.jboss.org/jira/browse/JBIDE-5927
Project: Tools (JBoss Tools)
Issue Type: Feature Request
Components: cdi (jsr-299)
Reporter: Alexey Kazakov
Assignee: Daniel Azarov
1. Open any @Named bean.
2. Set cursor on @Named -> Pop-up menu->Refactore... (not sure about the menu).
3. ...
4. All the ELs wich use this bean name should be refactored.
--
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
Add option to transform a POJO into a WebService
------------------------------------------------
Key: JBIDE-3971
URL: https://jira.jboss.org/jira/browse/JBIDE-3971
Project: Tools (JBoss Tools)
Issue Type: Feature Request
Components: Webservices
Affects Versions: 3.0.0.CR2
Environment: JBDS 2.0.0.CR2
Reporter: Joao Paulo Viragine
Priority: Minor
It would be nice if we could add WebServices annotations to an existing POJO (as we have the option to add Hibernate/JPA annotations to an existing POJO)
A wizard could expose the methods in the POJO, so we could choose which methods will be exposed as a "WebMethod".
Further, JBDS could update the web.xml to map the class as a Servlet.
--
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