Hi All

I read the document of springmodules-jsr94. And can't find a way to load many rules when server start.

Code:
<bean id="ruleSource" class="org.springmodules.jsr94.rulesource.DefaultRuleSource">
  <property name="ruleRuntime"><ref local="ruleRuntime" /></property>
		<property name="ruleAdministrator">
			<ref local="ruleAdministrator" />
		</property>
		<property name="source">
			<value>WEB-INF/classes/TransactionFeeRules.drl</value>
		</property>
		<property name="bindUri">
			<value>TransactionFeeRules</value>
		</property>
	</bean>
One rulesource map to one rule ?? If i have 2000 rules to load, how can do that ?? help!!

ps: rule provider is jboss drools 5.0.1


Regards,
Jackie