Re: [rules-users] GWT Console issue

2010-03-18 Thread nanic23

Hi ram ram,

Thanks for the tip. That worked and I was able to run my process!!!

Now, I am trying to get the graphical and reporting capabilities working. 

When I run the process it sits in a wait state for a little bit and while it
is in RUNNING state I'm trying to get the graphical representation of the
process and the indication where in the flow exactly is the process sitting.
I believe this is through the button diagram available for the process
instance while in state RUNNING.
But when I click on diagram i get a message saying that there is no
diagram associated with this process.

- Do you know if I'm missing something here? Should that be available out of
the box or I need to enable/configure something? How do I associate a
diagram to my process if that is what I need to do?

- I am also planing to move on into reporting I have already set up birt
and the report examples...I am trying to get birt pointing to MySQL because
there is where I have my hystorylog table now. Of course, I'm getting some
errors which I will specify later if I don't solve them. But I was wondering
if you had enabled reporting successfully and if you have any tips or
direction on this.

Thanks a lot, any comments are very welcome.
-- 
View this message in context: 
http://n3.nabble.com/GWT-Console-issue-tp448038p455638.html
Sent from the Drools - User 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] GWT Console issue

2010-03-16 Thread ramram

Hi nanic,

   I have passed through the same issue while configuring the GWT console.
Below are my comments:

   1- WARN  [org.jboss.bpm.console.server.plugin.PluginMgr] Unable to load
plugin: 'org.jboss.bpm.console.server.plugin.ProcessEnginePlugin'  this is
not the reason of the error I had the warn message.

   2- Concerning the other issue you have a missing persistence that you
must add. check if the ProcessInstanceInfo  is found in the following path:

\deploy\gwt-console-server-drools-5.1.0.R1.war\WEB-INF\classes\META-INF\persistence.xml

Regards,
Ram
-- 
View this message in context: 
http://n3.nabble.com/GWT-Console-issue-tp448038p451225.html
Sent from the Drools - User 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] GWT Console issue

2010-03-15 Thread ramram

Hi nanic,

   The gwt-server-console.jar contains 2 javaassit jar files. I have deleted
both these jars and used only 1 javassist.jar file in the JBOSS lib folder.
Try it 
   

Regards,
Ram
-- 
View this message in context: 
http://n3.nabble.com/GWT-Console-issue-tp448038p449169.html
Sent from the Drools - User mailing list archive at Nabble.com.
___
rules-users mailing list
rules-users@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/rules-users