Re: [rules-users] do we have public API for exporting the guvnor repository

2013-09-29 Thread Jervis Liu
On 2013/9/26 0:24, Sean Su wrote: Does anyone know if we have the public API to export the Guvnor rule repository in the format (xml, or zip version) that we can manually retrieve by going to "Administration/ImportExport" section? No, I am afraid we do not have such API. But, the repo import/exp

Re: [rules-users] 'last modified' and 'created by' attributes for a asset showing wrong userid in Guvnor 5.4.0.final

2013-07-23 Thread Jervis Liu
On 2013/7/23 7:39, vadlam wrote: > we noticed the behavior that the userid of the user who logs in first into > Guvnor after it is started up is the one that shows up for all subsequent > updates to assets irrespective of who modifies the asset. > > > In the RepositoryAssetService class in guvnor-w

Re: [rules-users] DRL always posting the format as txt instead of model.drl

2013-07-18 Thread Jervis Liu
Hi, there is no REST API for updating or creating package from DRL using ATOM. You can create a package using DRL (using DRL as octet-stream): /packages POST application/atom+xml application/octet-stream Creates a new package from an input stream of DRL. Returns the newly created package i

[rules-users] POJO model jar?

2013-06-06 Thread Jervis Liu
Hi, cant catch your guys on IRC, so I asked here. How do i upload a pojo jar as fact model now adays? We dont seem to have this menu anymore from "New" Thanks, Jervis ___ rules-users mailing list rules-users@lists.jboss.org https://lists.jboss.org/mail

Re: [rules-users] Upgrading/Migrating from Guvnor 5.0.0 to 5.5.0

2013-04-11 Thread Jervis Liu
On 2013/4/12 5:13, sage.sam wrote: > We've been running drools-guvnor on JBoss EAP 5 for quite some time now. > Today I downloaded and installed JBoss EAP 6.1 and drools-guvnor 5.5. I got > both started without any real problems; so far so good. > > My next step was to see if I could migrate every

Re: [rules-users] Changing asset metadata properties in Guvnor

2013-03-28 Thread Jervis Liu
On 2013/3/26 20:56, morfeus929 wrote: > My code is : > > URL baseURL = new > URL("http://localhost:8080/guvnor-5.5.0.Final-tomcat-6.0/";); > URL url = new URL(baseURL, > "rest/packages/mortgages/assets/bobik"); > HttpURLConnection connection = > (HttpURLConnection)url.

Re: [rules-users] Changing asset metadata properties in Guvnor

2013-03-25 Thread Jervis Liu
On 2013/3/25 17:34, Viktor Chekh wrote: It is hard to say what the problem is without seeing your code. For example, can be sth wrong with your content type (if u send XML, u need to set content type to application/xml) or sth wrong with the xml you are sending out. One way to find out is to t

Re: [rules-users] Guvnor Authentication

2013-03-07 Thread Jervis Liu
On 2013/3/6 9:48, Jervis Liu wrote: > rjr201 wrote: >> Thanks for your reply. I'll take a look at that. Do you know when 5.6 will be >> released? >> Hi, you may want to try the snapshot version of the coming 5.6.0 release to check if it fixes your problem: http://

Re: [rules-users] Guvnor Authentication

2013-03-05 Thread Jervis Liu
rjr201 wrote: > Thanks for your reply. I'll take a look at that. Do you know when 5.6 will be > released? > Dont have the exact date yet, but it will come out very soon... Jervis > > > -- > View this message in context: > http://drools.46999.n3.nabble.com/Guvnor-Authentication-tp4022675p402269

Re: [rules-users] Guvnor Authentication

2013-03-05 Thread Jervis Liu
rjr201 wrote: > Hi, > > I'm still struggling to get authentication to work with Guvnor 5.5 on JBoss > 7. Can anyone confirm that the fix described here is still necessary/correct > with Guvnor 5.5? > > http://drools.46999.n3.nabble.com/How-configure-Guvnor-5-4-JAAS-with-jboss-7-0-2-td4020424.html

Re: [rules-users] Uploading JAR using REST

2013-02-07 Thread Jervis Liu
On 2013/2/7 22:06, rjr201 wrote: > Since posting this, I've realised that if I go to the Edit tab on the Package > page and click the green cross on imported types I can see the objects in my > JAR and import them. The rules can then use them fine. When uploading a JAR > file by hand there is no ne

Re: [rules-users] REST API new asset

2013-01-30 Thread Jervis Liu
On 2013/1/30 0:10, nicoktay wrote: Hi all, I was trying to use POST method of REST API to create new asset and insert it into guvnor as in the document http://docs.jboss.org/drools/release/5.5.0.Final/drools-guvnor-docs/html/ch09.html#d0e3500

Re: [rules-users] Drools Guvnor Repository Reports

