Hello all,
  sorry for this, but i forgot to ask another question about beanRefFactory.xml

The beanRefFactory.xml contains the following declaration:

<beans>
  <bean id="springRealm" singleton="true" lazy-init="true"
class="org.springframework.context.support.ClassPathXmlApplicationContext">
    <constructor-arg>
      <list>
        <value>acegisecurity.xml</value>
      </list>
    </constructor-arg>
  </bean>
</beans>

my acegi security files for srping are 3 (like inthe contact sample
application), and in my webapp i use 5 different spring context
files..
what should i put in the list of constructor-arg ? only acegi-related
spring files or all my spring configuration files?

thanks in advance and regards
 marco





---------- Forwarded message ----------
From: Marco Mistroni <[EMAIL PROTECTED]>
Date: Jul 6, 2005 12:15 PM
Subject: JBoss container adapter
To: acegisecurity-developer@lists.sourceforge.net


hello all,
 i plan to use JBoss container adapter for integrating Acegi into my
webapplication, but i have few doubts about how to do that..
i have read acegi documentation and i have a questions:
- am i right in assuming that i have to write a beanRefFactory.xml
file, to place in
$jbosshome/server/yourconfig/conf    directory?

thanks in advance and regards
 marco


-------------------------------------------------------
SF.Net email is sponsored by: Discover Easy Linux Migration Strategies
from IBM. Find simple to follow Roadmaps, straightforward articles,
informative Webcasts and more! Get everything you need to get up to
speed, fast. http://ads.osdn.com/?ad_idt77&alloc_id492&op=click
_______________________________________________
Home: http://acegisecurity.sourceforge.net
Acegisecurity-developer mailing list
Acegisecurity-developer@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/acegisecurity-developer

Reply via email to