[Design of POJO Server] - Re: JBAS-6104; slow Seam deployments
by alesj
This stack trace provided by Marko shows the problem:
| at org.jboss.virtual.VFS.findChild(VFS.java:209)
| at org.jboss.virtual.plugins.vfs.VirtualFileURLConnection.resolveVirtualFile(VirtualFileURLConnection.java:129)
| at org.jboss.virtual.plugins.vfs.VirtualFileURLConnection.getVirtualFile(VirtualFileURLConnection.java:148)
| - locked <0x32416218> (a org.jboss.virtual.plugins.vfs.VirtualFileURLConnection)
| at org.jboss.virtual.plugins.vfs.VirtualFileURLConnection.getInputStream(VirtualFileURLConnection.java:99)
| at java.net.URL.openStream(URL.java:1009)
| at java.lang.ClassLoader.getResourceAsStream(ClassLoader.java:1161)
| at javassist.LoaderClassPath.openClassfile(LoaderClassPath.java:70)
| at javassist.ClassPoolTail.openClassfile(ClassPoolTail.java:335)
| at javassist.ClassPool.openClassfile(ClassPool.java:594)
| at javassist.CtClassType.getClassFile2(CtClassType.java:185)
| at javassist.CtClassType.getAnnotations(CtClassType.java:453)
| at javassist.CtClassType.getAvailableAnnotations(CtClassType.java:443)
| at org.jboss.deployers.plugins.annotations.GenericAnnotationResourceVisitor.handleCtClass(GenericAnnotationResourceVisitor.java:173)
| at org.jboss.deployers.plugins.annotations.GenericAnnotationResourceVisitor.handleCtClass(GenericAnnotationResourceVisitor.java:192)
It's javassist that hits VFSURLConnection a lot,
when trying to load annotations.
I'll see if I can re-write this to use VFS directly.
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4185352#4185352
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4185352
16 years, 5 months
[Design of JBoss jBPM] - Re: Analytical and operational dashboards
by kukeltje
"tom.baeyens(a)jboss.com" wrote : Or e.g. extract the right information from the users domain model in order to get the KPI's into a generic scheme and display them without coding a custom query that spans over jBPM and user tables.
How would you like to extract them without coding a custom query? Providing a java/webservice api in your application to retrieve the data? P
"camunda" wrote :
| - Some "probe" mechanism like Tom mentioned on transitions as somehow implemented by SeeWhy (but maybe less verbose for Ronald ;-))
|
Hey... I'm profesionally lazy :-)
"camunda" wrote :
| - Some BestPratcises / Basic working examples for PEntaho integrations, especially a basic cube layout and an Kettle ETL process for the jBPM log data
|
+1 (is +10 allowed to?) Maybe they are interested in helping out? Joint effort?
"camunda" wrote :
| - Some BPR reports for existing log data for generic performance indicators (process runtimes, task instance wait and run times, ...). This is what I think Heiko is working on at the moment, right?
|
My impression to
"camunda" wrote :
| - Some KPI descriptions like I mentioned earlier. Even if this may be a lot of domain data information, I think if the process processes this domain data anyway, it is not such a bad idea to calculate KPI's already out of that and send better business events to BAM (like SeeWhy does).
|
This would be the last on my list (priority wise)
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4185332#4185332
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4185332
16 years, 5 months
[Design of JBoss jBPM] - Re: Analytical and operational dashboards
by camunda
I think jBPM BI should be a mixture:
- Some "probe" mechanism like Tom mentioned on transitions as somehow implemented by SeeWhy (but maybe less verbose for Ronald ;-))
- Some BestPratcises / Basic working examples for PEntaho integrations, especially a basic cube layout and an Kettle ETL process for the jBPM log data
- Some BPR reports for existing log data for generic performance indicators (process runtimes, task instance wait and run times, ...). This is what I think Heiko is working on at the moment, right?
- Some KPI descriptions like I mentioned earlier. Even if this may be a lot of domain data information, I think if the process processes this domain data anyway, it is not such a bad idea to calculate KPI's already out of that and send better business events to BAM (like SeeWhy does).
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4185325#4185325
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4185325
16 years, 5 months
[Design of JBoss jBPM] - Re: Analytical and operational dashboards
by tom.baeyens@jboss.com
"kukeltje" wrote : The BI software (Sorry Heiko ;-)) should be able to (and e.g. Pentaho is to get that data from multiple datasources. Missed discount can vary per customer, heck even per 'special order', and in some cases there even might be penalties etc... Leave that data where it belongs... in the domain model.
|
yes, you are right. the special variable was not a good idea. instead the same principle of associating generic KPI values should be added to the jBPM BI database.
"kukeltje" wrote : Personally I do like it, but do not like to have to model those things in. Makes it look ugly. BEA ... every x seconds did a select from the database, ... and updated the metrics. Somehow, that just feels better
the logs that are generated by default will already enable a log of PKI metrics without modelling them explicitely in the process. But for some, you need to generate extra data. Or e.g. extract the right information from the users domain model in order to get the KPI's into a generic scheme and display them without coding a custom query that spans over jBPM and user tables.
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4185311#4185311
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4185311
16 years, 5 months