[JBoss Tools Users] - re: where is a
by piotr.sobczyk
Rob, thanks for thorough answer, now I understand why "clean" button is not here.
anonymous wrote : But I can add the clean action to my view temporarily until I get around to removing the JBoss Servers View entirely =]
It would be really cool! :)
anonymous wrote : As for what "publish" does, some people run with the automatic publishing NOT enabled. This means when they make changes to their workspace, they do NOT publish the changes right away. These users love being in control of when the publish occurs, and prefer to have the button there to do it.
Hey, I didn't know about this! I will also switch for manual publishing, because system slowing down for several seconds every time I save is very irritating. I wish I knew about such option earlier but anyways good to know. And would id be hard to make JBoss Tools deploy application automatically when it's "dirty" (not synchronized with AS) and user wants to launch as opposed to everytime he saves it?
View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4261341#4261341
Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4261341
16 years, 8 months
[jBPM Users] - [jBPM4.1] Update hibernate-type process variables via form t
by markroy
In the Freemarker template attached to my task node, if I have a form field that references a process variable of a simple type, String e.g.,
[input type="text" name="stringProcVar" value="${stringProcVar}"]
the process variable stringProcVar is updated on form submit. However, if I have a form field that references 'objvar', a process variable that is of type 'hibernate entity with a string id':
[input type="text" name="objvar.property" value="${objvar.property}"]
the properties of 'objvar' are displayed correctly in the form. However, updates to the value (input field on form post) do not update objvar's properties. Instead, a new process variable is created:
(server.log)
DEBUG [org.jbpm.pvm.internal.model.ScopeInstanceImpl] (http-127.0.0.1-8080-5) create variable 'objvar.property' in 'execution[ESP-9]' with value 'abc123'
Is this something that should work? If so, what should the field 'name' property be set to?
Thanks,
Mark
View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4261335#4261335
Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4261335
16 years, 8 months