2013-01-25 Thread Jervis Liu
On 2013/1/25 22:51, Aseem Belsare wrote: Yes I have. I tried to do something similar to get the version history from Guvnor, but then I get exceptions which seem to be related to REST API and not Guvnor. I have no idea why this is happening. Code: URL url = new URL(guvnorURI + "/" + pa

Re: [rules-users] Guvnor problems...

2013-01-24 Thread Jervis Liu
On 2013/1/25 5:58, des4900 wrote: > I am working with Guvnor/Drools 5.5.0, jBPM 5.4.0 on Win7 64 bit, JBoss 7.1.1 > > First Problem: > 1. I have a rule in the global area, e.g., Rule1 > 2. I create a new rule in a package by importing Rule1 from the global area > 3. I realize that I imported the

Re: [rules-users] can't copy files to guvnor using webdav

2013-01-21 Thread Jervis Liu
o the authenticator correctly, which is caused by a Seam 3 security bug: https://issues.jboss.org/browse/SEAMSECURITY-98 Cheers, Jervis Steve On 21 Jan 2013, at 01:10, Jervis Liu <mailto:j...@redhat.com>> wrote: On 2013/1/17 18:46, Stephen Masters wrote: Hi folks, Just curious, b

Re: [rules-users] can't copy files to guvnor using webdav

2013-01-20 Thread Jervis Liu
On 2013/1/17 18:46, Stephen Masters wrote: Hi folks, Just curious, but do you have a link to the Jira relating to this authentication issue? I'm keen to find the details. https://issues.jboss.org/browse/GUVNOR-1986 Thanks, Steve On 17 Jan 2013, at 07:01, Jervis Liu <

Re: [rules-users] can't copy files to guvnor using webdav

2013-01-16 Thread Jervis Liu
, Jervis Liu <mailto:j...@redhat.com>> wrote: On 2013/1/16 11:12, Yuri wrote: Thanks for the quick reply, Jervis. We are basically in discovery/presentation mode with our BRMS, and we have several different people doing different things with their own instances of gu

Re: [rules-users] can't copy files to guvnor using webdav

2013-01-15 Thread Jervis Liu
been fixed yet in Guvnor 5.4 and 5.5 (but will be very soon), the only workaround I can think of right now is using Guvnor 5.3. You can merge assets under 5.3. Then upgrade guvnor with the merged repository to 5.4 or 5.5. Jervis Thanks, Yuri On Tue, Jan 15, 2013 at 8:50 PM, Jervi

Re: [rules-users] can't copy files to guvnor using webdav

2013-01-15 Thread Jervis Liu
On 2013/1/16 2:52, Yuri wrote: Hi Everyone, I am having to move assets from one repository to another, and if WebDav would work for me, I believe that it would be the easiest solution. I have the default security setup that comes with guvnor 5.5.0 and JBoss AS 7, and I absolutely could not fig

Re: [rules-users] not able to access Guvnor repository files when using webdav folders for Guvnor 5.4 deployed on Tomcat 7 and windows 2008 64 bit server

2013-01-14 Thread Jervis Liu
On 2013/1/15 2:55, vadlam wrote: > Jervis, > > Thank You for confirming the issue. > > The scenario I am having is as such. > > > the first time Guvnor 5.4.0.final in Tomcat 7 is started, I am able to > connect to both webdav folders and also through a java client using basic > authentication. >

Re: [rules-users] Guvnor seems to copy assets across External RDBMS and file system

2013-01-10 Thread Jervis Liu
On 2013/1/10 23:30, Yuri wrote: I set up SQL Server as the external repository, and left everything else in guvnor and jboss AS7 configured pretty much according to defaults. When I create assets in guvnor, I see that changes are being made in the MSSQL db. Despite changes to the db, however

Re: [rules-users] not able to access Guvnor repository files when using webdav folders for Guvnor 5.4 deployed on Tomcat 7 and windows 2008 64 bit server

2012-12-31 Thread Jervis Liu
On 2012/12/27 15:07, vadlam wrote: > I am able to login into guvnor login page correctly using the same > id/password. however, when using windows webdav web folders or even the > eclipse drools plugin, it does not seem to work. > > when I intentionally give the incorrect id/pwd, I do get an authe

Re: [rules-users] not able to access Guvnor repository files when using webdav folders for Guvnor 5.4 deployed on Tomcat 7 and windows 2008 64 bit server

2012-12-26 Thread Jervis Liu
On 2012/12/27 3:05, vadlam wrote: > Hi All, > > when we try to access the packages in Guvnor 5.4.0.final by connecting > through webdav on windows, we are not able to see anything. > > when we try to use the Guvnor repository editor eclipse plugin view, we are > getting an premature end of file err

Re: [rules-users] Using Guvnor with Seam

2012-12-16 Thread Jervis Liu
On 2012/12/15 0:50, rjr201 wrote: > Hi, > > I'm very interested in using Drools Guvnor with Seam and was hoping someone > here may have some experience of doing this. > > I've currently got Seam 2.3 working fine with Guvnor 5.3. My question is, is > it possible to get Seam 2.3 working with Guvnor 5

Re: [rules-users] InvalidItemStateException while accessing Guvnor

2012-12-07 Thread Jervis Liu
On 2012/12/7 2:19, worldofprasanna wrote: > Hi All .. > > We are getting the following error message in Guvnor when trying to access > it. > > org.drools.repository.RulesRepositoryException: > javax.jcr.InvalidItemStateException: property > /drools:repository/drools:package_area/com.lsi.sort/assets

Re: [rules-users] To deploy Drools Guvnor5.3.0 Final in jboss7.1.0 Final.

2012-11-06 Thread Jervis Liu
On 2012/11/6 14:02, joy wrote: > Hi > > Want to deploy Drools Guvnor 5.3.0 Final in jboss 7.1.0 Final. > Do anyone help me. It should be very straightforward. Just drop the guvnor-{$version}-jboss-as-7.0.war into AS 7's standalone\deployments folder. It should work out-of-box. Let us know if you

Re: [rules-users] Adding custom metadata fields in guvnor

2012-11-01 Thread Jervis Liu
On 2012/11/2 2:05, sguruprasanna wrote: > Thank you Jervis.. I see there is a already a feature request out there for > metadata management: > > https://issues.jboss.org/browse/GUVNOR-1170 > > Do you think this feature will be available any time soon? Nothing concrete we can say at the moment. But

Re: [rules-users] Adding custom metadata fields in guvnor

2012-10-30 Thread Jervis Liu
On 2012/10/30 6:39, sguruprasanna wrote: > Is it possible to add custom meta data fields in guvnor? > > Majority of our rules are EDI rules. So I was wondering if it is possible to > have metadata fields to contain information like Trading partner name, or > EDI format (820, 315 etc), etc so that t

Re: [rules-users] How to access Guvnor Rules based on versions from Java?

2012-10-19 Thread Jervis Liu
galArgumentException: Unable to instantiate service for Class 'org.drools.compiler.BusinessRuleProvider' please help me.. to write correct url in changeset.xml to access those BRL's thanks sai On Fri, Oct 19, 2012 at 2:25 PM, Jervis Liu <mailto:j...@redhat.com>> wrote:

Re: [rules-users] How to access Guvnor Rules based on versions from Java?

2012-10-19 Thread Jervis Liu
On 2012/10/16 19:47, Ravikiran wrote: Hi Jarvis, Thanks for your reply. Looks like i have posted my intension unclearly. To elaborate bit more, currently i am using Rest API to create KnowledgeBase from my java client. I have changeset-loans.xml, where my guvnor package with drl is defined. My j

Re: [rules-users] How to access Guvnor Rules based on versions from Java?

2012-10-15 Thread Jervis Liu
On 2012/10/15 19:46, Ravikiran wrote: Hi, I have got a business requirement to access specific version of a rule and process them accordingly. My rules are stored in file based JCB based guvnor repository. For example, i have a rule in a package created, having more than one version varying with

Re: [rules-users] Access to Guvnor's JackRabbit remotely via JNDI

2012-09-26 Thread Jervis Liu
On 2012/9/26 15:07, gkalabin wrote: > Thank you for your reply. > > Jervis Liu wrote >> why do you want to do access JCR repository directly? > I want to detect changes in guvnor data (it will be done with external > ModeShape sequencer connected to Guvnor's Jackrabb

Re: [rules-users] Access to Guvnor's JackRabbit remotely via JNDI

2012-09-25 Thread Jervis Liu
gkalabin wrote: > Hi everybody! > > Is it possible to access Guvnor's JCR repository via JNDI from another > application? > Hi why do you want to do access JCR repository directly? If you just want to access Guvnor data, I would recommend using Guvnor REST API instead: http://docs.jboss.org/d

Re: [rules-users] REST API: Retrieving package versions as an Atom Feed Returns Unexpected Data

2012-08-22 Thread Jervis Liu
Jin, Ming wrote: > Hello, > > I tried to explore Guvnor's REST API, particularly interested in retrieving > package versions and binary with a given package version. But I could not > get the result as the given example in chapter 9.2.3.2.5 and Example 9.10: > > Guvnor version: 5.4.0.Final > Rep

Re: [rules-users] rule execution flow..

2012-07-02 Thread Jervis Liu
On 2012/7/3 10:10, al so wrote: Given a rule definition file(.drl), Is there any UI tool that can visualize the execution order of Rules? [based on the controls (salience,etc) defined inside the rule] You can use Drools Guvnor: "QA" -> "Test Scenarios". If you run the test scenario, the audi

Re: [rules-users] System problems

2012-07-02 Thread Jervis Liu
On 2012/7/2 23:43, paco wrote: > Hi Jervis, > > I will explain clearly the problem I had: > I've imported rules (500 rules with a capacity of 30,000 KB)on guvnor. > After clicking on the directory of all my rules. > I checked all my rules > I clicked on “open” to open on a rule and after I when to

Re: [rules-users] System problems

2012-06-30 Thread Jervis Liu
On 2012/6/29 20:38, paco wrote: > I am using Drools 5.4.0, guvnor 5.3.0 and default database. > I imported the rules with XML file (550 KB) in Guvnor. After I can check, > validate and test (with run analysis button) the rules without problems. > Everything works fine. > After when I import ed ot

Re: [rules-users] Guvnor jackrabbit session issue?

2012-06-28 Thread Jervis Liu
Hi, the stach trace shows that this problem is different from the jackrabbit session problem we fixed previously. I've filed a jira for this: https://issues.jboss.org/browse/GUVNOR-1917. Will take a closer look and fix it soon. Cheers, Jervis On 2012/6/28 23:54, 0beron wrote: > Details: > Jbos

Re: [rules-users] Guvnor jackrabbit session issue?

2012-06-18 Thread Jervis Liu
On 2012/6/16 1:15, 0beron wrote: > I am having the same issue and I am using "guvnor-5.3.0.Final-jboss-as-7.0". > Could you please let me know any way to stop this. It keeps making my log > file (super) bloated. Hi, the issue reported by the previous email had been fixed in Guvnor 5.3 final. If yo

Re: [rules-users] Guvnor 5.4 Eclipse Setup

2012-06-12 Thread Jervis Liu
On 2012/6/9 3:00, JeffM wrote: > I am posting to USER, rather than the DEV list since the rules for the DEV > list imply that I should only post there if I am intending to make code > changes. > > I have Eclipse Indigo with the EGIT, m2e, and GWT plugins and am using 5.4.x > from Github as my sourc

Re: [rules-users] command line to import repository

2012-05-31 Thread Jervis Liu
On 2012/5/31 22:16, halljme wrote: > we have many environments and require the ability to refresh these > environments weekly. this would be much easier to perform via a script/cron > then requiring to perform via manually. Has any thought been put into > creating such or does the ability exist but

Re: [rules-users] Guvnor REST API and XLS decision tables

2012-05-16 Thread Jervis Liu
anchi wrote: > No it is not corrupted, I've uploaded it through Guvnor web console. When I > download it directly through Guvnor UI, I get a valid file. > > Also when I reach it through REST API using: > http://{guvnor_url}/rest/packages/{package}/assets/{xls_name}/binary , I > also get a valid fil

Re: [rules-users] Guvnor REST API and XLS decision tables

2012-05-15 Thread Jervis Liu
anchi wrote: > Thanks for your reply. Things are clearer now! For some reason I expected > inverse behavior for /binary and /source, but now you've made it clear. > > I have tried your advice to open a file returned from REST /source with > Excel. After renaming it (adding a proper file extension),

Re: [rules-users] Guvnor REST API and XLS decision tables

2012-05-14 Thread Jervis Liu
On 2012/5/14 19:38, anchi wrote: Hi! I'm wondering how does Guvnor REST api handle Excel decision tables? I'm using 5.3.1.Final version. It seems that when I use url for binary e.g. /http://{guvnor_url}/rest/packages/package_name/assets/excel_table_name/binary/ , I get a source (.xls) file. And

Re: [rules-users] Guvnor Rest API

2012-04-16 Thread Jervis Liu
On 2012/4/14 13:41, Amin Mohammed-Coleman wrote: > Hi > > I am trying to use the Guvnor Rest API to upload rules and BPMN process > definitions to a remote Guvnor installation. So far I am able to update the > binary content of the asset using: > > /drools-guvnor/rest/packages/myPackage/assets/m

Re: [rules-users] migrating modified files from one Guvnor webdav repository to another using python modules

2012-03-31 Thread Jervis Liu
On 2012/4/1 4:59, vadlam wrote: > Hi, we were looking into the process of copying files and packages from one > Guvnor webdav repository to another on a daily basis. > > as part of that, we were looking into python modules that would help with > accessing the webdav directories and files . > > any

Re: [rules-users] Guvnor jackrabbit session issue?

2012-03-29 Thread Jervis Liu
On 2012/3/30 1:44, drdaveg wrote: > Trying a fresh install: > Download JBoss 7.1 (Thunder) > Unzip into new directory > Edit JBOSS_HOME > Copy guvnor-5.3.0.Final-jboss-as-6.0.war to standalone deployment directory > and rename as guvnor53.war > Set up the classpath to include the DROOLS JARs > Star

Re: [rules-users] No matching property definition found after migration

2012-03-27 Thread Jervis Liu
Hi, This is because your repository did not get updated with the latest JCR schema defined by Guvnor 5.3. The recommended way to migrate Guvnor is to export your repository from the old version, then import the repository xml file back to the new version. Cheers, Jervis mrben wrote: > Hi, > >

Re: [rules-users] Adding change/event listener to package

2012-03-01 Thread Jervis Liu
Another approach is to subscribe to the package version feed, your application will get notified when there is a change in the package. Check this for details: https://community.jboss.org/wiki/PublishDroolsartifactsfromaproductionenvironment Cheers, Jervis On 2012/3/1 16:12, Jian Feng Ng wrote

Re: [rules-users] How to get my Eclipse Indigo ready to develop Guvnor 5.x

2012-02-28 Thread Jervis Liu
Check this doc: https://github.com/droolsjbpm/droolsjbpm-build-bootstrap/blob/master/README.md Cheers, Jervis On 2012/2/29 8:47, ndipiazza wrote: > Hi group. Just a fun general question. > > I am interested in starting to help out one of our big clients using Guvnor > 5.x make small tweaks to th

Re: [rules-users] Guvnor Global Area Usage Restirictions

2012-01-31 Thread Jervis Liu
On 2012/1/28 7:00, domingo wrote: > I imported some pakages into Guvnor and I want to put it into Global Area. > The following are my observation... > 1. Import action create new package into *'Packages' *section do not have > option like want to put *Global Area* or *Packages*. > 2. After import i

Re: [rules-users] Guvnor deployment problem on websphere 6.1

2012-01-20 Thread Jervis Liu
On 2012/1/19 19:29, arup wrote: > I have modified the pom.xml as mentioned in > "https://community.jboss.org/wiki/DeployingGuvnor5OnWebSphere"; . also > created the custom propertied in WAS. but after installing the guvnor 5.1 > war when i'm trying to get the login page hitting the url i'm just get

Re: [rules-users] Drools Guvnor 5.1 in WAS 6.1 server

2012-01-18 Thread Jervis Liu
This is a bit out-of-date, not sure if it helps: https://community.jboss.org/wiki/DroolsGuvnor50Installation Cheers, Jervis On 2012/1/18 20:32, arup wrote: > Hi all, > I'm new to Drools and facing some difficulties to run Guvnor in websphere > 6.1 server. I'm not finding any specific doc or gu

Re: [rules-users] Guvnor utility to update packages and models

2012-01-06 Thread Jervis Liu
Hi, This is the exact reason why you may want to use the Global Area. Global area is a special area that is designed to store assets that can be shared among all packages. First, put your common pojo in the Global Area. Then add pojo to each package using the "Import from the Global Area" opt

Re: [rules-users] How to use REST API

2011-12-08 Thread Jervis Liu
On 2011/12/8 13:44, srinivasasanda wrote: > How can i use REST API in my drools application.Should i need to include any > jars in my application?where can i find REST API avaliable jars?Could you > please suggest me.. http://docs.jboss.org/drools/release/5.3.0.Final/drools-guvnor-docs/html/ch09.ht

Re: [rules-users] Data structures in Guvnor REST API

2011-12-04 Thread Jervis Liu
On 2011/12/2 17:05, Joe Ammann wrote: > On 12/02/2011 06:02 AM, Jervis Liu wrote: >> On 2011/12/1 19:03, Joe Ammann wrote: >>> Hi >>> >>> On 12/01/2011 06:40 AM, Jervis Liu wrote: >>>> the Asset.type is a standard property from Dublin core >>

Re: [rules-users] Data structures in Guvnor REST API

2011-12-01 Thread Jervis Liu
On 2011/12/1 19:03, Joe Ammann wrote: > Hi > > On 12/01/2011 06:40 AM, Jervis Liu wrote: >> the Asset.type is a standard property from Dublin core >> (http://en.wikipedia.org/wiki/Dublin_Core), though this property is >> never used by Guvnor Asset or Package, its

Re: [rules-users] Data structures in Guvnor REST API

2011-11-30 Thread Jervis Liu
Hi, the Asset.type is a standard property from Dublin core (http://en.wikipedia.org/wiki/Dublin_Core), though this property is never used by Guvnor Asset or Package, its always empty. I will remove this property from the REST API. Thanks for pointing this out. Cheers, Jervis On 2011/11/30 23

Re: [rules-users] Does drools support rule doc?

2011-11-22 Thread Jervis Liu
Zhao Yi wrote: > I am looking for a way to generate rule doc like java doc. Does drools > support this functionality? > > On package editor, find the URL "URL for package documentation". This generates a pdf document that describes all the rules you have in the package. Cheers, Jervis > Thank

Re: [rules-users] Building our own UI for Drools

2011-11-16 Thread Jervis Liu
On 2011/11/16 16:37, kapokfly wrote: > Thanks for the information. > > Deploy multiple GUNVOR instances can't resolve our issue as we have > thousands of companies as our customer, each company will share the common > part of our applications and meantime they can customize objects/fields they > ha

Re: [rules-users] Building our own UI for Drools

2011-11-15 Thread Jervis Liu
kapokfly wrote: > Thanks Mike, I will take a look of the Drools Expert fluent API. > > We can't benefit from the Gunvor's rest API as there are some key issues we > are trying to resolve with our own UI: > > Based on your requirements, you may have two options. One is building your own applica

Re: [rules-users] Enabling Role Base Authorization in Guvnor.

2011-11-14 Thread Jervis Liu
Manohar Kokkula wrote: > Hi all, > > I am trying to enable the Role Base Authorization in Guvnor after it > was running > fine with the default login mechanism. > But, encountered some problem with the attempt. > I followed given steps: > > > Step 1: > I exploded guvnor-5.2.0.Final-jboss-as-5.1.wa

Re: [rules-users] Guvnor Into Weblogic

2011-11-03 Thread Jervis Liu
bug was probably fixed as a side-effect of other fixes on 5.3 branch ;-) Cheers, Jervis And one last question, does anyone know if there can be any conflict between jbpm 5.1 and guvnor 5.3? Thanks again, Demian On Thu, Nov 3, 2011 at 6:50 AM, Jervis Liu <mailto:j...@redhat.com>&

Re: [rules-users] Guvnor Into Weblogic

2011-11-03 Thread Jervis Liu
I saw some reports on similar webDav errors with Guvnor 5.2, not sure if it is identical to yours though. The problem was fixed in Guvnor 5.3. You may want to try 5.3 to see how it goes. Cheers, Jervis On 2011/11/2 21:29, calcacuervo wrote: > Hi Everyone. I have deployed Guvnor 5.2 in Weblogic

Re: [rules-users] Setting category tags programmatically

2011-10-11 Thread Jervis Liu
On 2011/10/12 1:10, gab wrote: > Hi all, > my application needs several hundreds rules to implement its business logic. > We generated such rules from a legacy database using a few sql scripts, > since the relevant tables contained the business configuration constraints > for the app, and then adde

Re: [rules-users] Guvnor - Operations with snapshots

2011-10-09 Thread Jervis Liu
Demian Calcaprina wrote: > Jervis, thanks for the response! > > When is a package updated? In 5.2, I could make version to be updates > through UI, explicitly using "Save Changes". Is there another way to > achieve it? > The package version is updated when you click "Save Changes" through UI or

Re: [rules-users] Guvnor - Operations with snapshots

2011-10-09 Thread Jervis Liu
new version > with the same name containing the current state of the package. > > Best Regards, > > > > Esteban Aliverti > - Developer @ http://www.plugtree.com <http://www.plugtree.com> > - Blog @ http://ilesteban.wordpress

Re: [rules-users] Guvnor - Operations with snapshots

2011-10-08 Thread Jervis Liu
instead? > Best Regards, > > > > Esteban Aliverti > - Developer @ http://www.plugtree.com <http://www.plugtree.com> > - Blog @ http://ilesteban.wordpress.com > > > 2011/10/8 Jervis Liu mailto:j...@redhat.com>> > > Hi Esteban,

Re: [rules-users] Guvnor - Operations with snapshots

2011-10-08 Thread Jervis Liu
Hi Esteban, The package snapshot wont be gone in the near future. One reason is for backward compatibility. Another concern is that we still need to find out if there are any use cases that package version can not cover. In this case, your input is exactly what we are looking for. Please see m

Re: [rules-users] WAS and Guvnor integration

2011-09-08 Thread Jervis Liu
On 2011/9/9 14:30, Rabindra Kumar Srivastava wrote: Hi, Currently I am using Guvnor 5.2.0 Final and deployed on tomcat 6. In future I have to move this on WAS 7.0.11. So let me know compatibility of both. We have not verified Guvnor 5.2 on WAS yet, but this doc should give you some ideas o

Re: [rules-users] Unable to get WebDav Access, unless modify JackRabbit Config

2011-09-08 Thread Jervis Liu
Hi, The problem you reported should have been fixed on Guvnor 5.3. A Guvnor 5.3_CR1 release should be coming soon. I found some other minors problem with WebDav on Guvnor 5.3 which has been reported as https://issues.jboss.org/browse/GUVNOR-1626. Though this bug wont affect you with simple rea

Re: [rules-users] Delete action in Guvnor

2011-08-02 Thread Jervis Liu
Have you tried the latest version, 5.2 final? It should work. Cheers, Jervis On 2011/8/3 10:34, DroolersEye wrote: > Hi, > I am tring to delete the created catagory in Guvnor but unable to delete, it > always complains can not delete, it is used by some other resource (but no > assets added, it i

Re: [rules-users] errors of deploying Guvnor 5.2.0 to JBoss 7.0

2011-07-18 Thread Jervis Liu
Notice this line: org.jboss.as.jaxrs.deployment.JaxrsScanningProcessor.checkDeclaredApplicationClassAsServlet(JaxrsScanningProcessor.java:310) So the problem is JaxrsScanningProcessor can not load CXFNonSpringServlet. This is because AS 7 JAX-RS is configured to use RESTEasy by default. Two op

Re: [rules-users] BRMS on WebLogic

2011-07-12 Thread Jervis Liu
On 2011/7/13 10:30, Benson Fung wrote: > Hi, > > Is there installation documentation how BRMS/Drools Guvnor is > installed on WebLogic server? Please help. > > https://community.jboss.org/wiki/DroolsGuvnor50Installation > Thanks > Benson > ___ > rules-us

Re: [rules-users] drools - packaging creates a full snapshot...why?

2011-07-04 Thread Jervis Liu
On 2011/6/30 9:06, jcrowe wrote: > I have been using drools for almost a year now and build several packages a > day. Things are starting to slow down a bit and I've started to wonder if > it is because of all the workspace copies and the jcr overhead of them. I > have implemented a deletion of o

Re: [rules-users] Guvnor 5.2 CR1 under IE8

2011-06-21 Thread Jervis Liu
On 2011/6/20 22:24, Vincent LEGENDRE wrote: > Hi all > > I was using firefox for Guvnor, every thing was well. > But here, users use IE 8, and under IE8, Guvnor displays some strange list of > icons in place of some other icons : > - validate rule dialog : in place of the check (or error icon)

Re: [rules-users] Guvnor 5.2.0 CR1 support Chinese?

2011-06-15 Thread Jervis Liu
Hi, the default fast build only compiles English. You need to do a full build using "mvn clean install -Dfull". Cheers, Jervis On 2011/6/15 22:09, cleverpig wrote: I create a issue: https://issues.jboss.org/browse/GUVNOR-1480 On Wed, Jun 15, 2011 at 10:06 PM, cleverpig

Re: [rules-users] Problems with Drools 5.2.0.M1 and IE7?

2011-05-19 Thread Jervis Liu
On 2011/5/19 20:58, Steve Reeves wrote: > Hi Jervis - I did attach a screenshot for IE8 and IE7 that show up in the > Nabble view - currently, it says "Post not accepted by mailing list" on it, > so let me know if you can't see it. I am afraid I can not see it. You can attache the screenshot to thi

Re: [rules-users] Problems with Drools 5.2.0.M1 and IE7?

2011-05-18 Thread Jervis Liu
Hi can you attache a screen shot of what Guvnor looks like on IE7 please? I ran into some problems on IE9, but have not tested on IE7 yet. Thanks, Jervis On 2011/5/19 2:12, Steve Reeves wrote: > Just curious if anyone had any thoughts on what we could do to get IE7 to > display properly. It woul

Re: [rules-users] Guvnor service to compile part of a package ?

2011-05-09 Thread Jervis Liu
Vincent Legendre wrote: > Hi Jervis > > I managed to get it work ... but only on 5.2.0 M2 (M1 respond that path > does not exists, so it seems that new REST api is not added to this > version of Guvnor). > > For a package, I have the expected assets simple listing in XML. > > But, for an asset,

Re: [rules-users] Guvnor 5.2.0.M2 and User Permissions

2011-05-09 Thread Jervis Liu
Dean Whisnant wrote: > > I’ve downloaded 5.2.0.M2 to test out known issues we were having in > 5.1.1 and many of them appear to have been resolved. One thing I > noticed in 5.2.0.M2 is that when I import my exported 5.1.1 > repository, the User Permissions tab appears to have lost any > permiss

Re: [rules-users] Guvnor service to compile part of a package ?

2011-05-05 Thread Jervis Liu
On 2011/5/6 2:33, Vincent LEGENDRE wrote: I am not sure if I understand you correctly. You want to return a compiled package binary based on certain criteria or you want to return individual assets based on certain criteria? The main objective is the first one : get compiled package including f

Re: [rules-users] Guvnor service to compile part of a package ?

2011-05-05 Thread Jervis Liu
.jboss.org/docs/DOC-16217>?category=foo&category=bar&status=prod (and several other query mechanisms). But we have not implemented query in Guvnor yet. Of course you will be very welcome if you want to help ;-) For more information about Guvnor REST interface please check: http://blog.athi

Re: [rules-users] Guvnor service to compile part of a package ?

2011-05-04 Thread Jervis Liu
On 2011/5/4 22:57, Vincent Legendre wrote: > Hi all, > > I am looking for a clever way to compile only parts of a Guvnor package > according to some criteria on items (categories, metadata ...), but > outside Guvnor if possible. > The main idea starts by the fact that it is a little bit complex for

Re: [rules-users] Drools 5.1 on Websphere 7

2011-04-28 Thread Jervis Liu
On 2011/4/29 1:02, Yoann Charpiot wrote: Hi, I'm trying to validate that Drools (Expert and Guvnor) can be executed on WAS 7 environnement but I miss information on that. Do you have any documents that describes such possibilities? This might help: http://community.jboss.org/wiki/DroolsGuvnor5

Re: [rules-users] Is package snapshot really a tagged version?

2011-04-27 Thread Jervis Liu
On 2011/4/27 9:03, boy18nj wrote: > Initially I thought once we create a snapshot version. It's content are > sticky and tagged. And we cannot edit it. But I was wrong. It seems we can > even override the contents of package snapshots. > Package snapshot is a tagged version, at least this is in the

Re: [rules-users] Can we point to db repository url directly in ChangeSet.xml

2011-03-22 Thread Jervis Liu
If what you want is to access back-end repository artifacts like packages/assets etc without using Guvnor GUI, you can try Guvnor REST interface. Check this blog posted by Andrew recently: http://blog.athico.com/2011/03/atompub-interface-for-guvnor.html Hope this helps, Jervis On 2011/3/23 7:

Re: [rules-users] Drools repository and accessing the rules engine from vb.net

2011-01-19 Thread Jervis Liu
Gorantla, Bhaskar (GE Capital) wrote: > > I would appreciate if you could please answer the following questions. > > > > 1. Can you share some information on the out of the box > repository? Is it a relational database or is it an embedded database > such as Berkley DB? > > > > 2.

Re: [rules-users] Using GlobalArea in Guvnor

2011-01-12 Thread Jervis Liu
ean > > -Original Message- > From: rules-users-boun...@lists.jboss.org > [mailto:rules-users-boun...@lists.jboss.org] On Behalf Of Jervis Liu > Sent: Thursday, December 16, 2010 9:29 PM > To: Rules Users List > Subject: Re: [rules-users] Using GlobalArea in Guvnor > >

Re: [rules-users] Guvnor - archival option

2011-01-09 Thread Jervis Liu
-660-4957 > > > -Original Message- > From: rules-users-boun...@lists.jboss.org > [mailto:rules-users-boun...@lists.jboss.org] On Behalf Of Jervis Liu > Sent: Thursday, January 06, 2011 1:58 AM > To: Rules Users List > Subject: Re: [rules-users] Guvnor - archival opti

Re: [rules-users] Not able to deploy drools guvnor in Apache Tomcat 5.5

2011-01-09 Thread Jervis Liu
On 2011/1/10 10:20, rosen jiang wrote: > > hi Ashok Deivasigamani, > > did you resolved this problem? I encounter same problem in listenerStart, > and add jboss-seam.jar into lib folder, but failed also. > > best, > rosen jiang Hope this helps: http://community.jboss.org/wiki/DroolsGuvnor50Installa

Re: [rules-users] Guvnor - archival option

2011-01-05 Thread Jervis Liu
What version of Guvnor are you using? I am not able to reproduce this problem on trunk. Thanks, Jervis Rob Fisher wrote: > > I archived a rule, then deleted it within Administration\Archive > (using the “Delete selected asset” option). However, when trying to > create a rule with the same name

Re: [rules-users] Integration Of Guvnor with CustomApp

2010-12-26 Thread Jervis Liu
rules-users-boun...@lists.jboss.org > > > > > Andrew Waterman and Jervis Liu were working on a REST API for > Guvnor: _https://issues.jboss.org/browse/GUVNOR-1080_ Maybe you can > help them. > In th

Re: [rules-users] Using GlobalArea in Guvnor

2010-12-16 Thread Jervis Liu
heers, Jervis > Thanks > > Dean > > -Original Message- > From: rules-users-boun...@lists.jboss.org > [mailto:rules-users-boun...@lists.jboss.org] On Behalf Of Jervis Liu > Sent: Wednesday, December 15, 2010 8:30 AM > To: rules-users@lists.jboss.org > Subject: Re: [rules-u

Re: [rules-users] Can I create sub packages in Guvnor

2010-12-15 Thread Jervis Liu
On 2010/12/16 4:15, Gerret Hansper wrote: > > Hello, > > if you have a package com.foo in Guvnor it is possible to create a new > package com.foo.bar. > Guvnor will then place the bar package beneath the foo package in the > KBaseTree. > But other than that the sub package doesn't have any relation

Re: [rules-users] Deploying Guvnor 5.1 on Glassfish v3

2010-12-15 Thread Jervis Liu
Unfortunately we have not got chance to try Guvnor on GlassFish. This task was on the list, but just havent got enough time. Not sure if anyone from the community has any experience with this. FYI, following doc shows how to deploy Guvnor on various containers: http://community.jboss.org/wiki/D

Re: [rules-users] Can I create sub packages in Guvnor

2010-12-15 Thread Jervis Liu
Sub package is not supported at the moment. Is there any specific reason why you want to use a sub package? You might be able to achieve same result using other things, like categories. Cheers, Jervis On 2010/12/15 22:13, Harshit Bapna wrote: > Hello All, > > I have gone through the Guvnor UI a

Re: [rules-users] Using GlobalArea in Guvnor

2010-12-15 Thread Jervis Liu
This is a bug. I've filed jira https://issues.jboss.org/browse/GUVNOR-1124. I will take a look into this jira next week. Thanks, Jervis On 2010/12/15 2:24, John Peterson wrote: >> I'm working with Guvnor 5.1.1 and I'm having an issue accessing >> >Declarative Models defined in the Global Area i

Re: [rules-users] How to modify changeset.xml in guvnor

2010-12-07 Thread Jervis Liu
On 2010/12/8 0:47, kenichiwa wrote: > > My war and client lib jars were build from trunk. Could there be a problem in > the trunk? Currently there is a KnowledgeAgent refactoring going on in the trunk (see the dev list). I would wait until all unit tests passed in the trunk. __

Re: [rules-users] How to modify changeset.xml in guvnor

2010-12-06 Thread Jervis Liu
This seems to be a serialization problem. Due to the serialization mechanism used by Drools, you have to use exact same version of client and server for KnowledgeAgent to work. Cheers, Jervis On 2010/12/7 5:34, kenichiwa wrote: > > Thanks for your reply Jervis. I checked out the latest trunk fr

  1   2   >