RE: [rules-users] citation tracking, Jess rule language, & export to sourceforge

2008-09-28 Thread Vikrant Yagnick
Hi Mark, > This sounds like a really nice BRMS feature, to hold additional meta > data. As nice as it is though, it's unlikely the core team will be able > to do this at the moment as we have more basic and essential > functionality to do first, but we will work with anyone that wants to > build a

Re: [rules-users] Working with collections

2008-09-28 Thread Michael Neale
The days list property needs to be a Collection (at the moment I think it uses the collection semantics in java, which sadly arrays are not part of the collections family). You can do Arrays.asList() to convert it to a list in the getter method, and it should work. If you however make it a hashset

Re: [rules-users] Deployment on WS 6.1 & Glassfish 9

2008-09-28 Thread Rick Lacy
Hi SeveN, It's been a while since I tried this, but I had the BRMS that was current as of Drools 4.05 running ok on WAS 6.1 You can read about using seam on WAS here http://docs.jboss.com/seam/latest/reference/en-US/html/websphere.html The short version is that WAS includes an old version of fa