Re: [rules-users] Including repository in a WAR file

2014-07-23 Thread Mauricio Salatino
Hi, I don't think that it will be possible the repository is a JCR repository in 5.3, so there is no point in storing all the meta information from the repository if the only thing you need are the rules. You can always ship the rules inside the web application, provide a way to upload new rules

Re: [rules-users] [drools-wb] how to move an asset to another package ?

2014-07-23 Thread Toni Rikkola
Looks like the move is indeed missing. For now you can clone the git repo, do the refactoring and push the changes back to the workbench. Toni Rikkola On ti, 2014-07-22 at 03:25 -0700, jps wrote: Hello, I'm in the process of refactoring the different packages in my project. How can I move

Re: [rules-users] Including repository in a WAR file

2014-07-23 Thread Toni Rikkola
This is possible, but you will need to add the ability to compile the repository_export.zip. This means you need to reuse a lot of the Guvnor codes for resolving enums, package imports, guided rules and so on. If I guess our needs correctly. You are better taking a different approach. Build the

Re: [rules-users] Including repository in a WAR file

2014-07-23 Thread ilguapo
Thank you for replying Toni and Salaboy. This is the reason why we want to do that: -We already have an application that uses Guvnor in production. The problem is Guvnor is hosted on a different machine which we are losing therefore we thought about an idea of completely eliminating Guvnor by

Re: [rules-users] Project Explorer has dissappeared in KIE Workbench

2014-07-23 Thread jps
I had the same problem today on kie-drools-wb-distribution-wars-6.0.1.Final-jboss-as7.0 ... Googling a while ... I found this thread with the working workaround for me : https://community.jboss.org/thread/237501 https://community.jboss.org/thread/237501 --jps -- View this message in

Re: [rules-users] [drools-wb] how to move an asset to another package ?

2014-07-23 Thread jps
Hi, Thank you for the reply and the workaround. Will you add this kind of functionnality in the future ? We expect to deploy drools-wb to business users so they have a business-user-friendly environment to author their rules. But you know - we can't ask our business users to do a git clone +

[rules-users] Getting Errors Deploying kie-drools-wb-distribution-6.0.1.Final

2014-07-23 Thread Nguyen, Chieu X
I am trying to deploy the kie-drools-wb on Tomcat7, but I keep getting these errors. SEVERE: Error listenerStart Jul 23, 2014 10:03:26 AM org.apache.catalina.core.StandardContext startInternal SEVERE: Context [/rule-mgnt-6.0.1] startup failed due to previous errors Jul 23, 2014 10:03:26 AM

Re: [rules-users] Unable to build index of kmodule.xml from Kie project jar

2014-07-23 Thread LearningDrool
Hi, I am getting the same error as described below. I was able to run and fire rules using a standalone application in my project but when I try to call the same rules through a dynamic web app, it throws the below errors : Code : KieServices ks = KieServices.Factory.get(); KieContainer kc =

Re: [rules-users] Are globals not permitted with queries?

2014-07-23 Thread Borris
I want to pass strings around between rules and queries to control their actions and provide control values. I know I can just use literals but I know from past experience that that leads to small typos not being detected (either at compile time or run time) and leads to nasty subtle errors

Re: [rules-users] Defeasible: NPE: with multiple @Defeasible

2014-07-23 Thread Borris
On 22/07/2014 22:44, Mark Proctor wrote: Stack trace shows the error: org.drools.core.beliefsystem.defeasible.DefeasibleBeliefSet.removeUndefeated(DefeasibleBeliefSet.java:295)

Re: [rules-users] Including repository in a WAR file

2014-07-23 Thread Mauricio Salatino
You can build the PKGs in guvnor and then just move the PKGs to a accesible server by the app that will load the rules in those packages. That will do the work IMO. Regards On Wed, Jul 23, 2014 at 2:39 PM, ilguapo ilgu...@gmail.com wrote: Thank you for replying Toni and Salaboy. This is the

Re: [rules-users] Defeasible: NPE: with multiple @Defeasible

2014-07-23 Thread Mark Proctor
On 23 Jul 2014, at 21:58, Borris bor...@chaos.org.uk wrote: On 22/07/2014 22:44, Mark Proctor wrote: Stack trace shows the error: org.drools.core.beliefsystem.defeasible.DefeasibleBeliefSet.removeUndefeated(DefeasibleBeliefSet.java:295)

[rules-users] Fwd: Processing xml with control characters in droolserver

2014-07-23 Thread Shameer E S
Hi, is there any workaround available for below issue? -Shameer -- Forwarded message -- From: Shameer E S shameer...@gmail.com Date: Thu, Jul 17, 2014 at 3:09 PM Subject: Processing xml with control characters in droolserver To: rules-users@lists.jboss.org Hi, I am sending