Re: [rules-users] Drools Human Task Service Persistence

2011-01-04 Thread tangrui...@gmail.com
Sorry for the delayed reply, I almost missed this email. In the file ProcessInstanceInfo.orm.xml, there's a statement like I think you should notice this, but this really does not work, I don't know w

[rules-users] About ExtensibleXmlParser

2010-12-14 Thread tangrui...@gmail.com
Hi list, In the method resolveSchema of ExtensibleXmlParser class, I think there's a problem. I'm using a changeset.xml, which has such a header http://drools.org/drools-5.0/change-set"; xmlns:xs="http://www.w3.org/2001/XMLSchema-instance"; xs:schemaLocation="http://drools.org/drools-5.0

Re: [rules-users] Hi...

2010-11-30 Thread tangrui...@gmail.com
Just a simple combination of the libraries that our company's products needs. We don't want to make simple things complicated and want to keep the techs we use as it's original (compare to spring's configuration). I don't want to post ads here, so this is it! :-) 2010/11/30, jschmied : > > Could

Re: [rules-users] Hi...

2010-11-29 Thread tangrui...@gmail.com
You can find some applications from zyeeda-framework.googlecode.com! You can take a look at the core module. The configuration files and the DroolsKnowledgeServiceProvider class. And there's some JSPs in webapp module to demo how to start and signal a process. 2010/11/29, Bennet Joseph : > Hi All

Re: [rules-users] Problem in getting session from JPAKnowledgeService.newStatefulKnowledgeSession();

2010-11-25 Thread tangrui...@gmail.com
If you use the JTA transaction manager, you should use Oracle's XA data source rather than the thin client. And Oracle needs specific permissions to run under JTA environment. Please check this page. http://docs.codehaus.org/display/BTM/FAQ#FAQ-WhyisOraclethrowingaXAExceptionduringinitializationo

Re: [rules-users] Drools Human Task Service Persistence

2010-11-09 Thread tangrui...@gmail.com
Hi, Mauricio Are the table name PeopleAssignments_BusinessAdministrators name and such similar too long for Oracle to create? Should this be refacted into some meaningful short ones? On Tue, Nov 9, 2010 at 10:28 PM, melc wrote: > > Hello, > At first glance the "select start" keyword alone in t

Re: [rules-users] Some Problem with drools-persistence-jpa Library

2010-11-08 Thread tangrui...@gmail.com
loaded and reconnect again, so I think that > should solve your issue. > > Kris > > tangrui...@gmail.com wrote: >> And another tip is that after ksession.startProcess, I get a >> ProcessInstance pi, but >> >> ProcessInstance pi = ksession.startProcess

Re: [rules-users] Some Problem with drools-persistence-jpa Library

2010-11-07 Thread tangrui...@gmail.com
/ this one returns null Is this a bug or my usage problem? On Sun, Nov 7, 2010 at 5:51 PM, tangrui...@gmail.com wrote: > Hi list, > > The attachment is a very simple test case to demonstrate an application > using Drools Persistence JPA (5.1.1). > > Usage: > > 1. set up a m