hmmm... the only time I have seen that is if I was doing something silly with an iterator... as this is at startup, I can only imagine there is some sort of timing that is effecting classloaders. If its sporadic, its probably just bad luck. It looks like you are loading all your rulebases on startup then? I guess you could make them lazily load and that may not happen.
On 4/27/06, christy praveen <[EMAIL PROTECTED]> wrote: > > Hello, > > In our application we have a wrapper over Drools. > We use the JSR calls to load and execute rules for > using Drools. > > One of the client for oour application is a JBOSS. > Sporadically we have some problem in starting the > application. From the log file we find the error is > owing to "org.drools.smf.FactoryException: > java.util.ConcurrentModificationException" > Attached is the error log file. > Could you kindly let me know what could be the reason > ? >
