[jbosstools-issues] [JBoss JIRA] (JBIDE-9906) CDI model should load exported jars from parent projects
Alexey Kazakov (Created) (JIRA)
jira-events at lists.jboss.org
Thu Oct 13 13:56:15 EDT 2011
CDI model should load exported jars from parent projects
--------------------------------------------------------
Key: JBIDE-9906
URL: https://issues.jboss.org/browse/JBIDE-9906
Project: Tools (JBoss Tools)
Issue Type: Bug
Components: CDI
Affects Versions: 3.3.0.M4
Reporter: Alexey Kazakov
Assignee: Viacheslav Kabanovich
Fix For: 3.3.0.M4
EXECUTE: Create two CDI projects: Project1 and Project2. Project2 should depends on Project1 (Project1 should be included in the class path of Project2).
EXECUTE: Add Seam International extension module to the Project1 (seam-international.jar). Set it as exported jar in Preferences->Java Build Path->Order and Export
EXECUTE: In each project, create a Java class declaring a String field assigned to a string "#{bundles.}". Invoke content assist after the dot.
ASSERT: A lot of suggestions appear including 'bundles.com.sun.corba.se.impl.logging.LogStrings' - they come from 'resources.jar' in JRE.
FAILURE: bundles.com... appears only in Project1 but doesn't appear in Project2.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.jboss.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira
More information about the jbosstools-issues
mailing list