problem with json array
                                
                                
                                
                                    
                                        by souri datta
                                    
                                
                                
                                        Hi,
 I am a newbie to Jbpm. I am trying to write a HelloWorld kind of program in
Jbpm. It works properly, but when i pass a json input file which contains
some json array, then , my jbpm cribs about some varibale issue:
* org.hibernate.HibernateException: Unable to resolve entity name from Class
[org.jbpm.pvm.internal.type.variable.UnpersistableVariable] expected
instance/subclass of [org.jbpm.pvm.internal.type.Variable]*
*
*
The iput json i am passing is some like:
{
 "a":"b",
 "some.var" : [
                          {
                             .....
                          },
                          {
                            .....
                          }
                        ]
 }
when i remove "some.var" (json array) from input json config, it again works
properly.
any help on this would be greatly appreciated.
Thanks in advance,
Souri
                                
                         
                        
                                
                                14 years, 7 months
                        
                        
                 
         
 
        
            
        
        
        
                
                        
                                
                                
                                        
                                
                         
                        
                                
                                
                                        
                                                
                                        
                                        
                                        Could you please provide some directions?
                                
                                
                                
                                    
                                        by Richard Gomes
                                    
                                
                                
                                        Hi jBPM developers,
Thank you guys a lot for jBPM5 !
I liked certain things... in particular BeanShell scripting.
Just a quick background about me:
I can call myself a Core Java developer with a lot of "random skills" 
spread from Assembly language to IBM/X10 ( http://x10-lang.org ), 
databases, etc, etc. With so many different skills (not being expert on 
nothing!), I'm trying to reduce the number of new things to be learned 
whilst playing with jBPM5 (and become non-specialist on even more things).
I'm not a web developer, definitely not. And I'm not planning to become 
one, in spite I understand I will have to have my hands dirty with GWT 
(or even Vaadin?) in future, at a certain point.
I'd like to have "kind of jbpm-console" but without the typical look and 
feel of a BPM console, I mean: without the Inbox and other queues, etc. 
Could you please give me some ideas and/or directions about this?
I think my process could run under a single user (from jBPM5 
perspective).  Web users would authenticate at a certain point but I 
guess authentication could be stored internally as a variable 
(authenticated email address).
Any direction is much, much appreciated.
Thanks a lot and regards
-- 
Richard Gomes
http://www.jquantlib.org/index.php/User:RichardGomes
twitter: frgomes
JQuantLib is a library for Quantitative Finance written in Java.
http://www.jquantlib.com/
twitter: jquantlib
                                
                         
                        
                                
                                14 years, 7 months
                        
                        
                 
         
 
        
            
        
        
        
                
                        
                                
                                
                                        
                                
                         
                        
                                
                                
                                        
                                                
                                        
                                        
                                        Re: [jbpm-dev] jbpm-dev Digest, Vol 29, Issue 1
                                
                                
                                
                                    
                                        by muralidhar sortur
                                    
                                
                                
                                        Hi Mauricio Salatino,
Going ahead i will take such topics in user forums/mailing lists , sorry for posting it here. 
Basically jbpm workflow interact with data base and keep flow status updated, I wanted to checkout  if there are any tool developed around this which helps end user 
graphically monitor the flow. Krish Vertaenen Pointed out  on 
JBPM konsole, I was looking similar  docs.
thanks 
Murali
From: "jbpm-dev-request(a)lists.jboss.org" <jbpm-dev-request(a)lists.jboss.org>
To: jbpm-dev(a)lists.jboss.org
Cc: 
Sent: Wednesday, March 9, 2011 10:30 PM
Subject: jbpm-dev Digest, Vol 29, Issue 1
Send jbpm-dev mailing list submissions to
    jbpm-dev(a)lists.jboss.org
To subscribe or unsubscribe via the World Wide Web, visit
    https://lists.jboss.org/mailman/listinfo/jbpm-dev
or, via email, send a message with subject or body 'help' to
    jbpm-dev-request(a)lists.jboss.org
You can reach the person managing the list at
    jbpm-dev-owner(a)lists.jboss.org
When replying, please edit your Subject line so it is more specific
than "Re: Contents of jbpm-dev digest..."
Today's Topics:
   1. JBPM workflow monitor tool (muralidhar sortur)
   2. Re: JBPM workflow monitor tool (Mauricio Salatino)
   3. Re: JBPM workflow monitor tool (Kris Verlaenen)
----------------------------------------------------------------------
Message: 1
Date: Wed, 9 Mar 2011 00:16:52 -0800 (PST)
From: muralidhar sortur <muralidhar.sortur(a)yahoo.com>
Subject: [jbpm-dev] JBPM workflow monitor tool
To: "jbpm-dev(a)lists.jboss.org" <jbpm-dev(a)lists.jboss.org>
Message-ID: <561388.281.qm(a)web120020.mail.ne1.yahoo.com>
Content-Type: text/plain; charset="utf-8"
Hi ,
I am using JBPM work flow for a while now, i wish to know is there any opensource project for real time workflow monitoring, and stats collection from jbpm nodes. Basically i am looking for some monitoring tool which can give status and stats of my JBPM workflow,  similar to what nagios is offering for resource/process monitoring.
thanks
Murali
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.jboss.org/pipermail/jbpm-dev/attachments/20110309/508defef/a... 
------------------------------
Message: 2
Date: Wed, 9 Mar 2011 08:31:17 -0300
From: Mauricio Salatino <salaboy(a)gmail.com>
Subject: Re: [jbpm-dev] JBPM workflow monitor tool
To: muralidhar sortur <muralidhar.sortur(a)yahoo.com>
Cc: "jbpm-dev(a)lists.jboss.org" <jbpm-dev(a)lists.jboss.org>
Message-ID:
    <AANLkTi=P52v0HHzRLevJBnU1ZHMfDpFx1QSR2VaLCDX1(a)mail.gmail.com>
Content-Type: text/plain; charset="iso-8859-1"
Hi,
First of all this is a developer mailing list, you should ask this kind of
questions in user forums or mailing lists.
About the monitoring, jBPM5 provides you a set of APIs to gather information
about what is happening in your processes.
Is that kind of tool that you are looking for?
Greetings.
On Wed, Mar 9, 2011 at 5:16 AM, muralidhar sortur <
muralidhar.sortur(a)yahoo.com> wrote:
> Hi ,
>
> I am using JBPM work flow for a while now, i wish to know is there any
> opensource project for real time workflow monitoring, and stats collection
> from jbpm nodes. Basically i am looking for some monitoring tool which can
> give status and stats of my JBPM workflow,  similar to what nagios is
> offering for resource/process monitoring.
>
> thanks
> Murali
>
>
> _______________________________________________
> jbpm-dev mailing list
> jbpm-dev(a)lists.jboss.org
> https://lists.jboss.org/mailman/listinfo/jbpm-dev
>
>
-- 
- CTO @ http://www.plugtree.com
- MyJourney @ http://salaboy.wordpress.com
- Co-Founder @ http://www.jbug.com.ar
- Salatino "Salaboy" Mauricio -
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.jboss.org/pipermail/jbpm-dev/attachments/20110309/68d513ff/a... 
------------------------------
Message: 3
Date: Wed, 09 Mar 2011 16:13:45 +0100
From: Kris Verlaenen <kverlaen(a)redhat.com>
Subject: Re: [jbpm-dev] JBPM workflow monitor tool
To: muralidhar sortur <muralidhar.sortur(a)yahoo.com>
Cc: "jbpm-dev(a)lists.jboss.org" <jbpm-dev(a)lists.jboss.org>
Message-ID: <4D779929.6030408(a)redhat.com>
Content-Type: text/plain; charset=UTF-8; format=flowed
Hi,
There are numerous kinds of monitoring.  jBPM5 currently offers:
* A process management console for monitoring the progress of specific 
process instances,
https://hudson.jboss.org/hudson/job/jBPM5/lastSuccessfulBuild/artifact/ta...
* Reporting (based on Eclipse BIRT) where you can create custom reports 
(based on the history log and custom data) to show whatever you prefer.
https://hudson.jboss.org/hudson/job/jBPM5/lastSuccessfulBuild/artifact/ta...
The engine itself also exposes runtime information using JMX so this 
could be used and integrated by other monitoring tools as well.
Kris
muralidhar sortur wrote:
> Hi ,
>
> I am using JBPM work flow for a while now, i wish to know is there any 
> opensource project for real time workflow monitoring, and stats 
> collection from jbpm nodes. Basically i am looking for some monitoring 
> tool which can give status and stats of my JBPM workflow,  similar to 
> what nagios is offering for resource/process monitoring.
>
> thanks
> Murali
>
> ------------------------------------------------------------------------
>
> _______________________________________________
> jbpm-dev mailing list
> jbpm-dev(a)lists.jboss.org
> https://lists.jboss.org/mailman/listinfo/jbpm-dev
>  
------------------------------
_______________________________________________
jbpm-dev mailing list
jbpm-dev(a)lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jbpm-dev
End of jbpm-dev Digest, Vol 29, Issue 1
***************************************
                                
                         
                        
                                
                                14 years, 8 months
                        
                        
                 
         
 
        
            
        
        
        
                
                        
                        
                                
                                
                                        
                                                
                                        
                                        
                                        JBPM workflow monitor tool
                                
                                
                                
                                    
                                        by muralidhar sortur
                                    
                                
                                
                                        Hi ,
I am using JBPM work flow for a while now, i wish to know is there any opensource project for real time workflow monitoring, and stats collection from jbpm nodes. Basically i am looking for some monitoring tool which can give status and stats of my JBPM workflow,  similar to what nagios is offering for resource/process monitoring.
thanks
Murali
                                
                         
                        
                                
                                14 years, 8 months