[Design of JBoss jBPM] - hibernate cache challenge
by tom.baeyens@jboss.com
the first that can explain me why hibernate logs indicate that it still goes to the DB after a cache hit gets a http://www.abbaye-de-leffe.be/SITES/abbaye-de-leffe.be/IMG/gif/brune.gif
10:49:22,031 FIN | [NonstrictReadWriteCache] Caching: org.jbpm.pvm.internal.model.ProcessDefinitionImpl#1
| 10:49:22,031 FIN | [NonstrictReadWriteCache] Cache lookup: org.jbpm.pvm.internal.model.ProcessDefinitionImpl.attachments#1
| 10:49:22,031 FIN | [NonstrictReadWriteCache] Cache hit
| 10:49:22,031 FIN | [SQL]
| /* load org.jbpm.pvm.internal.lob.LobCached */ select
| lobcached0_.DBID_ as DBID1_10_0_,
| lobcached0_.DBVERSION_ as DBVERSION2_10_0_,
| lobcached0_.BLOB_VALUE_ as BLOB3_10_0_,
| lobcached0_.BINARY_VALUE_ as BINARY4_10_0_,
| lobcached0_.CLOB_VALUE_ as CLOB5_10_0_,
| lobcached0_.TEXT_VALUE_ as TEXT6_10_0_
| from
| JBPM_LOB lobcached0_
| where
| lobcached0_.DBID_=?
| 10:49:22,031 FST | [LongType] binding '1' to parameter: 1
| 10:49:22,031 FST | [IntegerType] returning '0' as column: DBVERSION2_10_0_
| 10:49:22,031 FST | [BinaryType] returning null as column: BINARY4_10_0_
| 10:49:22,031 FST | [TextType] returning null as column: TEXT6_10_0_
View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4208426#4208426
Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4208426
17 years, 2 months
[Design of JBoss jBPM] - Re: oryx and jbpm
by kukeltje
Funny enough, I've been in contact with them as well (ok, just one mail).
I have two remarks though on two points from Heiko
b) Imo there is already a central process in many environments... cvs/svn that is needed anyway for most development processes. It would be harder, gouvernance wise to keep, two in sync regarding versioning etc...
c) I compared the orbeon editor and oryx and for my system I think I go for oryx. The reason for this is that I do not use orbeon for rendering the forms, but Chiba. The orbeon xforms editor is imo more mature and usable then the oryx one, at least for now. The orbeon one is html/form oriented and the oryx one is (ab)using an originally process/graphical oriented to 'try' to design form. So if you decided to go with orbeon for rendering xforms (if the choice is made to use xforms which I would applaude), then why not go with their editor.
My personal favourite is even a different direction. The JBoss VPE can be extended to display any type of html when a specific tag is encountered. See the Docbook example So also display xforms
View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4208336#4208336
Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4208336
17 years, 2 months