Droos Guvnor 5.1.1 - Relation between Category and Package
by Achyutha, Venkata
Hi,
I am using ServiceImplementaion.java class to read categories and packages in repository, I didn't find any method in this class to get like what all packages are there for Category. Can someone please point out me how to get this relation.
We are developing small ui, where we show Category in dropdown, its packages in one more dropdown and rules in one more dropdown. This is little urgent requirement, help would be highly appreciated.
Thanks
Kumar
14 years
Scenario issue with ruleflow-group in guvnor
by kyori
Hello,
I created a rule flow in Eclipse with some rules (BRLs, DRLs and XLS format
decision tables) which worked perfectly in Eclipse (with jBoss IDE plugin
5.1).
Then I committed the flow and all the rules to Guvnor and created a scenario
with "ruleflow-group" activation. But none of these rules is fired, even
the simplest ones...
The error message was "Rule [...] was not activated. Expected it to be
activated".
If I remove the "ruleflow-group" option from the rules, they worked fine
again.
I've tested in Guvnor 5.1 and 5.2 snapshot, the same result.
Does anybody else have this problem. Did I miss something except the
activation of ruleflow-group in the scenario?
Regards,
--
View this message in context: http://drools-java-rules-engine.46999.n3.nabble.com/Scenario-issue-with-r...
Sent from the Drools - User mailing list archive at Nabble.com.
14 years
drools with IKVM
by Piyush Goel
We are using Drools engine on our client written in C#. We are using IKVM to
convert the drools jar and our java beans into dll's using IKVM. We have a
rule similar to this:-
rule "aggregate rule"
when
$b : Bill(billAmount > 100)
$n : Number(doubleValue > 100) from accumulate ( $l : LineItem()
from $b.findItems("color", "blue"), sum($l.getSellingValue()))
then
VoucherSeries fact0 = new VoucherSeries();
fact0.setSeriesCode( "aggregate voucher" );
insert(fact0 );
voucherlist.add(fact0);
System.out.println("sum" + $n);
end
This rule works fine when it is run with java based drools API's, but while
running it with IKVM converted drools, it throws the following error:-
Unable to cast object of type 'AccumulateMemory' to type 'FromMemory'.
Any ideas on what might be going wrong ?
thanks,
piyush
14 years
Advantage of org.drools.runtime.Environment
by O.S.
Hello,
can someone tell me what's the advantage of using Environments for
StatefulSessions?
An Example:
this.ksession = kbase.newStatefulKnowledgeSession(this.ksessionConfig,
environment);
vs.
this.ksession = kbase.newStatefulKnowledgeSession(this.ksessionConfig,
null);
Are Globals or other Objects (e.g. Session-ID's) shared within/depending
on the Environment? Because that will be problematic in my Application.
Actually i'm using Environments, but they aren't serializable which is
why I have to check if I really need them.
Kind regards,
O.S.
Furthermore: I don't need the JPA-Persistence functionality.
14 years
drools gwt-console problems
by melc
Hello,
Can you please assist with two issues that I have related to gwt-console,
1. In gwt-console after starting a simple process with one human task (the
sample process from eclipse with one human task before ending) and clicking
the diagram button (as shown on the screencast
http://people.redhat.com/kverlaen/install-gwt-console.swf) while the process
is in running stat, I get a dialog with the title " Incomplete deployment"
and message " No diagram associated with process ". How can the diagram of
the process be displayed with the red triangle for the currently active node
etc ??
2. If a new process is added in guvnor from eclipse and the package is
compiled the process is never shown in gwt-console, unless jboss AS
restarts. Is it possible to refresh gwt-console and show the current state?
I was hoping that it would be possible to add processes to the repository
while the system is up and running as with rules etc....
I would appreciate any help thank you
p.s. for all of the above i've used drools guvnor versions 5.1 and 5.2,
gwt-console versions 5.1 and 5.2, gwt-server versions 5.1 and 5.2, eclipse
only 5.2, runtime only 5.1 .
--
View this message in context: http://drools-java-rules-engine.46999.n3.nabble.com/drools-gwt-console-pr...
Sent from the Drools - User mailing list archive at Nabble.com.
14 years
Re: [rules-users] Integrate Fusion into Guvnor
by John Peterson
Message: 4
Date: Fri, 19 Nov 2010 07:01:36 -0700
From: "John Peterson" <john.peterson.gv3k(a)statefarm.com>
Subject: Re: [rules-users] rules-users Digest, Vol 48, Issue 72
To: <rules-users(a)lists.jboss.org>
Message-ID:
<D3A6E68928C9104BB815C83F43A36BDF0ED540DD(a)WPSCV6NH.OPR.STATEFARM.ORG>
Content-Type: text/plain; charset="us-ascii"
>Message: 2
>Date: Fri, 19 Nov 2010 09:07:33 +1100
>From: Xinhua Zhu <xhzhu(a)it.uts.edu.au>
>Subject: [rules-users] Integrate Fusion into Guvnor
>To: rules-users(a)lists.jboss.org
>Message-ID:
> <AANLkTimQfjTTDMj=MFnEr9nqCKtTpdVYFOH-nOT1SFEK(a)mail.gmail.com>
>Content-Type: text/plain; charset="iso-8859-1"
>
>Hi
>
>When Fusion can be integrated into Guvnor?
>
>BR
>Xinhua
>-------------- next part -------------- An HTML attachment was
>scrubbed...
>URL:
http://lists.jboss.org/pipermail/rules-users/attachments/20101119/a77038
b9/attachment-0001.html
>
>------------------------------
I asked this question about a month ago and never got a response, but,
through experimentation with it, I did learn some things:
1. There does not appear to be an easy was to define a Fact as an Event.
What I found out, though, is that if you create a technical rule, clear
out the "WHEN-THEN" stuff, you could put the declare in its place and it
seemed to work okay.
2. You can put Accumulates in your rules with Free Form DRL (Guided
Editor) or just use the Technical Rule Editor. I also found that DSL
was easier for it since you could parameterize your sliding windows,
etc., so all you had to do is pop in the values.
3. I don't think your event streams can be built in the Guided Editor
(at least in 5.0.1), so that may force you to do Technical Rules/DRL or
DSL.
14 years
Eclipse 5.1.1 plugin crash
by Andargor
Hello,
I'm not exactly sure if this is the right list to report this, but I have
experienced an Eclipse crash with the 5.1.1 workbench plugin recently. It
has worked flawlessly until now, I was experimenting with Fusion (event)
features and trying to access the audit.log when this happened. It has
consistently happened since then. Here is the crash log (Windows 7 64-bit,
Eclipse Helios, equinox seems to be involved):
#
# A fatal error has been detected by the Java Runtime Environment:
#
# EXCEPTION_ACCESS_VIOLATION (0xc0000005) at pc=0x000007fefbdeb770,
pid=15160, tid=14688
#
# JRE version: 6.0_21-b07
# Java VM: Java HotSpot(TM) 64-Bit Server VM (17.0-b17 mixed mode
windows-amd64 )
# Problematic frame:
# C [COMCTL32.dll+0xdb770]
#
# If you would like to submit a bug report, please visit:
# http://java.sun.com/webapps/bugreport/crash.jsp
# The crash happened outside the Java Virtual Machine in native code.
# See problematic frame for where to report the bug.
#
--------------- T H R E A D ---------------
Current thread (0x000000000030b800): JavaThread "main" [_thread_in_native,
id=14688, stack(0x0000000002070000,0x0000000002170000)]
siginfo: ExceptionCode=0xc0000005, reading address 0x000000000000003c
Registers:
EAX=0x0000000000000000, EBX=0x000000003f120140, ECX=0x82a6665ac35e0000,
EDX=0x0000000000000004
ESP=0x000000000216bd20, EBP=0x0000000000000000, ESI=0x000000003f1204a0,
EDI=0x000000003e766310
EIP=0x000007fefbdeb770, EFLAGS=0x0000000000010213
Top of Stack: (sp=0x000000000216bd20)
0x000000000216bd20: 000000003f120140 000000003f120140
0x000000000216bd30: 000000003f1204a0 000000003f120140
0x000000000216bd40: 000082a6644c7e4e 000000003f11f540
0x000000000216bd50: 00000000001b038a 0000000000000064
0x000000000216bd60: 00000000fffffff4 000007fefbdea7b8
0x000000000216bd70: 00000000060117ac 0000000000000000
0x000000000216bd80: 0000000000000000 000000003f11f540
0x000000000216bd90: 0000000000000000 000000003f10b5f0
0x000000000216bda0: 00fcfcfc0000001c 000007fe00000000
0x000000000216bdb0: 000000003e766310 000007fefbde9710
0x000000000216bdc0: 000000003e766310 000007fefbde6c1c
0x000000000216bdd0: 000082a6644c7e2e 000007fefbda83a3
0x000000000216bde0: 0000000000000000 000007fefbde9d72
0x000000000216bdf0: 000000003e766310 000000003e766310
0x000000000216be00: 0000000000000001 0000000000000000
0x000000000216be10: 0000000000000000 000007fefbda3fe1
Instructions: (pc=0x000007fefbdeb770)
0x000007fefbdeb760: 8b 5b 3c 41 83 fb ff 74 32 48 8b 87 78 01 00 00
0x000007fefbdeb770: 44 2b 58 3c 45 3b df 7f 05 41 3b ef 75 1d 0f b7
Stack: [0x0000000002070000,0x0000000002170000], sp=0x000000000216bd20,
free space=3ef0000000000000000k
Native frames: (J=compiled Java code, j=interpreted, Vv=VM code, C=native
code)
C [COMCTL32.dll+0xdb770]
[error occurred during error reporting (printing native stack), id
0xc0000005]
Java frames: (J=compiled Java code, j=interpreted, Vv=VM code)
j
org.eclipse.swt.internal.win32.OS.GetOpenFileNameW(Lorg/eclipse/swt/internal/win32/OPENFILENAME;)Z+0
j
org.eclipse.swt.internal.win32.OS.GetOpenFileName(Lorg/eclipse/swt/internal/win32/OPENFILENAME;)Z+7
j org.eclipse.swt.widgets.FileDialog.open()Ljava/lang/String;+896
j org.drools.eclipse.debug.actions.OpenLogAction.run()V+45
j
org.eclipse.jface.action.Action.runWithEvent(Lorg/eclipse/swt/widgets/Event;)V+1
j
org.eclipse.jface.action.ActionContributionItem.handleWidgetSelection(Lorg/eclipse/swt/widgets/Event;Z)V+354
j
org.eclipse.jface.action.ActionContributionItem.access$2(Lorg/eclipse/jface/action/ActionContributionItem;Lorg/eclipse/swt/widgets/Event;Z)V+3
j
org.eclipse.jface.action.ActionContributionItem$6.handleEvent(Lorg/eclipse/swt/widgets/Event;)V+60
J
org.eclipse.swt.widgets.EventTable.sendEvent(Lorg/eclipse/swt/widgets/Event;)V
j
org.eclipse.swt.widgets.Widget.sendEvent(Lorg/eclipse/swt/widgets/Event;)V+25
j org.eclipse.swt.widgets.Display.runDeferredEvents()Z+92
j org.eclipse.swt.widgets.Display.readAndDispatch()Z+69
j
org.eclipse.ui.internal.Workbench.runEventLoop(Lorg/eclipse/jface/window/Window$IExceptionHandler;Lorg/eclipse/swt/widgets/Display;)V+9
j org.eclipse.ui.internal.Workbench.runUI()I+555
j
org.eclipse.ui.internal.Workbench.access$4(Lorg/eclipse/ui/internal/Workbench;)I+1
j org.eclipse.ui.internal.Workbench$7.run()V+55
j
org.eclipse.core.databinding.observable.Realm.runWithDefault(Lorg/eclipse/core/databinding/observable/Realm;Ljava/lang/Runnable;)V+12
j
org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Lorg/eclipse/swt/widgets/Display;Lorg/eclipse/ui/application/WorkbenchAdvisor;)I+18
j
org.eclipse.ui.PlatformUI.createAndRunWorkbench(Lorg/eclipse/swt/widgets/Display;Lorg/eclipse/ui/application/WorkbenchAdvisor;)I+2
j
org.eclipse.ui.internal.ide.application.IDEApplication.start(Lorg/eclipse/equinox/app/IApplicationContext;)Ljava/lang/Object;+99
j
org.eclipse.equinox.internal.app.EclipseAppHandle.run(Ljava/lang/Object;)Ljava/lang/Object;+135
j
org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(Ljava/lang/Object;)Ljava/lang/Object;+103
j
org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(Ljava/lang/Object;)Ljava/lang/Object;+29
j
org.eclipse.core.runtime.adaptor.EclipseStarter.run(Ljava/lang/Object;)Ljava/lang/Object;+149
j
org.eclipse.core.runtime.adaptor.EclipseStarter.run([Ljava/lang/String;Ljava/lang/Runnable;)Ljava/lang/Object;+183
v ~StubRoutines::call_stub
j
sun.reflect.NativeMethodAccessorImpl.invoke0(Ljava/lang/reflect/Method;Ljava/lang/Object;[Ljava/lang/Object;)Ljava/lang/Object;+0
j
sun.reflect.NativeMethodAccessorImpl.invoke(Ljava/lang/Object;[Ljava/lang/Object;)Ljava/lang/Object;+87
j
sun.reflect.DelegatingMethodAccessorImpl.invoke(Ljava/lang/Object;[Ljava/lang/Object;)Ljava/lang/Object;+6
j
java.lang.reflect.Method.invoke(Ljava/lang/Object;[Ljava/lang/Object;)Ljava/lang/Object;+161
j
org.eclipse.equinox.launcher.Main.invokeFramework([Ljava/lang/String;[Ljava/net/URL;)V+211
j org.eclipse.equinox.launcher.Main.basicRun([Ljava/lang/String;)V+126
j org.eclipse.equinox.launcher.Main.run([Ljava/lang/String;)I+4
j org.eclipse.equinox.launcher.Main.main([Ljava/lang/String;)V+10
v ~StubRoutines::call_stub
--------------- P R O C E S S ---------------
Java Threads: ( => current thread )
0x00000000383cc800 JavaThread "[ThreadPool Manager] - Idle Thread" daemon
[_thread_blocked, id=14848, stack(0x000000003ec20000,0x000000003ed20000)]
0x00000000383d2800 JavaThread "Worker-5" [_thread_blocked, id=16024,
stack(0x000000003deb0000,0x000000003dfb0000)]
0x00000000383c9000 JavaThread "Worker-4" [_thread_blocked, id=15812,
stack(0x000000003ddb0000,0x000000003deb0000)]
0x00000000383cb800 JavaThread "Worker-3" [_thread_blocked, id=15960,
stack(0x000000003dcb0000,0x000000003ddb0000)]
0x00000000383d2000 JavaThread "Bundle File Closer" daemon
[_thread_blocked, id=14984, stack(0x000000003c5c0000,0x000000003c6c0000)]
0x00000000383ce000 JavaThread
"org.eclipse.jdt.internal.ui.text.JavaReconciler" daemon [_thread_blocked,
id=7664, stack(0x000000003c480000,0x000000003c580000)]
0x00000000383cc000 JavaThread "Worker-2" [_thread_blocked, id=16068,
stack(0x000000003b710000,0x000000003b810000)]
0x00000000383ca800 JavaThread "Java indexing" daemon [_thread_blocked,
id=14944, stack(0x000000003b480000,0x000000003b580000)]
0x000000003655c800 JavaThread "Worker-1" [_thread_blocked, id=6244,
stack(0x0000000039050000,0x0000000039150000)]
0x00000000378cf000 JavaThread "Worker-0" [_thread_blocked, id=15424,
stack(0x000000003b280000,0x000000003b380000)]
0x000000003779a800 JavaThread "Worker-JM" [_thread_blocked, id=14808,
stack(0x0000000038ee0000,0x0000000038fe0000)]
0x0000000037b08800 JavaThread "[Timer] - Main Queue Handler" daemon
[_thread_blocked, id=15924, stack(0x0000000038c80000,0x0000000038d80000)]
0x00000000379ff800 JavaThread "Framework Event Dispatcher" daemon
[_thread_blocked, id=15944, stack(0x0000000038de0000,0x0000000038ee0000)]
0x0000000037a69800 JavaThread "Start Level Event Dispatcher" daemon
[_thread_blocked, id=14332, stack(0x0000000038b80000,0x0000000038c80000)]
0x00000000373c8800 JavaThread "State Data Manager" daemon
[_thread_blocked, id=14796, stack(0x0000000038a80000,0x0000000038b80000)]
0x0000000035cd4000 JavaThread "Low Memory Detector" daemon
[_thread_blocked, id=16260, stack(0x0000000036270000,0x0000000036370000)]
0x0000000035cc1000 JavaThread "CompilerThread1" daemon [_thread_blocked,
id=15484, stack(0x0000000036170000,0x0000000036270000)]
0x000000000052b800 JavaThread "CompilerThread0" daemon [_thread_blocked,
id=15472, stack(0x0000000036070000,0x0000000036170000)]
0x0000000000521000 JavaThread "Attach Listener" daemon [_thread_blocked,
id=16224, stack(0x0000000035f70000,0x0000000036070000)]
0x0000000000520000 JavaThread "Signal Dispatcher" daemon [_thread_blocked,
id=16256, stack(0x0000000035e70000,0x0000000035f70000)]
0x000000000050d000 JavaThread "Finalizer" daemon [_thread_blocked,
id=13668, stack(0x0000000035b70000,0x0000000035c70000)]
0x0000000000504000 JavaThread "Reference Handler" daemon [_thread_blocked,
id=14976, stack(0x0000000035a70000,0x0000000035b70000)]
=>0x000000000030b800 JavaThread "main" [_thread_in_native, id=14688,
stack(0x0000000002070000,0x0000000002170000)]
Other Threads:
0x00000000004ff800 VMThread [stack: 0x0000000035970000,0x0000000035a70000]
[id=15608]
0x0000000035ce7800 WatcherThread [stack:
0x0000000036370000,0x0000000036470000] [id=15452]
VM state:not at safepoint (normal execution)
VM Mutex/Monitor currently owned by a thread: None
Heap
PSYoungGen total 147328K, used 69436K [0x000000002a790000,
0x0000000035230000, 0x0000000035230000)
eden space 130816K, 40% used
[0x000000002a790000,0x000000002db43f60,0x0000000032750000)
from space 16512K, 99% used
[0x0000000034210000,0x000000003522b3b8,0x0000000035230000)
to space 21952K, 0% used
[0x0000000032750000,0x0000000032750000,0x0000000033cc0000)
PSOldGen total 56256K, used 43747K [0x0000000015230000,
0x0000000018920000, 0x000000002a790000)
object space 56256K, 77% used
[0x0000000015230000,0x0000000017ce8d60,0x0000000018920000)
PSPermGen total 120832K, used 80504K [0x0000000005230000,
0x000000000c830000, 0x0000000015230000)
object space 120832K, 66% used
[0x0000000005230000,0x000000000a0ce2c0,0x000000000c830000)
Dynamic libraries:
0x0000000000400000 - 0x000000000042e000 C:\Windows\system32\javaw.exe
0x0000000077170000 - 0x000000007731b000 C:\Windows\SYSTEM32\ntdll.dll
0x0000000077050000 - 0x000000007716f000 C:\Windows\system32\kernel32.dll
0x000007fefd430000 - 0x000007fefd49b000 C:\Windows\system32\KERNELBASE.dll
0x000007fefed50000 - 0x000007fefee2b000 C:\Windows\system32\ADVAPI32.dll
0x000007fefdac0000 - 0x000007fefdb5f000 C:\Windows\system32\msvcrt.dll
0x000007fefdb60000 - 0x000007fefdb7f000 C:\Windows\SYSTEM32\sechost.dll
0x000007feff2b0000 - 0x000007feff3de000 C:\Windows\system32\RPCRT4.dll
0x0000000076f50000 - 0x000000007704a000 C:\Windows\system32\USER32.dll
0x000007fefee30000 - 0x000007fefee97000 C:\Windows\system32\GDI32.dll
0x000007fefd8b0000 - 0x000007fefd8be000 C:\Windows\system32\LPK.dll
0x000007fefd4a0000 - 0x000007fefd56a000 C:\Windows\system32\USP10.dll
0x000007fefdb80000 - 0x000007fefdbae000 C:\Windows\system32\IMM32.DLL
0x000007fefeea0000 - 0x000007fefefa9000 C:\Windows\system32\MSCTF.dll
0x000000006d7f0000 - 0x000000006dec1000 C:\Program
Files\Java\jre6\bin\server\jvm.dll
0x000007fefb3e0000 - 0x000007fefb41b000 C:\Windows\system32\WINMM.dll
0x000000006d760000 - 0x000000006d76e000 C:\Program
Files\Java\jre6\bin\verify.dll
0x000000006d3b0000 - 0x000000006d3d7000 C:\Program
Files\Java\jre6\bin\java.dll
0x000000006d310000 - 0x000000006d31a000 C:\Program
Files\Java\jre6\bin\hpi.dll
0x0000000077330000 - 0x0000000077337000 C:\Windows\system32\PSAPI.DLL
0x000000006d7b0000 - 0x000000006d7c2000 C:\Program
Files\Java\jre6\bin\zip.dll
0x000007fefcb50000 - 0x000007fefcb67000 C:\Windows\system32\CRYPTSP.dll
0x000007fefc660000 - 0x000007fefc6a7000 C:\Windows\system32\rsaenh.dll
0x000007fefc410000 - 0x000007fefc42e000 C:\Windows\system32\USERENV.dll
0x000007fefd0d0000 - 0x000007fefd0df000 C:\Windows\system32\profapi.dll
0x000007fefcfc0000 - 0x000007fefcfcf000 C:\Windows\system32\CRYPTBASE.dll
0x000000006d600000 - 0x000000006d617000 C:\Program
Files\Java\jre6\bin\net.dll
0x000007fefea40000 - 0x000007fefea8d000 C:\Windows\system32\WS2_32.dll
0x000007fefea90000 - 0x000007fefea98000 C:\Windows\system32\NSI.dll
0x000007fefc900000 - 0x000007fefc954000 C:\Windows\system32\mswsock.dll
0x000007fefc8f0000 - 0x000007fefc8f7000 C:\Windows\System32\wship6.dll
0x000007fefb1c0000 - 0x000007fefb1d5000 C:\Windows\system32\NLAapi.dll
0x000007fefc780000 - 0x000007fefc7db000 C:\Windows\system32\DNSAPI.dll
0x000007fef90a0000 - 0x000007fef90ab000 C:\Windows\System32\winrnr.dll
0x000007fef9080000 - 0x000007fef9095000 C:\Windows\system32\napinsp.dll
0x000007fef9060000 - 0x000007fef9079000 C:\Windows\system32\pnrpnsp.dll
0x000007fef9050000 - 0x000007fef9060000 C:\Windows\system32\wshbth.dll
0x000007fefc300000 - 0x000007fefc307000 C:\Windows\System32\wshtcpip.dll
0x000007fef9c00000 - 0x000007fef9c27000 C:\Windows\system32\IPHLPAPI.DLL
0x000007fef9bf0000 - 0x000007fef9bfb000 C:\Windows\system32\WINNSI.DLL
0x000007fef90b0000 - 0x000007fef90b8000 C:\Windows\system32\rasadhlp.dll
0x000007fef9a30000 - 0x000007fef9a83000 C:\Windows\System32\fwpuclnt.dll
0x0000000072000000 - 0x0000000072012000 C:\Program
Files\eclipse\plugins\org.eclipse.equinox.launcher.win32.win32.x86_64_1.1.0.v20100503\eclipse_1307.dll
0x000007fefbd10000 - 0x000007fefbf04000
C:\Windows\WinSxS\amd64_microsoft.windows.common-controls_6595b64144ccf1df_6.0.7600.16661_none_fa62ad231704eab7\COMCTL32.dll
0x000007fefe9c0000 - 0x000007fefea31000 C:\Windows\system32\SHLWAPI.dll
0x000007fefc230000 - 0x000007fefc23c000 C:\Windows\system32\VERSION.dll
0x000007fefb800000 - 0x000007fefb856000 C:\Windows\system32\uxtheme.dll
0x0000000036880000 - 0x00000000368e5000 C:\Program Files\WIDCOMM\Bluetooth
Software\btmmhook.dll
0x000007fefdc30000 - 0x000007fefe9b6000 C:\Windows\system32\SHELL32.dll
0x000007fefd6a0000 - 0x000007fefd8a2000 C:\Windows\system32\ole32.dll
0x000007fefeaa0000 - 0x000007fefeb77000 C:\Windows\system32\OLEAUT32.dll
0x000000006d620000 - 0x000000006d62b000 C:\Program
Files\Java\jre6\bin\nio.dll
0x00000000370d0000 - 0x000000003716b000 C:\Program
Files\eclipse\configuration\org.eclipse.osgi\bundles\564\1\.cp\swt-win32-3650.dll
0x000007feff3e0000 - 0x000007feff478000 C:\Windows\system32\comdlg32.dll
0x000007fefd570000 - 0x000007fefd69a000 C:\Windows\system32\WININET.dll
0x0000000077340000 - 0x0000000077343000 C:\Windows\system32\Normaliz.dll
0x000007fefebd0000 - 0x000007fefed48000 C:\Windows\system32\urlmon.dll
0x000007fefd180000 - 0x000007fefd2e6000 C:\Windows\system32\CRYPT32.dll
0x000007fefd170000 - 0x000007fefd17f000 C:\Windows\system32\MSASN1.dll
0x000007feff050000 - 0x000007feff2a8000 C:\Windows\system32\iertutil.dll
0x000007fefb420000 - 0x000007fefb438000 C:\Windows\system32\dwmapi.dll
0x0000000036ad0000 - 0x0000000036aee000 C:\Program
Files\eclipse\configuration\org.eclipse.osgi\bundles\564\1\.cp\swt-gdip-win32-3650.dll
0x000007fefb5e0000 - 0x000007fefb7f5000
C:\Windows\WinSxS\amd64_microsoft.windows.gdiplus_6595b64144ccf1df_1.1.7600.16385_none_2b4f45e87195fcc4\gdiplus.dll
0x000007fefad50000 - 0x000007fefae7a000
C:\Windows\system32\WindowsCodecs.dll
0x0000000036c00000 - 0x0000000036c12000 C:\Program
Files\eclipse\configuration\org.eclipse.osgi\bundles\68\1\.cp\os\win32\x86_64\localfile_1_0_0.dll
0x000007fefa4a0000 - 0x000007fefa4f4000 C:\Windows\system32\oleacc.dll
0x000007fefb910000 - 0x000007fefba3c000 C:\Windows\system32\propsys.dll
0x000007fefefb0000 - 0x000007feff049000 C:\Windows\system32\CLBCatQ.DLL
0x000007fef43f0000 - 0x000007fef45ba000
C:\Windows\system32\explorerframe.dll
0x000007fefb490000 - 0x000007fefb4d3000 C:\Windows\system32\DUser.dll
0x000007fefb4e0000 - 0x000007fefb5d2000 C:\Windows\system32\DUI70.dll
0x000007fefd0b0000 - 0x000007fefd0c4000 C:\Windows\system32\RpcRtRemote.dll
0x000007fef9fc0000 - 0x000007fef9ffb000 C:\Windows\system32\mlang.dll
0x000007fef79d0000 - 0x000007fef79d7000 C:\Windows\system32\msimg32.dll
0x000007fefaa90000 - 0x000007fefaaa1000 C:\Program
Files\eclipse\configuration\org.eclipse.osgi\bundles\71\1\.cp\jWinHttp-1.0.0.dll
0x000007fef8790000 - 0x000007fef87fe000 C:\Windows\system32\WINHTTP.dll
0x000007fef8720000 - 0x000007fef8784000 C:\Windows\system32\webio.dll
0x000007fef9b00000 - 0x000007fef9b11000 C:\Windows\system32\dhcpcsvc6.DLL
0x000007fef9ae0000 - 0x000007fef9af8000 C:\Windows\system32\dhcpcsvc.DLL
0x000007fefcf30000 - 0x000007fefcf55000 C:\Windows\system32\SspiCli.dll
0x000007fefc520000 - 0x000007fefc529000 C:\Windows\system32\credssp.dll
0x000007fefd3b0000 - 0x000007fefd3e6000 C:\Windows\system32\CFGMGR32.dll
0x000007fefd8c0000 - 0x000007fefda97000 C:\Windows\system32\SETUPAPI.dll
0x000007fefd2f0000 - 0x000007fefd30a000 C:\Windows\system32\DEVOBJ.dll
0x000007fefc200000 - 0x000007fefc22d000 C:\Windows\system32\ntmarta.dll
0x000007fefeb80000 - 0x000007fefebd0000 C:\Windows\system32\WLDAP32.dll
0x000007fefcf60000 - 0x000007fefcfb7000 C:\Windows\system32\apphelp.dll
0x000007fefb8f0000 - 0x000007fefb8f9000 C:\Windows\system32\msiltcfg.dll
0x000007fef8c20000 - 0x000007fef8f36000 C:\Windows\system32\msi.dll
0x0000000074ca0000 - 0x0000000074ca3000 C:\Windows\system32\SFC.DLL
0x000007fef88f0000 - 0x000007fef8900000 C:\Windows\system32\sfc_os.DLL
0x000007fefab00000 - 0x000007fefab17000 C:\Program
Files\Xerox\DSClient\DSCpHook.dll
0x000000006edf0000 - 0x000000006ee8d000
C:\Windows\WinSxS\amd64_microsoft.vc90.crt_1fc8b3b9a1e18e3b_9.0.30729.4926_none_08e1a05ba83fe554\MSVCR90.dll
0x000000003e2f0000 - 0x000000003e37c000 C:\Program Files\WIDCOMM\Bluetooth
Software\btncopy.dll
0x000007fef5960000 - 0x000007fef59e0000 C:\Windows\system32\ntshrui.dll
0x000007fefccc0000 - 0x000007fefcce3000 C:\Windows\system32\srvcli.dll
0x000007fef8660000 - 0x000007fef866f000 C:\Windows\system32\cscapi.dll
0x000007fefb0c0000 - 0x000007fefb0cb000 C:\Windows\system32\slc.dll
0x000000003e480000 - 0x000000003e4b4000 C:\Program Files
(x86)\WinSCP\DragExt64.dll
0x000007fefc590000 - 0x000007fefc59c000 C:\Windows\system32\netutils.dll
0x000007fefab80000 - 0x000007fefab8c000 C:\Windows\system32\LINKINFO.dll
0x000007fef9ce0000 - 0x000007fef9cfd000 C:\Windows\system32\mssprxy.dll
0x000007fef94b0000 - 0x000007fef94e5000 C:\Windows\system32\EhStorShell.dll
0x000007fef59e0000 - 0x000007fef5a5e000 C:\Windows\System32\cscui.dll
0x000007fef9fb0000 - 0x000007fef9fbc000 C:\Windows\System32\CSCDLL.dll
0x000007fef4280000 - 0x000007fef4346000 C:\Windows\system32\MsftEdit.dll
0x000007fef6b90000 - 0x000007fef6bcb000 C:\Windows\system32\msls31.dll
0x000007fefb130000 - 0x000007fefb165000 C:\Windows\system32\xmllite.dll
0x000007fef4d00000 - 0x000007fef4d7b000
C:\Windows\System32\StructuredQuery.dll
0x000007fefcd60000 - 0x000007fefcd6b000 C:\Windows\System32\Secur32.dll
0x000007fefc040000 - 0x000007fefc12e000 C:\Windows\system32\actxprxy.dll
0x000007fef0ba0000 - 0x000007fef0c13000 C:\Program Files\Internet
Explorer\ieproxy.dll
0x000007fefa350000 - 0x000007fefa36f000 C:\Windows\system32\thumbcache.dll
0x000007fefb8a0000 - 0x000007fefb8d3000 C:\Windows\system32\SHDOCVW.dll
0x000007fef2ca0000 - 0x000007fef3872000 C:\Windows\system32\ieframe.DLL
0x000007fef4990000 - 0x000007fef4a65000
C:\Windows\system32\SearchFolder.dll
0x0000000180000000 - 0x00000001803c7000 C:\Program
Files\Xerox\DSClient\DSNSX.dll
0x000000003f290000 - 0x000000003f2a6000 C:\Windows\system32\zlib1.dll
0x0000000074dc0000 - 0x0000000074e89000
C:\Windows\WinSxS\amd64_microsoft.vc80.crt_1fc8b3b9a1e18e3b_8.0.50727.4927_none_88dce9872fb18caf\MSVCR80.dll
0x000000006e950000 - 0x000000006ea23000
C:\Windows\WinSxS\amd64_microsoft.vc90.crt_1fc8b3b9a1e18e3b_9.0.30729.4926_none_08e1a05ba83fe554\MSVCP90.dll
0x000007fef4f40000 - 0x000007fef50dc000
C:\Windows\system32\NetworkExplorer.dll
VM Arguments:
jvm_args: -Dosgi.requiredJavaVersion=1.5 -Xms40m -Xmx512m
-XX:MaxPermSize=256m
java_command: C:\Program
Files\eclipse\plugins/org.eclipse.equinox.launcher_1.1.0.v20100507.jar -os
win32 -ws win32 -arch x86_64 -showsplash -launcher C:\Program
Files\eclipse\eclipse.exe -name Eclipse --launcher.library C:\Program
Files\eclipse\plugins/org.eclipse.equinox.launcher.win32.win32.x86_64_1.1.0.v20100503\eclipse_1307.dll
-startup C:\Program
Files\eclipse\plugins/org.eclipse.equinox.launcher_1.1.0.v20100507.jar
-exitdata 3f5c_58 -product org.eclipse.epp.package.jee.product -vm
C:\Windows\system32\javaw.exe -vmargs -Dosgi.requiredJavaVersion=1.5 -Xms40m
-Xmx512m -XX:MaxPermSize=256m -jar C:\Program
Files\eclipse\plugins/org.eclipse.equinox.launcher_1.1.0.v20100507.jar
Launcher Type: SUN_STANDARD
Environment Variables:
JAVA_HOME=C:\Program Files (x86)\Java\jdk1.6.0_17
PATH=C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem;C:\Windows\System32\WindowsPowerShell\v1.0\;c:\Program
Files (x86)\Microsoft SQL Server\100\Tools\Binn\;c:\Program Files\Microsoft
SQL Server\100\Tools\Binn\;c:\Program Files\Microsoft SQL
Server\100\DTS\Binn\;c:\cygwin\bin;C:\Tools\apache-ant-1.8.0RC1\bin;C:\Program
Files\WIDCOMM\Bluetooth Software\;C:\Program Files\WIDCOMM\Bluetooth
Software\syswow64;
USERNAME=dmacesic
OS=Windows_NT
PROCESSOR_IDENTIFIER=Intel64 Family 6 Model 23 Stepping 10, GenuineIntel
--------------- S Y S T E M ---------------
OS: Windows 7 Build 7600
CPU:total 2 (2 cores per cpu, 1 threads per core) family 6 model 23 stepping
10, cmov, cx8, fxsr, mmx, sse, sse2, sse3, ssse3, sse4.1
Memory: 4k page, physical 4148396k(1674804k free), swap 8294892k(4938944k
free)
vm_info: Java HotSpot(TM) 64-Bit Server VM (17.0-b17) for windows-amd64 JRE
(1.6.0_21-b07), built on Jul 17 2010 01:05:36 by "java_re" with MS VC++ 8.0
(VS2005)
time: Mon Nov 15 11:27:57 2010
elapsed time: 47 seconds
--
View this message in context: http://drools-java-rules-engine.46999.n3.nabble.com/Eclipse-5-1-1-plugin-...
Sent from the Drools - User mailing list archive at Nabble.com.
14 years
pass parameters when starting process on gwt-console-server
by melc
Hello everyone!!
Is it possible to pass parameters to gwt-console-server when starting a
process??
>From code I noticed that calling the service
/gwt-console-server/rs/process/definition/{id}/new_instance , the class
org.jboss.bpm.console.server.ProcessMgmtFacade does not accept parameters
and only calls
instance = getProcessManagement().newInstance(definitionId); which gives
null for parameters in startProcess(..) method.
So, is there a service that accepts parameters when starting a process?
Is it possible to access the knowledge session used by the
gwt-console-server in order to pass parameters ?
Is there some other way maybe??i.e. adding a fact to the working memory?
Initially if it is possible I would prefer to avoid editing any code i.e.
ProcessMgmtFacade or DroolsFlowCommandDelegate
I would appreciate any help, comments and suggestions
thank you for your time
--
View this message in context: http://drools-java-rules-engine.46999.n3.nabble.com/pass-parameters-when-...
Sent from the Drools - User mailing list archive at Nabble.com.
14 years