[JBoss JIRA] Created: (JBIDE-9419) org.jboss.tools.cdi.text.ext.test.EventAndObserverMethodHyperlinkDetectorTest failure
by Alexey Kazakov (JIRA)
org.jboss.tools.cdi.text.ext.test.EventAndObserverMethodHyperlinkDetectorTest failure
-------------------------------------------------------------------------------------
Key: JBIDE-9419
URL: https://issues.jboss.org/browse/JBIDE-9419
Project: Tools (JBoss Tools)
Issue Type: Bug
Components: cdi
Affects Versions: 3.3.0.M3
Reporter: Alexey Kazakov
Assignee: Daniel Azarov
Fix For: 3.3.0.M3
Running org.jboss.tools.cdi.text.ext.test.CdiTextExtAllTests
Tests run: 12, Failures: 1, Errors: 0, Skipped: 0, Time elapsed: 29.556 sec <<< FAILURE!
testEventHyperlinkDetector(org.jboss.tools.cdi.text.ext.test.EventAndObserverMethodHyperlinkDetectorTest) Time elapsed: 4.477 sec <<< FAILURE!
junit.framework.AssertionFailedError: Unexpected CDI element - /tck/JavaSource/org/jboss/jsr299/tck/tests/jbt/quickfixes/ObserverInDecorator.java
at junit.framework.Assert.fail(Assert.java:47)
at junit.framework.Assert.assertTrue(Assert.java:20)
at junit.framework.Assert.assertNotNull(Assert.java:214)
at org.jboss.tools.cdi.text.ext.test.CDIHyperlinkTestUtil$TestHyperlink.validateHyperlink(CDIHyperlinkTestUtil.java:384)
at org.jboss.tools.cdi.text.ext.test.CDIHyperlinkTestUtil.checkTestRegion(CDIHyperlinkTestUtil.java:138)
at org.jboss.tools.cdi.text.ext.test.CDIHyperlinkTestUtil.checkRegions(CDIHyperlinkTestUtil.java:115)
at org.jboss.tools.cdi.text.ext.test.EventAndObserverMethodHyperlinkDetectorTest.testEventHyperlinkDetector(EventAndObserverMethodHyperlinkDetectorTest.java:52)
--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira
14 years, 7 months
[JBoss JIRA] Created: (JBDS-1797) Teiid JDBC metadata import wizard does not show database schema checked when importing from MySQL
by Ken Johnson (JIRA)
Teiid JDBC metadata import wizard does not show database schema checked when importing from MySQL
-------------------------------------------------------------------------------------------------
Key: JBDS-1797
URL: https://issues.jboss.org/browse/JBDS-1797
Project: Developer Studio (JBoss Developer Studio)
Issue Type: Bug
Components: teiid
Affects Versions: 4.1.0.GA
Environment: RHEL 6, x84_64, OpenJDK 1.6
Reporter: Ken Johnson
Assignee: Barry LaFond
When importing JDBC metadata from a MySQL database, the connection profile specifies the database name (schema). However, on the Select Database Objects page (4th page), the database name specified in the connection URL is not automatically selected. The user must select the correct schema to proceed. It should default to the database specified in the connection profile.
--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira
14 years, 7 months
[JBoss JIRA] Created: (JBIDE-9637) On workspaces with complex dependencies between CDI projects, CDI validation self-disables after full build.
by Viacheslav Kabanovich (JIRA)
On workspaces with complex dependencies between CDI projects, CDI validation self-disables after full build.
------------------------------------------------------------------------------------------------------------
Key: JBIDE-9637
URL: https://issues.jboss.org/browse/JBIDE-9637
Project: Tools (JBoss Tools)
Issue Type: Bug
Components: CDI
Affects Versions: 3.3.0.M3
Reporter: Viacheslav Kabanovich
Assignee: Alexey Kazakov
Fix For: 3.3.0.M3, 3.3.0.M4
I reproduce it on forge projects (git://github.com/forge/core.git forge).
EXECUTE 1: Start studio and create test class Test in forge-shell-api project.
EXECUTE 2: add injection field @Inject String a;
ASSERT: Warning appears (No eligible beans).
EXECUTE 3: change field to @Inject Test a;
ASSERT: Warning disappears, open-on to bean Test works.
EXECUTE 4: clean/build the entire workspace
EXECUTE 5: repeat steps 2 and 3 several times and check asserts.
ASSERT: open-on to bean Test works when type Test is assigned to field a.
FAILURE: Warning does not appears when type String is assigned to field a.a
If failure is not reproduced, try and rebuild workspace again (probability of the failure is high).
--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira
14 years, 7 months
[JBoss JIRA] Created: (JBIDE-9538) DND doesn't work for .css and .js files
by Yahor Radtsevich (JIRA)
DND doesn't work for .css and .js files
---------------------------------------
Key: JBIDE-9538
URL: https://issues.jboss.org/browse/JBIDE-9538
Project: Tools (JBoss Tools)
Issue Type: Bug
Components: jsp/jsf/xml source editing
Affects Versions: 3.3.0.M2
Environment: JBDS-5.0.0.M3 nightly build (H706);
Windows 7
Reporter: Yahor Radtsevich
Assignee: Alexey Kazakov
*Steps to reproduce:*
Try do DND any .js or .css file from Pacckage Explorer into the source of a JSP page.
*Actual result:*
If is is a .css file, than nothing happens. If it is a .js file, path to it is insetred.
*Expected result:*
If I remember correctly, the Insert tag dialog should be shown.
--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira
14 years, 7 months