Re: [rules-users] Debuggin in Eclipse

2009-12-09 Thread Kris Verlaenen
Have you tried creating a new empty project (but similar to the one you're using, not sure which type of project you have created, like a normal Java project or a J2EE project or whatever), convert that to a Drools project, add a simple hello world rule and try to debug that? Being able to reprodu

Re: [rules-users] Drools Guvnor and jboss single sign on

2009-12-09 Thread Paul R.
It's very easy to create a custom authentication module for Seam. In my organization, we've created a simple module which will check the session for an existing user object. Just have to put it on your classpath and edit the components.xml to use your class as its authenticator. Perhaps something l

Re: [rules-users] Debuggin in Eclipse

2009-12-09 Thread chris richmond
Yes, I converted it to a Drools project and I do have errors being flagged in my drools file if I have them. Still nothing. I am very frustrated I am still able to stop at breakpoints in rules files by creating a drools project from scratch and Debug As - > Drools application, but somethin

Re: [rules-users] Human Task Work Item

2009-12-09 Thread Kris Verlaenen
What info does the work item contain that the task itself does not? Basically, the idea would be to put all data that the task needs (directly) as the content of the task ("Content" parameter), so the client can access it. Kris Citeren Todd Pagni : > Thanks for the info. I was hoping there

Re: [rules-users] Debuggin in Eclipse

2009-12-09 Thread Kris Verlaenen
Is your project a Drools project? You can convert existing projects to a Drools projects by right-clicking the project and selecting "Convert to Drools Project". This will add the Drools library (which you can remove if you don't need it) and adds a Drools Builder. This builder is crucial as