[rules-users] Deploy Guvnor on websphere

2009-11-24 Thread Ambika Goel
Hi All,

I am trying to deploy Guvnor on Websphere v6.1.

But I am getting the following error:

WebApp E Exception caught while initializing context
java.lang.RuntimeException: Could not create Component: assetLockManager
at org.jboss.seam.init.Initialization.addComponent(Initialization.java:1155)
at 
org.jboss.seam.init.Initialization.installComponents(Initialization.java:1071)
at org.jboss.seam.init.Initialization.init(Initialization.java:720)
at org.jboss.seam.servlet.SeamListener.contextInitialized(SeamListener.java:34)
at 
com.ibm.ws.wswebcontainer.webapp.WebApp.notifyServletContextCreated(WebApp.java:652)
at 
com.ibm.ws.webcontainer.webapp.WebApp.commonInitializationFinish(WebApp.java:354)
at com.ibm.ws.wswebcontainer.webapp.WebApp.initialize(WebApp.java:292)
at com.ibm.ws.wswebcontainer.webapp.WebGroup.addWebApplication(WebGroup.java:92)
at com.ibm.ws.wswebcontainer.VirtualHost.addWebApplication(VirtualHost.java:157)


Can anyone help me on this?

Thanks,
Ambika
___
rules-users mailing list
rules-users@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/rules-users


[rules-users] Oracle Database to store rules in Guvnor

2009-10-15 Thread Ambika Goel
 Hi All,

I am using Oracle database to store rules repository via apache jackrabbit in 
Guvnor. I have made relevant changes in repository.xml.

When I use this repository.xml in Jboss, the Guvnor.html loads after around 2 
hrs of processing.
And in the server.log I can see

java.sql.SQLException: IOException: Connection reset by peer: socket write error


Can anyone please tell me why it's taking so much time for the Guvnor.html to 
load?
___
rules-users mailing list
rules-users@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/rules-users


[rules-users] Implementaion of Rule Flow in Guvnor

2009-10-12 Thread Ambika Goel
I am using the following code to add to knowledge builder and run it:

knowledgeBuilder.add(ResourceFactory.newClassPathResource("QueueFlow.rf", 
GuvnorTest.class), ResourceType.DRF) // ruleflow
knowledgeBuilder.add(ResourceFactory.newUrlResource("http://...";), 
ResourceType.PKG) // guvnor package

 My rule flow is connection of two tables. I set a property in action of one 
decision table and use it as a condition in another decision table to get the 
desired result.

If I run the above code, I don't get any exception but the output is 'null'.
___
rules-users mailing list
rules-users@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/rules-users


[rules-users] Implementaion of Rule Flow in Guvnor

2009-10-09 Thread Ambika Goel
Hi All,

 I have a requirement to create a rule flow in Guvnor and trigger it through 
eclipse web project.

 The decision tables that are used by rule flow reside in Guvnor.

 I could successfully trigger individual decision tables made in guvnor through 
my eclipse web project.

 But when I try to run a ruleflow having decision tables made in guvnor through 
eclipse web project, I don't receive desired results.


 CAUTION - Disclaimer *
This e-mail contains PRIVILEGED AND CONFIDENTIAL INFORMATION intended solely 
for the use of the addressee(s). If you are not the intended recipient, please 
notify the sender by e-mail and delete the original message. Further, you are 
not 
to copy, disclose, or distribute this e-mail or its contents to any other 
person and 
any such actions are unlawful. This e-mail may contain viruses. Infosys has 
taken 
every reasonable precaution to minimize this risk, but is not liable for any 
damage 
you may sustain as a result of any virus in this e-mail. You should carry out 
your 
own virus checks before opening the e-mail or attachment. Infosys reserves the 
right to monitor and review the content of all messages sent to or from this 
e-mail 
address. Messages sent to or from this e-mail address may be stored on the 
Infosys e-mail system.
***INFOSYS End of Disclaimer INFOSYS***
___
rules-users mailing list
rules-users@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/rules-users


[rules-users] State management in Guvnor

2009-10-08 Thread Ambika Goel
Hi All,

What is the significance of Status in Guvnor. I have added multiple statuses 
like Production, Testing etc.
How can I use it to differentiate between rules. I want to run  only the rules 
under production status. How to do it



___
rules-users mailing list
rules-users@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/rules-users