[JBoss JIRA] Created: (JBDS-1676) NullPointerException in SmooksGraphicalEditorPart
by Martin Weiler (JIRA)
NullPointerException in SmooksGraphicalEditorPart
-------------------------------------------------
Key: JBDS-1676
URL: https://issues.jboss.org/browse/JBDS-1676
Project: Developer Studio (JBoss Developer Studio)
Issue Type: Bug
Components: SOA Platform
Affects Versions: 4.0.0.GA
Environment: Windows 7
-vm "C:\Program Files (x86)\Java\jdk1.6.0_23\bin"
Reporter: Martin Weiler
Attachments: debugInfo.txt, example.jar, example.xsd
I have a problem using the 'Smooks Processing' tool to configure a smooks file (used for converting XML to Java) when the Java-class is located in a jar file.
The problem seems to relate to the 'Java Mapping' view of the 'Smooks Processing' tool and generates an OutOfMemoryException. The exception occurs when inside the 'Java Mapping' view and clicking or dragging input elements to corresponding output elements or selecting the connection between the elements. The exception sometimes occur at the first adjustments and sometimes it takes several adjustments before it occurs. When using a file where the elements already have been connected, the exception sometimes occur imidiatly when selecting the 'Java Mapping' icon.
I have not seen this problem when using a Java-class which is not located in a jar file.
--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira
14 years
[JBoss JIRA] Created: (JBIDE-7630) Quickfix for "Stereotype annotation type must be annotated with one of @Target..." error marker
by Daniel Azarov (JIRA)
Quickfix for "Stereotype annotation type must be annotated with one of @Target..." error marker
-----------------------------------------------------------------------------------------------
Key: JBIDE-7630
URL: https://jira.jboss.org/browse/JBIDE-7630
Project: Tools (JBoss Tools)
Issue Type: Sub-task
Components: cdi (jsr-299)
Reporter: Daniel Azarov
Assignee: Daniel Azarov
Fix For: 3.3.x
Quickfix for "Stereotype annotation type must be annotated with one of @Target('{'TYPE, METHOD, FIELD'}'), @Target('{'METHOD, FIELD'}'), @Target('{'TYPE'}'), @Target('{'METHOD'}'), @Target('{'FIELD'}') [JSR-299 §2.7.1]" error marker.
This quickfix should offer next:
1. Add @Target({TYPE, METHOD, FIELD}) annotation
2. Add @Target({METHOD, FIELD}) annotation
3. Add @Target({TYPE}) annotation
4. Add @Target({METHOD}) annotation
5. Add @Target({FIELD}) annotation
--
This message is automatically generated by JIRA.
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
14 years
[JBoss JIRA] Created: (JBIDE-7632) Quickfix for "Qualifier annotation type must be annotated with @Target..." error marker
by Daniel Azarov (JIRA)
Quickfix for "Qualifier annotation type must be annotated with @Target..." error marker
---------------------------------------------------------------------------------------
Key: JBIDE-7632
URL: https://jira.jboss.org/browse/JBIDE-7632
Project: Tools (JBoss Tools)
Issue Type: Sub-task
Components: cdi (jsr-299)
Reporter: Daniel Azarov
Assignee: Daniel Azarov
Fix For: 3.3.x
Quickfix for "Qualifier annotation type must be annotated with @Target('{'TYPE, METHOD, FIELD, PARAMETER'}') or @Target('{'FIELD, PARAMETER'}') [JSR-299 §2.3.2, §10.1]" error marker.
If there is no @Target annotation this quickfix should offer next:
1. Add @Target({TYPE, METHOD, FIELD, PARAMETER}) annotation
2. Add @Target({FIELD, PARAMETER}) annotation
If current @Target annotation is not correct this quickfix should offer next:
1. Change current @Target to @Target({TYPE, METHOD, FIELD, PARAMETER}) annotation
2. Change current @Target to @Target({FIELD, PARAMETER}) annotation
--
This message is automatically generated by JIRA.
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
14 years
[JBoss JIRA] Created: (JBIDE-7641) Quick fix for "... must be annotated @Nonbinding" error markers
by Daniel Azarov (JIRA)
Quick fix for "... must be annotated @Nonbinding" error markers
---------------------------------------------------------------
Key: JBIDE-7641
URL: https://jira.jboss.org/browse/JBIDE-7641
Project: Tools (JBoss Tools)
Issue Type: Sub-task
Components: cdi (jsr-299)
Reporter: Daniel Azarov
Assignee: Daniel Azarov
Fix For: 3.3.x
Quick fix for next error markers:
1. Annotation-valued member of a qualifier type must be annotated @Nonbinding [JSR-299 §5.2.5]
2. Array-valued member of a qualifier type must be annotated @Nonbinding [JSR-299 §5.2.5]
3. Annotation-valued member of an interceptor binding type must be annotated @Nonbinding [JSR-299 §9.5.2]
4. Array-valued member of an interceptor binding type must be annotated @Nonbinding [JSR-299 §9.5.2]
This quick fix should offer to add @Nonbinding annotation
--
This message is automatically generated by JIRA.
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
14 years