[JBoss JIRA] Created: (JBIDE-6234) CDI Validator marks @Disposes at wrong position.
by Alexey Kazakov (JIRA)
CDI Validator marks @Disposes at wrong position.
------------------------------------------------
Key: JBIDE-6234
URL: https://jira.jboss.org/jira/browse/JBIDE-6234
Project: Tools (JBoss Tools)
Issue Type: Bug
Components: cdi (jsr-299)
Affects Versions: 3.2.next
Reporter: Alexey Kazakov
Assignee: Viacheslav Kabanovich
Fix For: 3.2.next
CDI model return incorrect position for @Disposes in:
package org.jboss.jsr299.tck.tests.implementation.initializer.broken.parameterAnnotatedDisposes;
import javax.enterprise.inject.Disposes;
import javax.inject.Inject;
class Capercaillie_Broken
{
@Inject
public void setName(String name, @Disposes ChickenHutch chickenHutch)
{
// No-op
}
}
org.jboss.jsr299.tck.tests.implementation.initializer.broken.parameterAnnotatedDisposes.Capercaillie_Broken.testInitializerMethodHasParameterAnnotatedDisposes() must 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
15 years, 6 months
[JBoss JIRA] Created: (JBIDE-6765) Manage namespaces better
by Jeff DeLong (JIRA)
Manage namespaces better
------------------------
Key: JBIDE-6765
URL: https://jira.jboss.org/browse/JBIDE-6765
Project: Tools (JBoss Tools)
Issue Type: Feature Request
Components: bpel
Affects Versions: 3.2.0.M1
Environment: Eclipse 3.6 on Mac with JB Tools 3.2
Reporter: Jeff DeLong
The BPEL Editor should improve its managment of namespaces. Sometimes when configuring a Copy operations as part of an Assign activity, a dialog will pop up asking the user to create a Namespace Prifix for a particular Target Namespace. But when you enter the defined Prefix Name for this Target Namespace, it says "This prefix is already used".
Also, there does not appear to be a place to change these mapping (other than in the source file).
--
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