Re: [rules-users] deploy guvnor-5.5 on weblogic 10.3.6

2013-08-25 Thread maunakea
I tried the same and gave up. Switched to Tomcat for Guvnor 5.5.0.
I had a similar question and didnt get any responses, so, I assume nobody
has been successful in deploying 5.5.0 on Weblogic 11 or 12



--
View this message in context: 
http://drools.46999.n3.nabble.com/deploy-guvnor-5-5-on-weblogic-10-3-6-tp4025669p4025670.html
Sent from the Drools: User forum mailing list archive at Nabble.com.
___
rules-users mailing list
rules-users@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/rules-users


Re: [rules-users] Guvnor - Loading enums programatically using rule metadata

2013-08-25 Thread dotrc
Hi,

We are using drools-guvnor-5.5.0-final. The below snippet is still not
working for us:

/'Fact.field[dependentField1, dependentField2]' : *'*(new
com.yourco.DataHelper()).getListOfAges(@{dependentField1},
@{dependentField2})*'*/

The decision table completely vanishes if we have the quotes around (new
com.yourco.DataHelper()).getListOfAges(@{dependentField1},
@{dependentField2}). If we remove the quote, then @{dependentField1} is
passed as is to the backend code of Guvnor as is (without the actual value
of variable from front end) and result in a blank table column in UI that
can not be clicked.

/'Fact.field' : (new com.yourco.DataHelper()).getListOfAges()/

works perfectly fine.

Any help will be really appreciated.

Thanks,
./.rc



--
View this message in context: 
http://drools.46999.n3.nabble.com/rules-users-Guvnor-Loading-enums-programatically-using-rule-metadata-tp3411047p4025673.html
Sent from the Drools: User forum mailing list archive at Nabble.com.
___
rules-users mailing list
rules-users@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/rules-users