[rules-users] How to copy the rules from one guvnor to another.

2012-12-28 Thread joy
Hi

Created rules using guvnor 5.3 final. Now want to migrate 5.3 to 5.5. so How
should i move the rules created in 5.3 to 5.5.. 

What is the function of import/export in guvnor? How it works?

What is the need of snapshot... How it is useful ?



Thank U 
Joy



--
View this message in context: 
http://drools.46999.n3.nabble.com/How-to-copy-the-rules-from-one-guvnor-to-another-tp4021317.html
Sent from the Drools: User forum mailing list archive at Nabble.com.
___
rules-users mailing list
rules-users@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/rules-users


Re: [rules-users] How to copy the rules from one guvnor to another.

2012-12-28 Thread joy
Hi

For me export is exporting repository as zip file which contains an xml file
and while importing i should extract the zip file to xml then import to
guvnor.
Am i doing in a right way? 

But here it is importing  exporting the entire repository.. Is there any
way to do the same in package level?
So that i can be selective on the packages that i want to move to other
version.

About Snapshot Is it equivalent to versionising ?
In guvnor there is an option for download binary package. Does this .pkg
file help to move the specific  package from guvnor 5.3 to 5.5 ? or How .pkg
file can be useful?

Thank U 
Joy



--
View this message in context: 
http://drools.46999.n3.nabble.com/How-to-copy-the-rules-from-one-guvnor-to-another-tp4021317p4021320.html
Sent from the Drools: User forum mailing list archive at Nabble.com.
___
rules-users mailing list
rules-users@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/rules-users


[rules-users] Deploy Guvnor in WebLogic Server 12c

2012-12-03 Thread joy
Hi

Want to deploy Drools Guvnor 5.3.0 Final in WebLogic Server 12c.
Do anyone help me.

What are the steps to be followed?
Is there any documentation regarding same?

Thanks  Regards
Joy 



--
View this message in context: 
http://drools.46999.n3.nabble.com/Deploy-Guvnor-in-WebLogic-Server-12c-tp4021059.html
Sent from the Drools: User forum mailing list archive at Nabble.com.
___
rules-users mailing list
rules-users@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/rules-users


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

2012-11-07 Thread joy
Hi

Thank u! it's working.

Regards
Joy



--
View this message in context: 
http://drools.46999.n3.nabble.com/To-deploy-Drools-Guvnor5-3-0-Final-in-jboss7-1-0-Final-tp4020720p4020729.html
Sent from the Drools: User forum mailing list archive at Nabble.com.
___
rules-users mailing list
rules-users@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/rules-users


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

2012-11-05 Thread joy
Hi

Want to deploy Drools Guvnor 5.3.0 Final in jboss 7.1.0 Final.
Do anyone help me.

What are the steps to be followed?
Is there any documentation regarding same? 

Thanks  Regards
Joy



--
View this message in context: 
http://drools.46999.n3.nabble.com/To-deploy-Drools-Guvnor5-3-0-Final-in-jboss7-1-0-Final-tp4020720.html
Sent from the Drools: User forum mailing list archive at Nabble.com.
___
rules-users mailing list
rules-users@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/rules-users


Re: [rules-users] Local Variable

2012-10-08 Thread joy
Hi 

If am declaring a map as global variable. global java.util.Map map
In the then part of rule 1  am putting a key n value into map
Is it possible to get the value using the key from the then part of rule
2?

Do i want to update,insert like any thing on global variable? 
or 
How is it possible for rule engine to identify the changes in global
variable tht shud be reflected on other rule!


Regards 
joy



--
View this message in context: 
http://drools.46999.n3.nabble.com/Local-Variable-tp4020144p4020173.html
Sent from the Drools: User forum mailing list archive at Nabble.com.
___
rules-users mailing list
rules-users@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/rules-users


[rules-users] Local Variable

2012-10-05 Thread joy
Hi

i need local variables in drl file.
it should hold integer/double value.
Setting an integer value to a local variable in some rule and getting that
integer value in some other rule 

when 
#some condition01
then   
local variable=200
end

when 
   #some condition02
then 
   local variable =300
end

when 
 #some condition03
then 
 emp.salary=localvariable+2000
end

Anyone plz help me to resolve this.

Thank you 
Joy




--
View this message in context: 
http://drools.46999.n3.nabble.com/Local-Variable-tp4020144.html
Sent from the Drools: User forum mailing list archive at Nabble.com.
___
rules-users mailing list
rules-users@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/rules-users


Re: [rules-users] Local Variable

2012-10-05 Thread joy

HI

Globals are not inserted into the Working Memory, and therefore a global
should never be used to establish conditions in rules except when it has a
constant immutable value. The engine cannot be notified about value changes
of globals and does not track their changes 

It is what mentioned in documentation about globals!!!
Is there any detailed documentation or examples where globals were used in
such a context mention above


Thank you 
Joy



--
View this message in context: 
http://drools.46999.n3.nabble.com/Local-Variable-tp4020144p4020149.html
Sent from the Drools: User forum mailing list archive at Nabble.com.
___
rules-users mailing list
rules-users@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/rules-users


Re: [rules-users] System problems

2012-09-13 Thread joy
hi 

here also while verifying rules in 5.3.0.final i am getting an error showing
   
500 The call failed on the server; see server log for details 
do anyone have any suggestions for this?

thanks 
joy



--
View this message in context: 
http://drools.46999.n3.nabble.com/System-problems-tp4018363p4019722.html
Sent from the Drools: User forum mailing list archive at Nabble.com.
___
rules-users mailing list
rules-users@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/rules-users


[rules-users] Debugging in drools version 5.4.0.Final

2012-09-03 Thread joy
hello 

As per release note of drools 5.4.0 final the following statment is
mentioned.

Debugging with Java is not working. Debugging with MVEL is not affected.

whether Breakpoints in Rule RHS are working with java / mvel  dialect??
do any one try debugging with drools 5.4.0.final?

Thank you
joy




--
View this message in context: 
http://drools.46999.n3.nabble.com/Debugging-in-drools-version-5-4-0-Final-tp4019532.html
Sent from the Drools: User forum mailing list archive at Nabble.com.
___
rules-users mailing list
rules-users@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/rules-users


[rules-users] debugging in drools 5.4.0.final

2012-09-03 Thread joy
hello 

As per release note of drools 5.4.0 final the following statment is
mentioned. 

Debugging with Java is not working. Debugging with MVEL is not affected. 

whether Breakpoints in Rule RHS are working with java / mvel  dialect?? 
do any one try debugging with drools 5.4.0.final? 
would u please help me for dis..

Thank you 
joy 



--
View this message in context: 
http://drools.46999.n3.nabble.com/debugging-in-drools-5-4-0-final-tp4019553.html
Sent from the Drools: User forum mailing list archive at Nabble.com.
___
rules-users mailing list
rules-users@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/rules-users