Hi, glad you figured it out and sorry I didn't respond earlier. RIFE just passes this on to WebApplicationContextUtils.getWebApplicationContext and set the ContextLoader.CONFIG_LOCATION_PARAM with the value you provide.
Best regards, Geert On 6/11/07, Mork0075 <[EMAIL PROTECTED]> wrote: > > Ok, it looks like i solved it. My location of the context is > 'config/spring/applicationConfig.xml' where config is a source folder. > So the correct path is 'spring/applicationConfig.xml' > > Mork schrieb: > > Another question is: Spring supports the ApplicationContext being set either > > by xml file or programmatically via a Java class. Is the second one also > > supported by rife? > > > > Mork wrote: > > > >> Hello, > >> > >> i would like to use the spring integration of rife. I use the > >> AutowiringParticipantSpringWeb class from the wiki. The problem is, that > >> my applicationContext xml is not found: > >> > >> <participant param="config/spring/applicationConfig.xml"> causes a > >> FileNotFoundException although this is the correct path (the > >> applicationContext is named applicationConfig.xml). Also the leading > >> "classpath:config.." doenst help. > >> > >> Any ideas? > >> > >> Thanks a lot > >> > >> > >> > > > > > > > > > -- Geert Bevin Terracotta - http://www.terracotta.org Uwyn "Use what you need" - http://uwyn.com RIFE Java application framework - http://rifers.org Music and words - http://gbevin.com --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "rife-users" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/rife-users?hl=en -~----------~----~----~----~------~----~------~--~---
