History | Log In     View a printable version of the current page.  
Issue Details (XML | Word | Printable)

Key: YWSPR-64
Type: New Feature New Feature
Status: Open Open
Priority: Critical Critical
Assignee: Maurice Montgenie
Reporter: Davide Baroncelli
Votes: 0
Watchers: 0
Operations

If you were logged in you would be able to see more operations.
YanaWare IdeaSpring

IdeaSpring does not correctly separate beans with same names from different modules

Created: 17 Jul 06 15:04   Updated: 05 Oct 06 14:56
Component/s: None
Affects Version/s: 1.2.7
Fix Version/s: Inconnue

Original Estimate: Unknown Remaining Estimate: Unknown Time Spent: Unknown
Issue Links:
Duplicate
 
This issue is duplicated by:
YWSPR-63 The autocompletion popup lists beans ... Normal Open
Relates
This issue relates to:
YWSPR-63 The autocompletion popup lists beans ... Normal Open
 


 Description  « Hide
If I'm working in applicationContext-A1.xml from module A, which refers to a bean X in applicationContext-A2.xml, but I also have a bean named X in applicationContext-B.xml from module B, navigating from the property in A1 may lead to the wrong bean (in B).

 All   Comments   Work Log   Change History      Sort Order:
Maurice Montgenie - 26 Jul 06 15:50
What should i do ?
What if you really want applicationContext-A1.xml from module A, to refer to a bean X in applicationContext-B.xml from module B ?

Davide Baroncelli - 18 Aug 06 11:41
They are in two different idea modules, which mean they will likely end in two different web applications, with two different contexts: what is a set of config files made for, if you treat every bean from every set just the same way? Beans of a set should not "see" beans of another set.

Maurice Montgenie - 29 Aug 06 14:44
Davide,

Well here is the confusion... in IdeaSpring what is called "Config Set" should be called "Group" considering your definition of a config set.


Davide Baroncelli - 01 Sep 06 11:23
Then what is a "group" for?? I mean, what is it useful for, if putting config files into a single group or into multiple groups is just the same thing?

Maurice Montgenie - 01 Sep 06 14:15
Config sets are similar to idea's module groups. The need here is for something to isolate different contexts in the same project.