PDA

View Full Version : Referencing my spring config files from another using configset



abredon
Mar 14th, 2006, 07:32 AM
Hi,
I have two projects - projectA and projectB - in projectA I have the following files:



applicationContext.xml
applicationContext-hibernate.xml
applicationContext-foo.xml
action-servlet.xml



in projectB I have another action-servlet.xml which has references to beans in the applicationContext*.xml in projectA. Validation seems to work, so does clicking on classes, but I have problem when I try click on a ref bean="", like below...



<property name="cityManager"><ref bean="cityManager"/></property>


I have added Spring Project Natures to each project and have created a config set in projectB that includes the applicationContext*.xml files from projectA and the action-servlet.xml from projectB. I have also checked Project References --> projectA in the project properties of projectB. Still no luck - any thoughts why I cant click through?

Thanks,
Andrew

Torsten Juergeleit
Mar 23rd, 2006, 12:16 PM
Please refer to ticket #273 (http://springide.org/project/ticket/273).

Torsten