[jBPM Users] - Re: jbpm 4.1 - Pre and Post processing
by sebastian.s
I consider the jbpm-console to be more of a tool for administration, prototyping and monitoring especially because of the current state of the task forms which are still very limited.
The console only supports Freemarker templates. By pre and post events do you mean events before and after the task (events in the execution of the process) or are you talking about a taskform thing?
Because of my point of view stated above I'd advice you to do your own user interface programming. I just know that task forms are still very limited and have not really been using them. My forms are either part of Swing Applications or they are HTML-forms on a java server page.
For interesting articles always check the blogs of Ronald, Tom, Joram, Koen etc.
View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4264777#4264777
Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4264777
16 years, 5 months
[jBPM Users] - Re: jbpm 4.1 - How to stop these Debug Messages in jboss
by makarandk502
logging.properties in my eclipse project ( same as examples coming with jbpm 4.1) has following contents
can you help me in this regard ?
I have not changed logging.properties as I couldn't see any property having value as DEBUG and it is changed to INFO
I changed following in server/default/conf/jboss-log4j.xml. This is only property which has DEBUG value ( that is also commented )
<!-- category name="org.hibernate.SQL">
</category -->
| handlers= java.util.logging.ConsoleHandler
| redirect.commons.logging = enabled
|
| java.util.logging.ConsoleHandler.level = FINE
| java.util.logging.ConsoleHandler.formatter = org.jbpm.internal.log.LogFormatter
|
| org.jbpm.level=FINE
| # org.jbpm.pvm.internal.tx.level=FINE
| # org.jbpm.pvm.internal.wire.level=FINE
| # org.jbpm.pvm.internal.util.level=FINE
|
| org.hibernate.level=INFO
| org.hibernate.cfg.SettingsFactory.level=SEVERE
| org.hibernate.cfg.HbmBinder.level=SEVERE
| # org.hibernate.SQL.level=FINEST
| # org.hibernate.type.level=FINEST
| # org.hibernate.tool.hbm2ddl.SchemaExport.level=FINEST
| # org.hibernate.transaction.level=FINEST
|
View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4264746#4264746
Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4264746
16 years, 5 months