Re: [rules-users] Cannot find KieModule with kieServices.newKieContainer() with LATEST or RELEASE instead of explicit version number (eg: 0.0.1)

2014-01-31 Thread Matteo Mortari
Hello Mark, For reference, I've attached to the original Jira DROOLS-419 zip file with source code and detailed instruction how to replicate issue, and how to replicate workaround as well. That is the simple code I've used to replicate the issue on Windows box and Linux box before submitting the

Re: [rules-users] Incorrect resolution of global symbols in LHS rule constraint (Java dialect)

2014-01-31 Thread mikerod
Ah, yes indeed a Boolean cast works for the issue of returning an Object. I'm glad to hear the root cause has already been addressed though. I appreciate the quick feedback on this! -- View this message in context:

Re: [rules-users] Unable to get LastModified for ClasspathResource

2014-01-31 Thread tia
I wanted to use a changeset but apparently, it's not used anymore in the version 6 of Drools. So, I changed my code and did something like this:

Re: [rules-users] Cannot find KieModule with kieServices.newKieContainer() with LATEST or RELEASE instead of explicit version number (eg: 0.0.1)

2014-01-31 Thread Mark Proctor
Just want to check that you have kie-ci on the class path? As this is necessary to resolve meta versions using maven. Otherwise only explicit versions will work, on the local m2 cache only. Mark On 31 Jan 2014, at 10:00, Matteo Mortari matteo.mort...@gmail.com wrote: Hello Mark, For

Re: [rules-users] Unable to get LastModified for ClasspathResource

2014-01-31 Thread Mark Proctor
All working for you now? http://docs.jboss.org/drools/release/6.0.1.Final/drools-docs/html/KIEChapter.html#KIEExamplesSection Mark On 31 Jan 2014, at 14:25, tia rabarijaonadomo...@gmail.com wrote: I wanted to use a changeset but apparently, it's not used anymore in the version 6 of Drools.

Re: [rules-users] Unable to get LastModified for ClasspathResource

2014-01-31 Thread tia
Yes :-) 2014-01-31 Mark Proctor [via Drools] ml-node+s46999n4027955...@n3.nabble.com: All working for you now? http://docs.jboss.org/drools/release/6.0.1.Final/drools-docs/html/KIEChapter.html#KIEExamplesSection Mark On 31 Jan 2014, at 14:25, tia [hidden

Re: [rules-users] Cannot find KieModule with kieServices.newKieContainer() with LATEST or RELEASE instead of explicit version number (eg: 0.0.1)

2014-01-31 Thread Mario Fusco
Ciao Matteo, I tried the test case attached to DROOLS-419 and it works for me. To be more precise what I tried it is simply installing the kjar you provided on my local maven repo and check that the main class of your second project is able to retrieve the kjar and build the drools project

[rules-users] Uberfire jars missing for workbench?

2014-01-31 Thread dunnlow
I'm trying to run the new workbench (6.0) in Tomcat 7. I loaded the distributed war for tomcat into eclipse but can not find several classes in the org.uberfire.client package. It seems like I need the uberfire-client-api jar, but it isn't included in the distribution? Where is the best place

Re: [rules-users] Uberfire jars missing for workbench?

2014-01-31 Thread Michael Anstis
All JARs that are used exclusively by GWT to compile client-side Java Script are excluded in the distributions as they are not needed at runtime. Sent on the move On 31 Jan 2014 20:18, dunnlow dunn...@yahoo.com wrote: I'm trying to run the new workbench (6.0) in Tomcat 7. I loaded the

Re: [rules-users] Uberfire jars missing for workbench?

2014-01-31 Thread dunnlow
manstis wrote All JARs that are used exclusively by GWT to compile client-side Java Script are excluded in the distributions as they are not needed at runtime. Ok, so I hear you saying, don't worry about themi wont :) Thanks. Sorry also imagine this is a noob question. When I try to

Re: [rules-users] Uberfire jars missing for workbench?

2014-01-31 Thread Michael Anstis
In the User Guide there is a section about system properties for the workbench. One of these is to disable automatic installation of the example repository at github (I forget which; z.y.example or x.y.demo something like that). If you downloaded the workbench from the Drools download page this

Re: [rules-users] Uberfire jars missing for workbench?

2014-01-31 Thread dunnlow
Did as you suggested: unzipped the repositories directory and set the system property *org.kie.example.repositories* to the resulting main directory. Worked like a shot :) Thank you! -J -- View this message in context: