[rules-users] Getting 401 This user has no permissions setup after migrating to 5.3.3.Final from guvnor 5.1.1

2014-08-05 Thread LaKhI ReDdY!!!!!!!!!!!
Hi All, Recently i have upgraded to drools guvnor 5.3.3.Final from Gurvnor 5.1.1. I have exported the data and imported in 5.3.3.Final. I am able to login to the application using default login using but not able to login using SSO and getting 401 This user has no permissions setup. Can anybody

[rules-users] Error while login in Guvnor 5.3.3.Final, Any thoughts/Suggestion on this?

2014-08-05 Thread LaKhI ReDdY!!!!!!!!!!!
Hi All, I have migrated from Guvnor 5.1.1 to Guvnor 5.3.3.Final. I am logging using SSO. I am getting the bellow error message on the UI when i try to login. java.lang.NullPointerException at org.drools.guvnor.server.util.LoggingHelper.error(LoggingHelper.java:76) at

[rules-users] RightTupleList NPE with 6.1.0.Final

2014-08-05 Thread Matteo Mortari
Ciao, I'm using 6.1.0.Final - btw, thank you for this release! I have an issue as sometimes I'm getting an NPE from the RightTupleList, as documented in the snippet of stacktrace below. Unfortunately, I'm not able to provide as I did in the past a reproducer, because this error occurs only

Re: [rules-users] Slf4j Log4j logger not working with Drools drl while using as a global variable.

2014-08-05 Thread tari-manga
, and is working as well at least for me; although you need to be aware switch the 'packaging' to see the log in eclipse (ref. https://issues.jboss.org/browse/DROOLS-495) Am I missing something? OP Soumya did you solved your issue? 20140805.zip http://drools.46999.n3.nabble.com/file/n4030572/20140805

Re: [rules-users] RightTupleList NPE with 6.1.0.Final

2014-08-05 Thread Mario Fusco
Hi Matteo, it's honestly virtually impossible to figure out what's causing that NPE just looking at that stack trace. Do you think you could be able to develop a reproducer or at least provide us a bit more information? Thanks, Mario -- View this message in context:

Re: [rules-users] Conflict resolution strategy - before vs after Phreak impl

2014-08-05 Thread Borris
Mark, This was a really useful post, going into some detail on behaviour and the underlying reasoning for the Drools implementation, especially the 6.X stuff. I've removed a whole bunch of salience mess as a result as well, which is always good for code quality. A question though - if rules

Re: [rules-users] .NET WCF unable to deserialize response from Drools Camel Server example 6.2.0 snapshot

2014-08-05 Thread Clark Wilson
I may well have over-complexified the problem, which may be merely that what's coming back doesn't match the XSD that is in the WSDL. Clark -- View this message in context:

[rules-users] All Drools examples 6.x fail on Mvel dependency error

2014-08-05 Thread mattmadhavan
Hello, I have downloaded the new Drools 6.x distribution. All the example tests fail (out of the box) with the following stacktrace. *java.lang.NoClassDefFoundError: org/mvel2/ConversionHandler* at

Re: [rules-users] All Drools examples 6.x fail on Mvel dependency error

2014-08-05 Thread mattmadhavan
This happens even after I added the following dependency dependency groupIdorg.mvel/groupId artifactIdmvel2/artifactId /dependency -- View this message in context:

Re: [rules-users] Drools 6.x and Custom Operators(Evaluators) and Accumulators - Using them as regular functions?

2014-08-05 Thread mattmadhavan
Hello, Do you have any more information on the Custom Evaluators/Operators for Drools 6.1? Any information will be appreciated. Thanks Matt -- View this message in context:

Re: [rules-users] Conflict resolution strategy - before vs after Phreak impl

2014-08-05 Thread Mark Proctor
If they are in different files, I recommend that they are in different agenda-grounds. They’ll continue to be prioritised in load order, so you’ll have two with load order 1, two with load order 2, two with load order 3 etc. Mark On 5 Aug 2014, at 19:12, Borris bor...@chaos.org.uk wrote:

Re: [rules-users] All Drools examples 6.x fail on Mvel dependency error

2014-08-05 Thread Mark Proctor
Those all have unit test, that get run as part of the build. So there must be something wrong your side. Most likely mismatched MVEL versions. Mark On 5 Aug 2014, at 22:06, mattmadhavan mmadha...@facs.org wrote: This happens even after I added the following dependency dependency

Re: [rules-users] Drools 6.x and Custom Operators(Evaluators) and Accumulators - Using them as regular functions?

2014-08-05 Thread Mark Proctor
you no longer need to declare custom accumulators, instead they are specified via imports. See docs, notice the “import” bit. http://docs.jboss.org/drools/release/6.0.1.Final/drools-docs/html/DroolsLanguageReferenceChapter.html#d0e6601 7.8.3.7.4.1. Accumulate CE (preferred syntax) …. The code

Re: [rules-users] Drools 6.x and Custom Operators(Evaluators) and Accumulators - Using them as regular functions?

2014-08-05 Thread mattmadhavan
Hi Mark, My apologies if I am not clear with my question. I am looking for a way to create and use my own custom evaluator. (I know its similar to custom evaluator) I have a written a custom eval operator called *inlist* that will look to see if the left hand is in a range of values as follows:

Re: [rules-users] Getting 401 This user has no permissions setup after migrating to 5.3.3.Final from guvnor 5.1.1

2014-08-05 Thread 706826
View the Answer in the following post. It should resolve your issue. https://community.jboss.org/message/817783?_sscc=t#817783 You need to make the following changes 1.Explode the guvnor war file and inside /WEB-INF/beans.xml (file is attached for reference beans.xml